Search found 11 matches

by leonardo.zambonelli
Thu Sep 12, 2024 9:01 am
Forum: ESP-ADF
Topic: Audio over BT
Replies: 0
Views: 751

Audio over BT

Hi all,
i would like to create a device that can connect a BT device(like a mobile) to a LyraT board.
Sounds must go from Mobile to speaker on board, and from microphone on board to mobile.
Is it possible?
Is there an example where i can start from?
Any suggestion?

Thanks in advance
Leonardo
by leonardo.zambonelli
Mon Aug 19, 2024 3:51 pm
Forum: ESP-IDF
Topic: ESP32 and Ethernet using Olimex POE2
Replies: 0
Views: 420

ESP32 and Ethernet using Olimex POE2

Hi all, i'm trying to use the board ESP32 POE2, using native ESP-IDF (ver 4.X). I'have some problem with the clock connected to GPIO0. When i start Network driver, it stops logging to console. This is my code: #include "esp_eth.h" #include "esp_event.h" #include "esp_log.h" #include "driver/gpio.h" ...
by leonardo.zambonelli
Thu Aug 25, 2022 2:50 pm
Forum: ESP-IDF
Topic: SNMP and ESP-IDF 11322836-dirty
Replies: 0
Views: 876

SNMP and ESP-IDF 11322836-dirty

Hi, i'm facing problems trying using SNMP library within ESP32, esp-idf 4.2 I followed guide at https://github.com/leandroadonis86/esp32_simple_snmpv2c_agent but had no success. I've noticed it's an old article, but i'm wondering if there is an update for that use in esp-idf i'm using Any news? Than...
by leonardo.zambonelli
Thu Mar 19, 2020 4:59 pm
Forum: General Discussion
Topic: Build project after updating to ESP-IDF 4.0
Replies: 0
Views: 2844

Build project after updating to ESP-IDF 4.0

Hi, i've just updated to ESP-IDF 4.0. My project does not compile anymore. This is the error: App "SimplyConnect" version: 22ff384-dirty WARNING: Missing submodule components/esp32/lib... Attempting 'git submodule update --init components/esp32/lib' in esp-idf root directory... error: pathspec 'comp...
by leonardo.zambonelli
Thu Mar 19, 2020 4:57 pm
Forum: General Discussion
Topic: How can i send a .bin file to esp32 through bluetooth?
Replies: 4
Views: 6401

Re: How can i send a .bin file to esp32 through bluetooth?

I made a project with a BLE GATT server on ESP32, and a mobile that connects to the device and sending the update using chuncks of the bin files
Do you already have a BT or BLE server in your ESP32 project?
by leonardo.zambonelli
Mon Jul 08, 2019 8:22 am
Forum: General Discussion
Topic: ESP-IDF and BG96 GSM Module
Replies: 7
Views: 10872

Re: ESP-IDF and BG96 GSM Module

Hi Guys, still no news.
Waiting for new board to arrive and then i can make some tests.
I will let u know

Cheers
Leo
by leonardo.zambonelli
Mon Jun 10, 2019 2:57 pm
Forum: General Discussion
Topic: DEvelop on WIFI_LoRa_32
Replies: 0
Views: 2097

DEvelop on WIFI_LoRa_32

Hi All, do you ever worked with Heltec WIFI_LoRa_32, for Lora communication, using ESP-IDF? I've found this library: https://github.com/Inteform/esp32-lora-library but comparing to the Arduino example that comes with the Heltec board, i cannot understand how to configure in the right way all pins un...
by leonardo.zambonelli
Mon May 27, 2019 1:44 pm
Forum: General Discussion
Topic: ESP-IDF and BG96 GSM Module
Replies: 7
Views: 10872

Re: ESP-IDF and BG96 GSM Module

At the moment iìve burnt my esp32 demoboard :-(, so cannot test for a couple of days

stay tuned
by leonardo.zambonelli
Fri May 24, 2019 7:02 am
Forum: General Discussion
Topic: ESP-IDF and BG96 GSM Module
Replies: 7
Views: 10872

Re: ESP-IDF and BG96 GSM Module

Thanks Warren,
i will try your suggestion.
Do you have any idea about the 2nd point?

Thanks
Leo
by leonardo.zambonelli
Wed May 22, 2019 9:38 am
Forum: General Discussion
Topic: esp-idf 3.2 problem
Replies: 1
Views: 3042

esp-idf 3.2 problem

Hi chaps,
after updating to 3.2 esp-idf, i had this problem on my production board:
Expected 4096KiB chip but found 8192KiB chip. Bailing out..

Note: my demo board works like a charme.

Any idea?
Leonardo Zambonelli