Search found 4 matches
- Fri Oct 09, 2020 3:34 am
- Forum: ESP-IDF
- Topic: Any BLE_GATT Lightweight Example(s) available?
- Replies: 1
- Views: 2278
Any BLE_GATT Lightweight Example(s) available?
Hi, We've finally received a pair of pico-4 modules to test and fairly impressed with the hardware! We're back at looking at the toolchain and examples for the BLE feature however we couldn't find simplistic Gatt based Read/Write server & client examples. All we've seen from the example folders are ...
- Sat Sep 19, 2020 4:49 am
- Forum: General Discussion
- Topic: installing ESD-IDF on windows 10
- Replies: 2
- Views: 3873
Re: installing ESD-IDF on windows 10
pip install gdbgui==0.13.2.0 pygdbmi==0.9.0.2
(Ref #IDFGH-3882): https://github.com/espressif/esp-idf/issues/5782)
(Ref #IDFGH-3882): https://github.com/espressif/esp-idf/issues/5782)
- Thu Sep 17, 2020 9:33 pm
- Forum: ESP-IDF
- Topic: [Solved] How to enable PSRAM in menuconfig for PICO-D4 in ESP-IDF
- Replies: 1
- Views: 4715
Re: [Question] How to enable PSRAM in menuconfig for PICO-D4 in ESP-IDF
Found where you set the cs pin so I'll just answer my question for the record/others (see screen grab for ref). Great toolchain btw, @espteam. Now that we have the environment working, located the essential doc and have the hardware mapped out, we'll proceed with ordering a pair of Pico V4.1 ref mod...
- Thu Sep 17, 2020 1:56 pm
- Forum: ESP-IDF
- Topic: [Solved] How to enable PSRAM in menuconfig for PICO-D4 in ESP-IDF
- Replies: 1
- Views: 4715
[Solved] How to enable PSRAM in menuconfig for PICO-D4 in ESP-IDF
Greetings from planet earth to @all We hope to add PSRAM to cope with occasional and rather large parallel buffering. Q: Where do we enable the external PSRAM and pin mapping in ESP-IDF? My understanding is this is currently supported for the PICO-D4 however I can't seem to find where the options ar...