Replies: 2 comments 3 replies
-
I'd post this one in discord and I can have someone jump in to answer. |
Beta Was this translation helpful? Give feedback.
-
Hi Esha, I'm following these instructions: https://www.viam.com/post/build-a-plant-watering-robot-with-webhooks-and-an-esp32 The script exits quickly:
I don't see anything relevant in the logs for the esp32, and the configuration matches the example (with the comments removed as they broke the JSON) I'm running a venv with the latest version of the I'm quite happy to debug issues myself, but there isn't a lot to go on here. Any tips to make the process easier? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Following these instructions:
https://docs.viam.com/get-started/installation/prepare/microcontrollers/
I have downloaded both of the files in
Setup
tab to a directory withinDownloads
on Ubuntu, then in the CLI, navigated to that directory and run the suggested install command.chmod 755 ./micro-rdk-installer-amd64-linux && ./micro-rdk-installer-amd64-linux write-flash --app-config viam-esp32test-main.json --monitor
The first time it ran it asked if I wanted to use the port
ttyS4
because the ESP32 wasn't connected yet. So I said 'no' and it exited.The second time it didn't ask for a port, but I got the following error output:
It seems that's all I get now when I run the script. Is there anything you can suggest @mcvella ? May be a question for Dan M?
Beta Was this translation helpful? Give feedback.
All reactions