Search found 50 matches

by sukeshak
Fri Sep 29, 2017 7:23 pm
Forum: ESP-IDF
Topic: Looking for Bluetooth RFComm ESP-IDF sample
Replies: 6
Views: 9516

Re: Looking for Bluetooth RFComm ESP-IDF sample

Waiting with ray of hope for it to happen soon inside official repo :)
by sukeshak
Fri Sep 29, 2017 5:13 pm
Forum: ESP-IDF
Topic: Looking for Bluetooth RFComm ESP-IDF sample
Replies: 6
Views: 9516

Re: Looking for Bluetooth RFComm ESP-IDF sample

I found this but I am not sure about the licensing part of it
https://techtutorialsx.com/2017/07/09/e ... th-rfcomm/
by sukeshak
Fri Sep 29, 2017 2:12 pm
Forum: ESP-IDF
Topic: Looking for Bluetooth RFComm ESP-IDF sample
Replies: 6
Views: 9516

Looking for Bluetooth RFComm ESP-IDF sample

Are there any samples for Bluetooth RFComm ESP-IDF ???
Could not find one on the GitHub official repo
by sukeshak
Thu Sep 28, 2017 9:35 pm
Forum: ESP-IDF
Topic: Equivalent of preferences in ESP-IDF?
Replies: 5
Views: 8579

Re: Equivalent of preferences in ESP-IDF?

martinayotte wrote:I don't know about ESP-IDF plans/schedules, but since Preferences is top of NVS, NVS could be use instead, here is an example for putString() :

https://github.com/espressif/arduino-es ... #L245-L260
Thank you. Will try it out.
by sukeshak
Tue Sep 26, 2017 4:28 pm
Forum: ESP-IDF
Topic: Equivalent of preferences in ESP-IDF?
Replies: 5
Views: 8579

Re: Equivalent of preferences in ESP-IDF?

No, Kolban. The OP means by Preferences storages which he provided link for. A bit like nvs_rw_value and nvs_rw_blob. But Preferences provided much more methods for Strings as an example, but those could be done with blobs. In fact, Preferences are on top of NVS, so this class could be copied/paste...
by sukeshak
Tue Sep 26, 2017 2:07 pm
Forum: ESP-IDF
Topic: Equivalent of preferences in ESP-IDF?
Replies: 5
Views: 8579

Equivalent of preferences in ESP-IDF?

What is the equivalent API for Preferences under ESP-IDF?
https://github.com/espressif/arduino-es ... references
by sukeshak
Tue Sep 26, 2017 1:54 pm
Forum: Sample Code
Topic: Full example of using spiffs with ESP32
Replies: 19
Views: 39820

Re: Full example of using spiffs with ESP32

Any difference with your SPIFFS implementation and the one on ESP-IDF ?
https://github.com/espressif/esp-idf/tr ... age/spiffs
by sukeshak
Fri Sep 22, 2017 3:09 pm
Forum: ESP-IDF
Topic: ESP-IDF failure with both make and make menuconfig
Replies: 6
Views: 14286

Re: ESP-IDF failure with both make and make menuconfig

Tried it and it works now :)
by sukeshak
Fri Sep 22, 2017 9:33 am
Forum: Report Bugs
Topic: My esp32 get hot when just plugged into usb
Replies: 5
Views: 20713

Re: My esp32 get hot when just plugged into usb

I have noticed if WiFi credentials have problem and the program runs continuously trying to connect Wi-Fi and fail, my module also gets hot.

Check to see if this is the case.
by sukeshak
Fri Sep 22, 2017 9:26 am
Forum: ESP-IDF
Topic: ESP-IDF failure with both make and make menuconfig
Replies: 6
Views: 14286

Re: ESP-IDF failure with both make and make menuconfig

Thanks for reporting this. Looks like some of the host Windows headers moved around in the environment update. Building the "config" tools generates some dependency files which point to the old headers. "make clean" should resolve this but because of a bug it isn't. We'll get that fixed soon, but i...