Search found 15 matches
- Mon Nov 12, 2018 6:19 am
- Forum: General Discussion
- Topic: Can we use gpio16, gpio17 of esp32 pico module?
- Replies: 1
- Views: 3737
Can we use gpio16, gpio17 of esp32 pico module?
i found that it is used to connect the flash chip and it is not recommended. i am running out pins for my application so is there any way to use these pins.
- Tue Feb 27, 2018 3:06 pm
- Forum: General Discussion
- Topic: i2s_adc_dac to generate .wav file
- Replies: 1
- Views: 3827
i2s_adc_dac to generate .wav file
Hi,
I have just tried the example code and it is working fine.
How can i generate the .wav file from the recorded data. is there any documentation on that.
I have just tried the example code and it is working fine.
How can i generate the .wav file from the recorded data. is there any documentation on that.
- Sat Oct 07, 2017 10:04 am
- Forum: General Discussion
- Topic: run time error after upgrading the esp-idf to release 2.1
- Replies: 6
- Views: 9089
Re: run time error after upgrading the esp-idf to release 2.1
thank you.
now its working
now its working
- Sat Oct 07, 2017 6:18 am
- Forum: General Discussion
- Topic: run time error after upgrading the esp-idf to release 2.1
- Replies: 6
- Views: 9089
Re: run time error after upgrading the esp-idf to release 2.1
:| :| :| here is the log The hex output will come for around 30 sec and then nothing happens. I am getting the same result for every example codes. the current version of xtensa tool-chain i am using is : crosstool-NG crosstool-ng-1.22.0-61-gab8375a i have also tried :crosstool-NG crosstool-ng-1.22....
- Fri Oct 06, 2017 3:16 pm
- Forum: General Discussion
- Topic: run time error after upgrading the esp-idf to release 2.1
- Replies: 6
- Views: 9089
Re: run time error after upgrading the esp-idf to release 2.1
Hi Kolban,
As always you are the first one offer some assit, thank you so much for all the support.
i am attaching the log message here.
also How can i update the extensa-toolchain? would that be the problem.
As always you are the first one offer some assit, thank you so much for all the support.
i am attaching the log message here.
also How can i update the extensa-toolchain? would that be the problem.
- Fri Sep 29, 2017 8:03 am
- Forum: Showcase
- Topic: MicroPython on ESP32 with SPIRAM support
- Replies: 49
- Views: 110995
Re: MicroPython on ESP-WROVER with 4MB of psRAM
thanks for all the good work :) I was using idf 2.0 and now i have updated the idf to release 2.1 But none of the example codes are not working, ie.. i am able to compile the code and flash it to the board. but it shows some hex values on the terminal. what am i missing? current version of esptool i...
- Fri Sep 29, 2017 7:44 am
- Forum: General Discussion
- Topic: run time error after upgrading the esp-idf to release 2.1
- Replies: 6
- Views: 9089
run time error after upgrading the esp-idf to release 2.1
Hi, I have upgraded the esp-idf to release 2.1 and after that none of the examples are working. the code compiles and i am able to program the device but its not working. it outputs some hex values in the terminal. i have also updated the esptool to esptool.py v2.1 python version i am using is 2.7 i...
- Mon May 08, 2017 2:25 pm
- Forum: General Discussion
- Topic: UART is not workinf
- Replies: 3
- Views: 6529
Re: UART is not working
Thank you so much MR.Kolban,
My esp-idf was not updated,the problem solved when i have updated it.
I found your book very helpful. i appreciate the effort you took to develop such a book on esp32.
My esp-idf was not updated,the problem solved when i have updated it.
I found your book very helpful. i appreciate the effort you took to develop such a book on esp32.
- Sat May 06, 2017 5:10 am
- Forum: General Discussion
- Topic: how to send BLE notification to client
- Replies: 12
- Views: 31226
Re: how to send BLE notification to client
Thank you frax84 ,
I am also using the readresponse to send the data to ble client. if i find any updates on notification, will let you know.
wish you all the best.
I am also using the readresponse to send the data to ble client. if i find any updates on notification, will let you know.
wish you all the best.
- Thu May 04, 2017 5:56 am
- Forum: General Discussion
- Topic: how to send BLE notification to client
- Replies: 12
- Views: 31226
Re: how to send BLE notification to client
Hi frax84, Did you rectified the problem? i am also facing the same issue. :| when i try to send notification with esp_ble_gatts_send_indicate(), it shows ccd error in nrf app. i have also enabled notifications through nrf app. also i couldn't understand the significance '#define GATTS_DESCR_UUID_TE...