Search found 3 matches
- Mon Jun 04, 2018 9:38 am
- Forum: General Discussion
- Topic: PWM signal
- Replies: 1
- Views: 2868
PWM signal
Hello, I am working on a project which used proximity detector to measure the distance from the surface. I could not find a right function that i could use in this case. There are lot of examples for a LEDcPWM but I am not very sure if that is what I am supposed to use. Can anyone suggest me how to ...
- Mon Jun 04, 2018 9:19 am
- Forum: General Discussion
- Topic: Reading values of Onboard Temperature sensor
- Replies: 3
- Views: 16670
Re: Reading values of Onboard Temperature sensor
Hello John, I followed the below tutorial https://github.com/pcbreflux/espressif/blob/master/esp32/arduino/sketchbook/ESP32_int_temp_sensor/ESP32_int_temp_sensor.ino Thank you for the reply. I was able to flash the code. All I did is intergrate into hello_world program. The Temperature values displa...
- Mon May 28, 2018 4:31 pm
- Forum: General Discussion
- Topic: Reading values of Onboard Temperature sensor
- Replies: 3
- Views: 16670
Reading values of Onboard Temperature sensor
Hello all, I have been testing on board Temperature sensor. I followed the reference from an arduino example. I have used the predefined function "temprature_sens_read()" and got constant temperature as the result irrespective of how warm or cold the module is. It is not the issue of the module, as ...