Search found 1683 matches

by kolban
Mon Aug 20, 2018 10:31 pm
Forum: ESP32 Arduino
Topic: How to install old idf version ?
Replies: 5
Views: 12506

Re: How to install old idf version ?

Howdy, This may be a complete red-herring ... but I wanted to check that you understand the distinction between releases and master. As I understand it, the "master" on Github is the continually evolving "best so far" of the ESP-IDF code base. Things may break and stability may not be perfect. Relea...
by kolban
Mon Aug 20, 2018 4:55 am
Forum: General Discussion
Topic: Eclipse C++ Build using Kolban's guide
Replies: 8
Views: 11113

Re: Eclipse C++ Build using Kolban's guide

I too had problems working with Eclipse Oxygen. However, I recently moved to the now generally available Eclipse Photon and all seems to work well again.
by kolban
Mon Aug 20, 2018 3:16 am
Forum: Hardware
Topic: Cannot run app on ESP32 from an external battery
Replies: 6
Views: 9066

Re: Cannot run app on ESP32 from an external battery

If it were me, I'd attach an external UART->USB connector to the RX and TX pins of the ESP32 and see what the console is saying during boot.
by kolban
Sun Aug 19, 2018 11:58 pm
Forum: General Discussion
Topic: Connecting ESP32S with IOT relay Baord
Replies: 2
Views: 4425

Re: Connecting ESP32S with IOT relay Baord

For an off the shelf product like this, I am imagining that the provider has written some software that runs on the on-board MCU. I would also imagine that the vendor has supplied documentation on how to interface with the board from a variety of sources. Are there more details of the problems/puzzl...
by kolban
Sun Aug 19, 2018 8:09 pm
Forum: ESP-IDF
Topic: [Answered]: JWT component for ESP-IDF (JSON Web Tokens)
Replies: 10
Views: 25161

[Answered]: JWT component for ESP-IDF (JSON Web Tokens)

When using certain cloud IoT services such as Google Cloud Platform (GCP) we have to authenticate with the cloud by providing a JSON Web Token (JWT) ... see: https://jwt.io/ While there are many libraries available, the number of such libraries for C/C++ is relatively low. I had a quick look through...
by kolban
Sun Aug 19, 2018 5:18 pm
Forum: ESP-IDF
Topic: mg_broadcast not working
Replies: 2
Views: 4187

Re: mg_broadcast not working

I had a google on mg_broadcast and esp32 as search terms and there appears to be a number of stories related to that. Have you performed a similar search? Understand that the mg_broadcast capability is part of the Mongoose libraries and is not really related to the Espressif/ESP-IDF code bases. Obvi...
by kolban
Fri Aug 17, 2018 4:22 pm
Forum: ESP-IDF
Topic: Program Flow and timing
Replies: 7
Views: 9084

Re: Program Flow and timing

I for one am very interested in the story that setting the GPIO level high before the inner loop doesn't set the output signal high but the same code in the inner loop does. If it were me, I'd try writing the same app in ESP-IDF and see if the scenario changes. That will tell us if we are looking at...
by kolban
Fri Aug 17, 2018 4:43 am
Forum: General Discussion
Topic: What's the best method of communication for my project
Replies: 2
Views: 4589

Re: What's the best method of communication for my project

If there were some challenges in connecting an ESP32 using both WiFi and BLE at the same time, based on your story, you could choose one of those technologies and use it for all your communications. For example, if you choose WiFi between your phone and master, then you could use WiFi between master...
by kolban
Thu Aug 16, 2018 9:24 pm
Forum: ESP32 Arduino
Topic: What's the advantage of SigmaDelta?
Replies: 9
Views: 15638

Re: What's the advantage of SigmaDelta?

Have you considered using the Digital to Analog technology described here:

https://esp-idf.readthedocs.io/en/lates ... s/dac.html
by kolban
Thu Aug 16, 2018 6:29 pm
Forum: General Discussion
Topic: Task watchdog issue
Replies: 4
Views: 6214

Re: Task watchdog issue

Here is a link to a recent video on Watchdog processing. Let's see if this answers some of the questions.

https://www.youtube.com/watch?v=C2xF3O6qkbg

If not, please post back and we can try and assist.