Search found 605 matches

by mikemoy
Wed May 15, 2019 1:16 pm
Forum: Hardware
Topic: no GND connection on ESP32 PICO D4 chip
Replies: 3
Views: 4011

Re: no GND connection on ESP32 PICO D4 chip

According to the data sheet you don't have to connect the GND pad to GND. It mainly for thermals than GND.
Though IMHO I would never not connect it to GND.
by mikemoy
Thu May 09, 2019 12:19 pm
Forum: General Discussion
Topic: ESP32 suiteable as a VoIP phone?
Replies: 5
Views: 14137

Re: ESP32 suiteable as a VoIP phone?

Take a look a this. Its built around the ESP32

https://www.kickstarter.com/projects/21 ... 183f6b4e9d
by mikemoy
Fri Apr 19, 2019 7:02 pm
Forum: General Discussion
Topic: how to flash in Esp32 module
Replies: 3
Views: 4710

Re: how to flash in Esp32 module

My friend build an Ethernet board and ran the clock into GPIO 00 (the default for ethernet applications). Now the board refuses to boot unless you cycle power or reset it multiple times. Yup, I did the same thing on my first build. Wound up tieing the EN pin of the OSC to GPIO 2, and then call phy_...
by mikemoy
Thu Apr 18, 2019 5:16 pm
Forum: General Discussion
Topic: how to flash in Esp32 module
Replies: 3
Views: 4710

Re: how to flash in Esp32 module

Start here, and go to the schematic link on the page. It will show you how the kits is wired and what you need.

https://docs.espressif.com/projects/esp ... vkitc.html
by mikemoy
Thu Apr 04, 2019 7:02 pm
Forum: ESP32 Arduino
Topic: Avoid public Hotspot captive pages
Replies: 4
Views: 5508

Re: Avoid public Hotspot captive pages

Use your browser tools, and see what the page receives and sends when you click that button. Then just mimic it.
by mikemoy
Thu Apr 04, 2019 1:18 pm
Forum: General Discussion
Topic: eMMC module
Replies: 24
Views: 32417

Re: eMMC module

by mikemoy
Thu Apr 04, 2019 11:44 am
Forum: General Discussion
Topic: Variable doesn't update between cores
Replies: 30
Views: 40039

Re: Variable doesn't update between cores

I learned something today. I didn't realize that FreeRTOS ran in the Aurduino environment. :D Yup, you should give platformIO a try. you can do both with it IDF and ADF. Though i will send a word of caution though with ADF and I2C. In my first days using ADF i liked it because of the ease of OTA ov...
by mikemoy
Thu Apr 04, 2019 11:33 am
Forum: Hardware
Topic: Driving an 8-bit parallel 8080 bus using I2S
Replies: 25
Views: 34422

Re: Driving an 8-bit parallel 8080 bus using I2S

I'm just hooking myself to auto updates to this thread as I have been in the same boat for a long time as well.
by mikemoy
Thu Apr 04, 2019 11:07 am
Forum: General Discussion
Topic: eMMC module
Replies: 24
Views: 32417

Re: eMMC module

I have those adapters as well. I cannot explain why when you stick them in your PC you can use them just fine. Yet when you stick them in a device as a replacement for a uSD they do not work. For instance if you try using it in another device say a RPI board as the boot uSd card it wont boot from it.