Search found 2 matches
- Tue Jan 03, 2023 8:45 am
- Forum: ESP32 Arduino
- Topic: sound sensor not working properly with esp32
- Replies: 6
- Views: 42277
Re: sound sensor not working properly with esp32
Iam sure i am connecting sensor right way and i already read that. I will try it on arduino as you said.
- Sun Jan 01, 2023 2:32 pm
- Forum: ESP32 Arduino
- Topic: sound sensor not working properly with esp32
- Replies: 6
- Views: 42277
sound sensor not working properly with esp32
Hi, I am trying out sound sensor KY-037 and all i want to do is to print analog values. Seems pretty simple but i always get 4095 as output and i am starting to think that sensor is broken. Iam using esp 32 doit-devkit-v1 Code (using VS Code, PlatformIO): #include <Arduino.h> void setup() { pinMode(...