Search found 37 matches

by jerome
Wed Mar 06, 2019 2:49 pm
Forum: ESP32 Arduino
Topic: WAV files from SD card with I2S codec (reading/switching 2 files is a problem)
Replies: 1
Views: 5233

Re: WAV files from SD card with I2S codec (reading/switching 2 files is a problem)

Hi
I'm facing a similar issue and was wondering if you succeeded in solving this ?
Thanks for any tips
Jerome
by jerome
Thu Feb 28, 2019 11:07 am
Forum: General Discussion
Topic: Bluetooh Mesh models definition
Replies: 3
Views: 4848

Re: Bluetooh Mesh models definition

Thanks for your reply.
I read different documents about Mesh models, still a bit confused :-)

I was wondering if my understanding in my previous post was correct, at least.
J
by jerome
Wed Feb 27, 2019 9:08 am
Forum: General Discussion
Topic: Bluetooh Mesh models definition
Replies: 3
Views: 4848

Bluetooh Mesh models definition

Hi I'm using BLE Mesh network in my project. I would like to be able to : 1- Send a small buffer of data to all nodes from a mobile app, when user press a button in the mobile app 2- Report 1 status from the node device to the mobile app, when user press a button on the device (the status should be ...
by jerome
Thu Feb 21, 2019 10:59 am
Forum: General Discussion
Topic: BLE Mesh: Multiple elements on a single device
Replies: 2
Views: 3934

Re: BLE Mesh: Multiple elements on a single device

Hi
Thanks for your prompt reply.
I’ll check this.
If my first two elements should support only the GET op, should I define a different model for those elements ?
Jerome
by jerome
Wed Feb 20, 2019 12:33 pm
Forum: General Discussion
Topic: BLE Mesh: Multiple elements on a single device
Replies: 2
Views: 3934

BLE Mesh: Multiple elements on a single device

Hi All I have successfully used the bluetooth mesh node example to communicate from the nRf iOS provisioning app to my device. I'm able to provision the device, and set on/off states from the iOS app. In my device, I've the following elements : 0- read only element 1- read only element 2- get/set/se...
by jerome
Tue Jan 29, 2019 2:44 pm
Forum: ESP-ADF
Topic: ESP32 ADF + IDF
Replies: 2
Views: 4450

ESP32 ADF + IDF

Hi All
I installed both ESP ADF and IDF.
Since ESP ADF embeds ESP IDF, does it make sense keeping ESP IDF ?
It seems the directories esp-adf/esp-idf/ is similar to the esp-idf I installed at the beginning, both contains IDF components.
Any tip would be greatly appreciated.
Thanks
by jerome
Tue Jan 29, 2019 2:41 pm
Forum: ESP-ADF
Topic: fatfs and http stream on the same pipeline
Replies: 2
Views: 5431

Re: fatfs and http stream on the same pipeline

Hi newHobby
I was wondering if you succeeded in using 2 pipelines at the same time ?
I'd like to record audio as follow :

- ADC -> I2S -> WAV ENCODER -> (SDCARD FILE + HTTP UPLOAD)

Thanks for anything you can share.
Jerome