Search found 13 matches

by PSTechPaul
Tue Dec 14, 2021 9:20 pm
Forum: IDEs for ESP-IDF
Topic: How to install and use Eclipse properly to build example codes
Replies: 11
Views: 37670

Re: How to install and use Eclipse properly to build example codes

I was unable to send the AT setup commands properly from my PIC USART to the ESP32 module. When I sent the first command it always responded with "ERROR". So I was able to modify one of my HC-05 modules to work on 3.3 VDC, and with no further setup I was able to send and receive characters at the de...
by PSTechPaul
Tue Nov 30, 2021 11:41 pm
Forum: IDEs for ESP-IDF
Topic: How to install and use Eclipse properly to build example codes
Replies: 11
Views: 37670

Re: How to install and use Eclipse properly to build example codes

I found out how to set up the device for classic Bluetooth, and it works OK with my Android phone and the Bluetooth terminal. However, when I send an ASCII command such as "123", it responds with "+BTDATA:5,123". This was surprising, but I can easily enough parse that to get the response I need on m...
by PSTechPaul
Tue Nov 30, 2021 10:06 am
Forum: IDEs for ESP-IDF
Topic: How to install and use Eclipse properly to build example codes
Replies: 11
Views: 37670

Re: How to install and use Eclipse properly to build example codes

I was able to install the factory settings (bin) and the TX/RX pins work by responding to AT commands. This is on an ESP-32-WROVER module, using GPI9 and GPIO22. However, I would like to be able to use the Bluetooth function where this device acts as a wireless serial port and can be discovered and ...
by PSTechPaul
Wed Nov 24, 2021 9:19 pm
Forum: IDEs for ESP-IDF
Topic: How to install and use Eclipse properly to build example codes
Replies: 11
Views: 37670

Re: How to install and use Eclipse properly to build example codes

That looks like a very good solution to my problems. I am familiar with the AT command codes for the HC-05, although I usually don't need to use them. Once configured, I just want to use the device as a wireless serial port to communicate with a remote PC or tablet device. I'll try implementing thes...
by PSTechPaul
Sat Nov 13, 2021 2:50 am
Forum: ESP-IDF
Topic: Selecting best example project for simple Bluetooth adapter similar to HC-05
Replies: 0
Views: 1400

Selecting best example project for simple Bluetooth adapter similar to HC-05

I plan to use one of the ESP-32 modules as a simple Bluetooth adapter that will be detected by a Win10 computer or smart phone or Android tablet, for communication between a Bluetooth terminal and my dsPIC33 project. It is a VFD motor controller and the Bluetooth connection will provide remote contr...
by PSTechPaul
Sat Nov 13, 2021 1:57 am
Forum: IDEs for ESP-IDF
Topic: IDF Eclipse Plugin v2.3.0 released
Replies: 2
Views: 8666

Re: IDF Eclipse Plugin v2.3.0 released

Does this resolve the problem with the invalid certificate that required a downgrade of the security parameters?
by PSTechPaul
Thu Nov 11, 2021 8:52 am
Forum: IDEs for ESP-IDF
Topic: How to install and use Eclipse properly to build example codes
Replies: 11
Views: 37670

Re: How to install and use Eclipse properly to build example codes

I was able to use one of my build configurations or projects, which I had named "blink1". I have copied the entire folder into a compressed folder but it is still about 40 Mb, and I don't think it will help, since it works, but I don't remember just how I was able to transfer it from the Public Desk...
by PSTechPaul
Thu Nov 11, 2021 6:22 am
Forum: IDEs for ESP-IDF
Topic: How to install and use Eclipse properly to build example codes
Replies: 11
Views: 37670

Re: How to install and use Eclipse properly to build example codes

I have only been working with the sample "Hello_World" and "blink" projects. I've only modified the main source code a little bit, and somehow I got "Hello_World" to work in Eclipse but not "blink". I really need to learn more about Eclipse which will be more convenient to edit, build, flash, and ru...
by PSTechPaul
Wed Nov 10, 2021 1:11 am
Forum: IDEs for ESP-IDF
Topic: How to install and use Eclipse properly to build example codes
Replies: 11
Views: 37670

How to install and use Eclipse properly to build example codes

I installed the ESP-IDF suite on Windows 10 according to the information in https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/index.html, and it somehow got installed on my C:\users\public\desktop\edf-ide-2 folder. The desktop also has the shortcut links to ESP-IDF 4.3 CMD, ESP...
by PSTechPaul
Tue Nov 09, 2021 10:07 pm
Forum: ESP-IDF
Topic: Test post - previous posts stuck in moderation?
Replies: 2
Views: 1589

Re: Test post - previous posts stuck in moderation?

Thanks for the reply. I see that my previous posts were approved, but only by logging in and looking at notifications. I had expected to receive an email as was sent when I joined. I'll see if this goes through OK, and then I'll post my current problems.