Search found 2230 matches

by chegewara
Wed Sep 22, 2021 3:03 pm
Forum: ESP-IDF
Topic: OTA update : 2 partitions one with OTA program and second with application program
Replies: 3
Views: 4596

Re: OTA update : 2 partitions one with OTA program and second with application program

shirogeek wrote: I'm running a 1M factory and 6M OTA APP this way.
Thanks again for all the clarification
You probably will learn this hard way, but as far as i know esp32 wont handle that big application. IIRC limit is around 3MB.
by chegewara
Sun Sep 19, 2021 5:58 am
Forum: IDEs for ESP-IDF
Topic: ESP-IDF can't find Arduino components
Replies: 1
Views: 3249

Re: ESP-IDF can't find Arduino components

As I have said in another thread,, idf.py menuconfig don't work form me. So,, which "step" am I missing ??? (As far I know, WiFi should be a valid component) Who told you idf.py menuconfig wont work? Maybe it is misunderstanding and it was about plain arduino project? The idf.py menuconfig has some...
by chegewara
Fri Sep 17, 2021 10:55 am
Forum: ESP IoT Solution 中文讨论版
Topic: esp32-s2-usb-host-cdc 示例程序接收错误问题
Replies: 1
Views: 6317

Re: esp32-s2-usb-host-cdc 示例程序接收错误问题

Are you using example from my repository by any chance? That repository is mark as archived, because USB host API in esp-idf evaluated and here you can find new library with examples which works with esp-idf master: https://github.com/chegewara/esp32-usb-host and here is docs if you would like to wr...
by chegewara
Fri Sep 17, 2021 10:29 am
Forum: ESP-IDF
Topic: How to send different Bluetooth beacons every ms?
Replies: 3
Views: 2573

Re: How to send different Bluetooth beacons every ms?

Draining the battery is not a problem for me. Maybe not for you, but for mobile devices that will do the scan. Like i said, the whole point of BLE vs classic BT is to not drain battery, thus the name (LE stands for low energy). Imagine the case where your ESP32 board is lying in a field in the midd...
by chegewara
Fri Sep 17, 2021 9:43 am
Forum: ESP-IDF
Topic: How to send different Bluetooth beacons every ms?
Replies: 3
Views: 2573

Re: How to send different Bluetooth beacons every ms?

There is no point (and no option) to change advertised data every 1ms. Why: - usually applications that scan/search for beacons do it with rate 100ms+, why? thats the whole point of BLE, to not drain battery with scan and/or advertising, - i dont remember now from top of my head, but minimum scan/ad...
by chegewara
Wed Sep 15, 2021 2:24 am
Forum: ESP-IDF
Topic: Bluetooth Classic HID
Replies: 4
Views: 4579

Re: Bluetooth Classic HID

1) there is BT classic HID host and HID device API in esp-idf already for quite some time as far as i know, 2) i dont want to argue, but i believe new version of PS4 controller is using BLE As to esp-idf, here you can find examples: https://github.com/espressif/esp-idf/tree/master/examples/bluetooth...
by chegewara
Tue Sep 14, 2021 7:13 am
Forum: General Discussion
Topic: Need help using ESP32 flash download tool
Replies: 1
Views: 2267

Re: Need help using ESP32 flash download tool

It all depends how you build binaries. When you are working with esp-idf and build with "idf.py build" then after success build you can see output similar to this (its from linux): /home/chegewara/.espressif/python_env/idf4.4_py3.8_env/bin/python ../../../components/esptool_py/esptool/esptool.py -p ...
by chegewara
Sun Sep 12, 2021 6:21 am
Forum: Sample Code
Topic: S2 as sd card reader
Replies: 2
Views: 15604

Re: S2 as sd card reader

Not deleted, just changed folders structure:
https://github.com/chegewara/EspTinyUSB ... msc/sd_msc
by chegewara
Sat Sep 11, 2021 6:50 pm
Forum: Hardware
Topic: ESP32-S3 dual-mode Bluetooth 5.0 (BR/EDR + BLE)
Replies: 14
Views: 17299

Re: ESP32-S3 dual-mode Bluetooth 5.0 (BR/EDR + BLE)

Thanks for your idea. Yes that's probably a workaround for hobbyist. But you will end up with 4 cores MCU @ 160MHz along with 2 SPI Flash memories draining lot of power, As you maybe know there is esp32 SOLO with just 1 core (and maybe embedded flash). Bluetooth is also able to work with MCU @ 80MH...
by chegewara
Sat Sep 11, 2021 3:19 pm
Forum: Hardware
Topic: ESP32-S3 dual-mode Bluetooth 5.0 (BR/EDR + BLE)
Replies: 14
Views: 17299

Re: ESP32-S3 dual-mode Bluetooth 5.0 (BR/EDR + BLE)

Rivers wrote: unless we have to stick with an old solutions ESP32 + Audio DSP which are significantly higher cost.
You can always use S3 + old esp32, which is not that much expensive.