Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Examples for ESP32 Dev Kit to interact with the Robonomics Blockchain.

NotificationsYou must be signed in to change notification settings

airalab/hikikomori-tamagotchi

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:

  1. Example 1 - Connect to WiFi
  2. Example 2 - Send Datalog Transaction
  3. Example 3 - Button Press Counter

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.

Flashing the Prebuilt Binaries

To flash your Hikikomory ESP32C6 device, use theWeb Flasher Tool.

  1. Connect the Device
    Plug the Hikikomory device into your computer via USB and click theConnect button.

    esptool1

  2. Select the Device
    Choose the ESP device from the list. It should appear similar to the example below.

    esptool2

  3. 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.

    esptool3

Build from Source

Requirements

  • ESP-IDF v5.1.4 (installation instrutions arehere)

Build

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

Usefull commands

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

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp