Hello,
I have been facing the same issue.
I have an ESP32 and I am trying to download an Arduino-compiled file - sketch.ino.bin from my nodeJS server.
Here is the NodeJS code -
const http = require('http');
const fs = require('fs');
const server = http.createServer((req, res) => {
if (req ...
Search found 2 matches
- Sun Sep 10, 2023 7:10 pm
- Forum: ESP32 Arduino
- Topic: OTA and Update.h
- Replies: 4
- Views: 67269
- Sun Dec 15, 2019 2:54 pm
- Forum: General Discussion
- Topic: ADC speed?
- Replies: 30
- Views: 98876
Re: ADC speed?
Hey!
I am a newbie with the ESP32 world.
I tried running the example program of peripherals/adc and found that each conversion took about 40us.
That mean, a sampling speed of 25K Samples/second.
Is that really possible or I am being mistaken?
I am a newbie with the ESP32 world.
I tried running the example program of peripherals/adc and found that each conversion took about 40us.
That mean, a sampling speed of 25K Samples/second.
Is that really possible or I am being mistaken?