Search found 6 matches

by abel-lisco
Wed Mar 03, 2021 9:26 pm
Forum: ESP32 Arduino
Topic: Wemos D1 R32 Bluetooth issues
Replies: 2
Views: 4664

Re: Wemos D1 R32 Bluetooth issues

Hi, I just want to share with you that I could solve the issue I had with my boards. It looks the problem is not with the boards themselves (or faulty SoCs...), it "seems" to be related to NVS. in the spp_acceptor_demo (one of BT ESP-IDF examples), I've found something that looks like a dependency b...
by abel-lisco
Tue Mar 02, 2021 6:56 am
Forum: ESP32 Arduino
Topic: Wemos D1 R32 Bluetooth issues
Replies: 2
Views: 4664

Re: Wemos D1 R32 Bluetooth issues

Hi, I've been running into the same type of issues with these boards (I tried with 2 of them), using Arduino 1.8.13 and Ubuntu. I compiled and downloaded the 3 BluetoothSerial sketch examples, and none of them worked with them. I have been developing with these boards for quite a long time, using ma...
by abel-lisco
Tue Jan 12, 2021 5:13 am
Forum: ESP32 Arduino
Topic: LEDC and ISR in Arduino
Replies: 4
Views: 4929

Re: LEDC and ISR in Arduino

Hi all, I am not sure I understand the application you are trying to develop, but I have been working lately with the ledc API, and perhaps I can provide some info (from the API reference). first, the type declaration is: " enum ledc_intr_type_t Values: LEDC_INTR_DISABLE = 0 Disable LEDC interrupt L...
by abel-lisco
Tue Jan 12, 2021 1:36 am
Forum: ESP32 Arduino
Topic: ledc_timer_config_t problem
Replies: 3
Views: 5411

Re: ledc_timer_config_t problem

Hi, I went thru the same issue... If my memory does not fail, the problem is that the C compilers (the one used in Arduino and the one used in esp-idf) are not the same version, and you cannot initialize the members of the structure with the same syntax. In Arduino, what worked to me, was to initial...
by abel-lisco
Mon Jan 11, 2021 8:00 pm
Forum: General Discussion
Topic: Esp32 433mhz communication
Replies: 36
Views: 50836

Re: Esp32 433mhz communication

Hi, yesterday I just posted the following: Subject: FreeRTOS+CLI(c) for ESP32, and RMT peripheral for Radio Codes (ISM RF band) Hi, We just posted a Github repository that might be of interest for some ESP32 Arduino users. https://abellisco.github.io/liscolab/ It contains: - a modified version of th...
by abel-lisco
Sun Jan 10, 2021 9:44 pm
Forum: ESP32 Arduino
Topic: FreeRTOS+CLI(c) for ESP32, and RMT peripheral for Radio Codes (ISM RF band)
Replies: 0
Views: 2154

FreeRTOS+CLI(c) for ESP32, and RMT peripheral for Radio Codes (ISM RF band)

Hi, We just posted a Github repository that might be of interest for some ESP32 Arduino users. https://abellisco.github.io/liscolab/ It contains: - a modified version of the FreeRTOS+CLI(c), that can be used with the Arduino IDE to build a cli based application with the ESP32 under the Arduino IDE. ...