Search found 3 matches

by specialvict
Tue Dec 12, 2017 5:55 pm
Forum: ESP-IDF
Topic: Crash when configure GPIO9
Replies: 7
Views: 14175

Re: Crash when configure GPIO9

In common configurations (including ESP-WROOM32), GPIO9 is connected to the external SPI flash of the ESP32. So it can't easily be used as a general purpose I/O pin. GPIOs 6, 7, 8, 9, 10, 11 are used this way on ESP-WROOM32. I thought this was mentioned in the ESP-WROOM32 datasheet, but it seems to...
by specialvict
Fri Dec 08, 2017 6:00 pm
Forum: General Discussion
Topic: [Hiring]Looking for Hardware developer in Shenzhen for ESP32
Replies: 0
Views: 2485

[Hiring]Looking for Hardware developer in Shenzhen for ESP32

Dear developers, I'm not sure here is the proper place to post this kind of information, but it's quite urgent that we want to find someone who familiar with ESP32 SDK. Our company situated in SZ, and based on HK, and currently developing an IoT device related to education and cognition development....
by specialvict
Thu Oct 26, 2017 4:00 pm
Forum: ESP-IDF
Topic: What is the proper way to deinit BluFi(want to release memory and resource after connect to WiFi)
Replies: 1
Views: 4357

What is the proper way to deinit BluFi(want to release memory and resource after connect to WiFi)

Dears, I'm trying to use BluFi to implement the WiFi connection, which is a great way to do it. However, when Bluetooth and WiFi coexist, it takes too much resource and the WiFi somehow keep disconnect after few seconds. So I want to deinitialize the BluFi after connecting the WiFi successfully. I s...