Search found 42 matches

by captain_morgan
Thu Aug 29, 2019 11:03 pm
Forum: ESP-IDF
Topic: i2s_read with ICS-43434 always reads zeros
Replies: 1
Views: 4628

i2s_read with ICS-43434 always reads zeros

I've been at this on and off for a frustratingly long time. I can get various I2S input examples to work but when I start working on my own code with a relatively new IDF I cannot get anything but zeros from i2s_read. Most examples use i2s_read_bytes I seemingly cannot find an example that uses an e...
by captain_morgan
Sat Aug 24, 2019 8:08 pm
Forum: ESP-IDF
Topic: ESP32 NimBLE Controller
Replies: 3
Views: 5265

Re: ESP32 NimBLE Controller

I can only answer part of your question... can I use the NimBLE controller with the ESP32? Yes, I'm using it presently and find it easier to work with then the Bluedroid stack. I do not believe it has made it into a release yet, so you will likely have to use the master branch. The documentation to ...
by captain_morgan
Tue Aug 20, 2019 4:00 am
Forum: Hardware
Topic: Hard-reset not working
Replies: 8
Views: 13558

Re: Hard-reset not working

Interesting.... and maybe a bit concerning? I'm using the CP2102N-A01 and have no issue flashing from several different Linux machines. Do you have any further reading on this issue?
by captain_morgan
Mon Aug 19, 2019 3:53 pm
Forum: Hardware
Topic: Hard-reset not working
Replies: 8
Views: 13558

Re: Hard-reset not working

I'm using this part successfully in several of my designs. First thing I notice in your description is your reset circuit, typically this is implemented with two transistors and two resistors. Here's one of my recent schematics https://cdn.hackaday.io/files/1638617010629024/coffin.pdf . Additionally...
by captain_morgan
Tue Mar 19, 2019 12:20 am
Forum: ESP-IDF
Topic: NimBLE port for ESP32
Replies: 8
Views: 16036

Re: NimBLE port for ESP32

Yup, did see that and mostly what I used as my basis. Working on adding a couple more services and will report on any issues I have.
by captain_morgan
Thu Mar 14, 2019 5:43 pm
Forum: ESP-IDF
Topic: NimBLE port for ESP32
Replies: 8
Views: 16036

Re: NimBLE port for ESP32

Super cool! nice work all around. I spend some time yesterday evening digging into this branch and the results are good! First off, it's quite a bit easier to use than Bluedroid, I reduced my overall code by about half. I was able to follow the heart rate example easily and within about 30 minutes h...
by captain_morgan
Tue Feb 19, 2019 6:23 pm
Forum: ESP-IDF
Topic: NimBLE port for ESP32
Replies: 8
Views: 16036

Re: NimBLE port for ESP32

Looks awesome! I'm just gearing up for a new project and will give this a spin for the BLE needs.
by captain_morgan
Sun Nov 04, 2018 8:57 pm
Forum: ESP-MDF
Topic: MESH Broadcast Message
Replies: 3
Views: 9884

Re: MESH Broadcast Message

Curious if anyone made progress on this. I'm trying to get group sending to work but having no luck.

In addition to the code above, I'm adding the MESH_DATA_GROUP flag as per the API guide. But yeah, still nothing.
by captain_morgan
Thu Oct 25, 2018 4:42 pm
Forum: ESP-IDF
Topic: Make issue
Replies: 1
Views: 3293

Re: Make issue

I recall hitting something like this before, try running git submodule update from the esp-idf directory.
by captain_morgan
Mon Apr 10, 2017 8:43 am
Forum: Hardware
Topic: Guidelines for external antenna layout
Replies: 12
Views: 27556

Guidelines for external antenna layout

I'm designing a board with an edge mounted SMA connector for the antenna and am looking for design guidelines. The hardware design guidelines briefly outlines using a PCB antenna but not much more. Is there a reference design available for an external antenna? I see mention the ESP-WROVER has an ext...