Search found 2 matches

by Teddy123
Mon Apr 04, 2022 8:21 am
Forum: ESP32 Arduino
Topic: Esp32 with Anemometer need help in coding
Replies: 2
Views: 1985

Esp32 with Anemometer need help in coding

Hi guys, I met a problem in coding while using Esp32 with Anemometer in Arduino software. The serial monitor did not give a proper output. However, with the same coding, I can get the correct output when I use Arduino Uno microcontroller with the Anemometer. Sample code: #define READ_TIME 1000 //ms ...
by Teddy123
Sat Apr 02, 2022 3:43 pm
Forum: ESP32 Arduino
Topic: Need for help to check code for ESP32 with anemometer in Arduino IDE
Replies: 1
Views: 1830

Need for help to check code for ESP32 with anemometer in Arduino IDE

Hi everyone. Now I am trying to connect my anemometer to ESP32 microcontroller board and the coding is done in Arduino IDE software. However, I cannot get the output properly. With the same coding, there is no problem with the output when I connect my anemometer to Arduino Uno board. Can anyone help...