getting esp32 to communicate with GraviTrax #16729
Unanswered
GravitraxRosie
asked this question in
ESP32
Replies: 1 comment 2 replies
-
It looks like you are trying to install a cpython module on micropython which has different packaging (requires package.json). |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm completely new to MicroPython and esp32, before I have worked a lot with other types of arduino.
I'm looking to get a bluetooth bridge to my GraviTrax connect.
but I got stuck just after starting...
I'm able to connect to my esp32 from arduino lab for micropython and run a basic program from there and saved it in boot.py
Then I went online to download the packages needed for GraviTrax. (https://github.com/Ravensburger-Verlag-GmbH/GraviTrax-Connect)
Followed all the steps descriped
but when trying to run an example I get this error:
I figured it is because I don't have it saved on my esp32, so I followed all the steps descriped here: https://docs.arduino.cc/micropython/environment/modules/
only in step 6 it says:
I was unsure how to replace the file with the thing I need, I tried several options:
mpremote connect COM9 mip install gravitraxconnect
mpremote connect COM9 mip install C:\Users\rosem\Downloads\GraviTrax-Connect-main\GraviTrax-Connect-main
mpremote connect COM9 mip install GraviTrax-Connect
mpremote connect COM9 mip install Ravensburger-Verlag-GmbH/GraviTrax-Connect
it all gives about the same error
please can anyone help me out???
update:
I figured the right way must be: mpremote connect COM9 mip install github:Ravensburger-Verlag-GmbH/GraviTrax-Connect
but still no luck, I looked further into it and noticed there is no package.json file in this folder, as there is in other folders on github
is there a way around?
Beta Was this translation helpful? Give feedback.
All reactions