https://github.com/nkolban/ESP32_Explorer
Spend some time searching GitHub
Search found 1615 matches
- Fri Apr 20, 2018 8:29 am
- Forum: ESP32 SDK
- Topic: Http put file example to create new/update file
- Replies: 2
- Views: 42
- Fri Apr 20, 2018 12:38 am
- Forum: General Discussion
- Topic: date of production ESP32
- Replies: 4
- Views: 291
Re: date of production ESP32
Well it would be very strange to have modules in the same reel have some with calibration data and some not so you'd only have to test one. Unless calibration hardware is fully integrated into 100% production flow it seems like a waste to do it for applications that aren't even going to use adc, whi...
- Thu Apr 19, 2018 11:50 am
- Forum: General Discussion
- Topic: date of production ESP32
- Replies: 4
- Views: 291
Re: date of production ESP32
That's why you need one of these: https://www.aliexpress.com/wholesale?ca ... 32+fixture
Personally I would assume that precalibrated devices are special order unless told otherwise.
Personally I would assume that precalibrated devices are special order unless told otherwise.
- Thu Apr 19, 2018 10:01 am
- Forum: ESP32 SDK
- Topic: custom bootloader to update main firmware/application
- Replies: 13
- Views: 348
- Thu Apr 19, 2018 9:13 am
- Forum: ESP32 SDK
- Topic: custom bootloader to update main firmware/application
- Replies: 13
- Views: 348
Re: custom bootloader to update main firmware/application
Yes. There are lots of ota examples on GitHub from espressif and others.
- Wed Apr 18, 2018 11:34 am
- Forum: ESP32 SDK
- Topic: Wi-Fi Scanning and excluding 802.11n 5Ghz networks
- Replies: 9
- Views: 408
Re: Wi-Fi Scanning and excluding 802.11n 5Ghz networks
Are you sure the first one is not a repeater (airport express, time capsule)? Have you actually tried to connect the esp32 to the second one by specifying the bssid? As you can see the 2.4ghz and 5ghz networks are not supposed to share the same bssid aka Mac address, but they are usually similar. ht...
- Mon Apr 16, 2018 8:28 pm
- Forum: General Discussion
- Topic: [SOLVED] Can't program ESP32 over UART on own PCB
- Replies: 7
- Views: 243
Re: Can't program ESP32 over UART on own PCB
Are you sure you have correct program port pins
https://c1.staticflickr.com/5/4721/4010 ... 65f2_b.jpg
https://c1.staticflickr.com/5/4721/4010 ... 65f2_b.jpg
- Mon Apr 16, 2018 9:30 am
- Forum: General Discussion
- Topic: [SOLVED] Can't program ESP32 over UART on own PCB
- Replies: 7
- Views: 243
- Sat Apr 14, 2018 7:46 pm
- Forum: General Discussion
- Topic: Anyone get static IP assignment working for wifi?
- Replies: 10
- Views: 294
- Sat Apr 14, 2018 8:19 am
- Forum: ESP32 SDK
- Topic: setup interrupt for I2C_ACK_ERR_INT (ack error)
- Replies: 3
- Views: 96
Re: setup interrupt for I2C_ACK_ERR_INT (ack error)
Yes the driver handles those things internally.