Skip to content

Bidirectional communication between Jetson Nano and ESP32 #15

Answered by Rubberazer
FrankSpalteholz asked this question in Q&A
Discussion options

You must be logged in to vote

My library allows the Jetson to be i2c master but not slave, so with my lib the Jetson would be the one sending/receiving data to/from the ESP32, you can both "read" and "write".

Now if with bidirectional what you mean is for the ESP32 to be able to initiate the communication and not only the Jetson, you would need an extra pin (GPIO) on the ESP32 that would become 1 or 0 if the ESP32 wants to start the conversation, you would connect this pin to another pin on the Jetson that would be " listening" (GPIO input) and when a change is detected, the Jetson would send/receive data to/from the ESP32 via i2c. This can be implemented with my library and it is very common using i2c, usually to ind…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@FrankSpalteholz
Comment options

@Rubberazer
Comment options

Answer selected by Rubberazer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants