HarringayMakerSpace / ESP-Now

ESP-Now Examples
300 stars 48 forks source link

Two ESP Serial connection example #7

Open cmorda opened 6 years ago

cmorda commented 6 years ago

Hi,

I am having good success with your examples, however, I am interested in using two ESP modules connected by a serial connection, as you describe in your readme text. Could you possibly post your example code?

I am having trouble understanding how to receive data via serial into memory.

Thank you. Chris

torntrousers commented 6 years ago

Ok yes I've been meaning to do that...

cmorda commented 6 years ago

I appreciate your time dedicated to this project. Any help you can provide will be greatly appreciated.

torntrousers commented 6 years ago

I couldn't find my old code so here is some new of a esp-now over serial link, not so much testing yet so watch out for bugs: https://github.com/HarringayMakerSpace/ESP-Now/tree/master/EspNowToSerial https://github.com/HarringayMakerSpace/ESP-Now/tree/master/EspNowFromSerialGateway

Let me know how you get on with it.

adrianmihalko commented 5 years ago

Dear @torntrousers, how do you connect the two ESP (toserial and fromserialgateway)?