Tell us about yourself!
- francois.tipold favorited Stewy Mk1 by theEric
- francois.tipold commented on Fernando Koyanagi's instructable ESP32 With ESP-Now Protocol
- francois.tipold commented on Utsource's instructable ESP32 Bluetooth Tutorial | How to Use Inbuilt Bluetooth of ESP32View Instructable »
OK, ESP32 to Android, I get it but how to connect 2 ESP32?The first one get a value from a magnetometer and the second ESP32 read it and display it on a TFT Screen. It works with cables but the sensor will be a 5 meters from the ESP32.Can you help me?
- francois.tipold commented on FabriceA6's instructable Mandelbrot and Julia Sets on ESP32
Thankhs for your instructables,I want ton send dats coming from a magnetometer sensor: from 1 to 360°.I received the datas but i can get them in a variable (int) ... The "esp_now_register_recv_cb" is only returning the value in the Serial . Any idea?When i use another sketch, the data format is limited to 8 bit (0 to 255 values).