ESP32 Sensor Network Based on ESP NOW

preview_player
Показать описание
#PCBgogo #esp8266 #electronicGURU #pcbgogo
PCBgogo is a experienced quick-turn small-batch PCB prototype and turnkey PCB assembly manufacturer. With 4 own factories in China, PCBgogo have ability to manufacture your prototype as fast as 24 hours. All the products meet the UL and RoHS Standard. Every new register will get a $50 coupon for PCB and PCB assembly order.

Рекомендации по теме
Комментарии
Автор

IT's says Error sending the data
how to fix this?

sufferwr
Автор

hi, where do I find the libraries for Esp_now? on the net I only find Espnow

gojonny
Автор

puedes hacerlo para un sensor infrarojo que cuente objetos

nahuel
Автор

Had to change this [comment the line].
//Register peer
esp_now_peer_info_t peerInfo;
to this below to get the child to connect and send data
esp_now_peer_info_t peerInfo = {};

Maybe version thing since original code was written.

donniealfonso