Sand drawing - Software progress

Поділитися
Вставка
  • Опубліковано 5 вер 2024
  • wiki.tjhowse.c...

КОМЕНТАРІ • 4

  • @mradkhaled3764
    @mradkhaled3764 Рік тому

    Please sir can you help me to install the software on esp, and thanks for the help

    • @tjhowse
      @tjhowse  Рік тому

      You should be able to get micropython onto an esp32 and then use github.com/tjhowse/sand_drawing/blob/master/write.sh to copy the required python code over to the ESP.

    • @mradkhaled3764
      @mradkhaled3764 Рік тому

      @@tjhowse Dear Travis Howse,
      Thank you so much for your response and your suggested solution. I truly appreciate your help with installing the software on the ESP32.
      I carefully followed your instructions and successfully flashed the MicroPython firmware onto my ESP32 board. The serial connection has also been established successfully. However, I would like to get some further clarification regarding the usage of the script you mentioned .
      Are there any additional dependencies or specific configurations that I need to consider for the script to work properly?
      I would greatly appreciate it if you could provide me with more details on how to use this script or if you could suggest an alternative if necessary.
      Thank you once again for your kind assistance and valuable time.

    • @tjhowse
      @tjhowse  Рік тому +1

      @@mradkhaled3764 You'll need to have "ampy" installed in your development environment and use that to copy secrets.py, secrets_real.py, sand_drawing.py and boot.py to your ESP32 via serial. That's all that script does, really.