You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am having issues with the Grove Vision AI v2 ( https://wiki.seeedstudio.com/grove_vision_ai_v2/) (using a grove connector) and the Arduino Alvik Robot (Arduino Nano ESP32). Using the Grove Vision v2 with the Cytron Maker Nano 2040 my code works perfectly (also connected through a grove port and 3.3v). But, the same code (changing only the pins SCL and SDA) on the Arduino Nano ESP32 is giving me timeouts, this is my code:
The Arduino Nano esp32 scan detects the address 0x62, but with the first read, stops working.
I am not sure if I need to change something in the initialization for the ESP32, or if I need to do something else.
Sorry if this place is not the correct one to ask about it.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am having issues with the Grove Vision AI v2 ( https://wiki.seeedstudio.com/grove_vision_ai_v2/) (using a grove connector) and the Arduino Alvik Robot (Arduino Nano ESP32). Using the Grove Vision v2 with the Cytron Maker Nano 2040 my code works perfectly (also connected through a grove port and 3.3v). But, the same code (changing only the pins SCL and SDA) on the Arduino Nano ESP32 is giving me timeouts, this is my code:
The output in the Arduino Alvik is:
And the correct output running on Cytron Maker Nano RP2040 (only changing the SCL and SDA pins):
The Arduino Nano esp32 scan detects the address 0x62, but with the first read, stops working.
I am not sure if I need to change something in the initialization for the ESP32, or if I need to do something else.
Sorry if this place is not the correct one to ask about it.
Many Thanks!
Beta Was this translation helpful? Give feedback.
All reactions