Search found 5 matches

by tim8656
Mon Feb 13, 2023 10:55 am
Forum: General Discussion
Topic: ESP8684 Terminal output baudrate error
Replies: 4
Views: 3180

ESP8684 Terminal output baudrate error

I have an ESP8684-DevkitM-1-H4 and I have installed ESP-IDF 5.0. Using the Espressif-IDE, I created the blink example for the esp32c2. Although the LED flashed, the 'on' time seemed slower that the 250ms programmed and the serial output appeared as garbage. Using an external RS232 terminal, I tried ...
by tim8656
Tue Oct 11, 2022 3:49 pm
Forum: General Discussion
Topic: Specifying COM port for ESP-Prog
Replies: 0
Views: 661

Specifying COM port for ESP-Prog

I have a Windows 10 PC with an industrial motherboard, which has numerous COM ports. I am using an AZ Delivery devkit v4 ESP32 When using VS Code and PlatformIO, I have found it useful to edit the platformio.ini file to specify: debug_port = COM10 upload_port = COM8 as by default, VS Code/PlatformIO...
by tim8656
Mon Aug 15, 2022 1:47 pm
Forum: General Discussion
Topic: Example Bluedroid BLE Gatt_server won't run
Replies: 0
Views: 946

Example Bluedroid BLE Gatt_server won't run

I am using VS Code and platformio on windows 10. I've built the bluedroid ble gatt server example (v4.4) and loaded it onto an AZ Delivery demo board. When I attempt to run the code, I get the following result on the terminal: Rebooting... ets Jun 8 2016 00:22:57 rst:0xc (SW_CPU_RESET),boot:0x12 (SP...
by tim8656
Mon Jul 04, 2022 2:23 pm
Forum: General Discussion
Topic: example_spp_acceptor_demo won't start under debug
Replies: 0
Views: 1590

example_spp_acceptor_demo won't start under debug

Hi I am using esp-idf-v4.4, platformio and VS Code. I am using an AZ Delivery ESP32DevKitCV2 and ESP-Prog debug board. I have built example_spp_initiator and it runs successfully under the debugger and my Serial Bluetooth Terminal app can see it. Using the same hardware, I can build the companion ac...
by tim8656
Fri Jun 17, 2022 2:57 pm
Forum: General Discussion
Topic: Cleaning up after soft_ap_example
Replies: 0
Views: 765

Cleaning up after soft_ap_example

Hi I am using an AZ Delivery ESP32, VS Code, PlatformIO and ESP-Prog debugger. What I want to do is: 1 Set the ESP32 up as an access point, scan the local Wifi signals and present the list in a web page. 2 The user selects a wifi signal and enters the password. 3 The ESP32 then exits AP mode and con...