- Notifications
You must be signed in to change notification settings - Fork0
airalab/hikikomori-tamagotchi
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 theWeb Flasher Tool.
Connect the Device
Plug the Hikikomory device into your computer via USB and click theConnect
button.Select the Device
Choose the ESP device from the list. It should appear similar to the example below.Upload Firmware
Upload the files from thebuilds folder. For each file, set theFlash Address
as shown in the image below. Once done, pressProgram
and wait for the flashing process to complete.
- ESP-IDF v5.1.4 (installation instrutions arehere)
Clone the repository with submodules
git clone --recurse-submodules https://github.com/airalab/hikikomori-tamagotchi.git
Go to the example directory
cdcd hikikomori-tamagotchi/example1_wifi
Connect the device to computer via USB and run this command (For Linux and Mac) to build and flash firmware
idf.py -p<PORT> build flash
To see the logs run
idf.py -p<PORT> monitor
You can erase the flash (to delete saved credentials for example) with this command
idf.py -p<PORT> erase-flash
About
Examples for ESP32 Dev Kit to interact with the Robonomics Blockchain.
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.