Search found 70 matches

by onehorse
Mon Jan 29, 2018 4:28 am
Forum: Sample Code
Topic: ESP32 using ICS43434 as MEMS microphone in Arduino IDE
Replies: 7
Views: 15703

Re: ESP32 using ICS43434 as MEMS microphone in Arduino IDE

+1

I am able to use these mics with the nRF52 and STM32L4 and Teensy (various) but am not sure if there is an easy way to do so with the ESP32 Arduino core.
by onehorse
Mon Jan 29, 2018 4:26 am
Forum: Hardware
Topic: ESP32D2WD available pins
Replies: 7
Views: 11871

ESP32D2WD available pins

I am looking at the data sheet of the ESP32 D2WD 5 mm x 5 mm package with internal 16 Mbit flash and it says: "ESP32-D2WD has a 16-Mbit, 40-MHz embedded flash, connected via pins GPIO16, GPIO17, SD_CMD, SD_CLK, SD_DATA_0 and SD_DATA_1." 1) I assume we cannot connect anything to GPIO16, GPIO17, SD_CM...
by onehorse
Mon Nov 27, 2017 12:44 am
Forum: General Discussion
Topic: New to development boards looking for info
Replies: 1
Views: 3723

Re: New to development boards looking for info

There are some dev boards for sale here:

https://www.tindie.com/stores/onehorse/
by onehorse
Fri Oct 13, 2017 12:28 am
Forum: General Discussion
Topic: ESP32 - LiPo 3.7V with diode forward voltage as power source?
Replies: 8
Views: 14354

Re: ESP32 - LiPo 3.7V with diode forward voltage as power source?

NCP161AMX330 is an ultra-low-noise 3V3 LDO. I use the one that comes in the DFN-4 package which is 1 mm x 1 mm and requires 2 0402 caps, Iq is 18 uA, current load minimum is 450 mA, perfect for the ESP32.
by onehorse
Sun Oct 01, 2017 12:40 am
Forum: Hardware
Topic: 26 MHz crystal means no wifi/BLE?
Replies: 1
Views: 4262

26 MHz crystal means no wifi/BLE?

Just looked over the hardware manual again and noticed the comment that only the 40 MHz crystal is supported for wifi/BLE. I had 100 ESP32 dev boards produced that used the 26 MHz crystal (same as ESP8285) since at the time of the design (a year ago or so), this was what was included in the hardware...
by onehorse
Wed Sep 20, 2017 3:18 am
Forum: General Discussion
Topic: Development Assistance with DevKitC
Replies: 3
Views: 5502

Re: Development Assistance with DevKitC

I designed an ESP32 development board https://www.tindie.com/products/onehors ... ent-board/ that is open source. You could start with the EAGLE design files if it is close to what you have in mind or we could discuss a custom solution. E-mail me at tleracorp@gmail.com.
by onehorse
Wed Sep 20, 2017 12:49 am
Forum: ESP-IDF
Topic: I2S microphone (RX)
Replies: 60
Views: 148309

Re: I2S microphone (RX)

"I wane know how to replay I2S data from a microphone (SPH0645) on PC as a WAV file."

You can use Audacity as described here: https://www.tindie.com/products/onehors ... icrophone/.
by onehorse
Wed Aug 09, 2017 2:58 am
Forum: Hardware
Topic: RTC with 32.768 kHz crystal
Replies: 14
Views: 30581

Re: RTC with 32.768 kHz crystal

Any plans to extend this to the Arduino core? My boards also have a 32.768 kHz crystal and I would like to be able to make us of it in my Arduino sketches.