This repository contains several firmware examples for the Hikikomory Tamagotchi Dev Kit, demonstrating how the ESP device can communicate with the Robonomics Network. The available examples include:
You can either flash the pre-built binaries provided in the builds folder within each example or customize the firmware by building it from source.
To flash your Hikikomory ESP32C6 device, use the Web Flasher Tool.
-
Connect the Device
Plug the Hikikomory device into your computer via USB and click theConnectbutton. -
Select the Device
Choose the ESP device from the list. It should appear similar to the example below. -
Upload Firmware
Upload the files from the builds folder. For each file, set theFlash Addressas shown in the image below. Once done, pressProgramand wait for the flashing process to complete.
- ESP-IDF v5.1.4 (installation instrutions are here)
Clone the repository with submodules
git clone --recurse-submodules https://github.com/airalab/hikikomori-tamagotchi.gitGo to the example directory
cd cd hikikomori-tamagotchi/example1_wifiConnect the device to computer via USB and run this command (For Linux and Mac) to build and flash firmware
idf.py -p <PORT> build flashTo see the logs run
idf.py -p <PORT> monitorYou can erase the flash (to delete saved credentials for example) with this command
idf.py -p <PORT> erase-flash

