Search found 341 matches
- Fri Jun 13, 2025 12:00 am
- Forum: Feature Requests
- Topic: ESP32 Bleutooth master
- Replies: 9
- Views: 16534
Re: ESP32 Bleutooth master
I've asked an AI agent of this is possible and this is ( a part) of the answer: ### Bluetooth Master on ESP32 in Flowcode (without external components) The ESP32 indeed has powerful built-in Bluetooth capabilities (both Bluetooth Classic and Bluetooth Low Energy - BLE). However, in the context of **...
- Thu Jun 05, 2025 5:11 pm
- Forum: General
- Topic: ESP32 no reply: SSL/TLS connection failed (worldtimeapi.org)
- Replies: 29
- Views: 6319
Re: ESP32 no reply: SSL/TLS connection failed (worldtimeapi.org)
Hi MJU20 Thanks for the kind words, appreciated. The script / chart will work for a server located anywhere, not just local to you. However in saying that, if you use a Dynamic Hosting service such as No-IP or DynDys then the chart won't connect. This is because as it stands it doesn't recognise th...
- Wed Jun 04, 2025 10:18 pm
- Forum: General
- Topic: ESP32 no reply: SSL/TLS connection failed (worldtimeapi.org)
- Replies: 29
- Views: 6319
Re: ESP32 no reply: SSL/TLS connection failed (worldtimeapi.org)
Once again, thank you, chipfryer27, for keeping up with this. By now, I don’t even remember how I originally intended to use this—I think it was more about investigating API calls... Me and my confused brain! But it’s impressive to make it work this way (via a local server). My use of Flowcode comes...
- Fri May 16, 2025 11:04 pm
- Forum: General
- Topic: ESP32 C3: Confused about ADC settings
- Replies: 8
- Views: 1369
Re: ESP32 C3: Confused about ADC settings
Hello If you want to the closest voltage possible, then I would suggest to use the GetVoltage since that is affected by Vref voltage adjustments within properties. GetByte/GetAverageByte or GetInt/GetAverageInt are not. You can adjust Vref voltage until the voltage agrees with Multimeter set to the...
- Wed May 07, 2025 10:10 pm
- Forum: General
- Topic: ESP32 C3: Confused about ADC settings
- Replies: 8
- Views: 1369
ESP32 C3: Confused about ADC settings
I'm using an ESP32 C3 super mini to send data to an MQTT server. Between every publish, I sample a voltage on AN0 using an FC10 ADC component. I return the sampled voltage and aim to get as close to the actual voltage as possible. However, I have never needed to use the ADC before, and now I am conf...
- Fri Apr 04, 2025 11:32 pm
- Forum: General
- Topic: ESP32 - S3 Mini Versus ESP32 - S3 Super mini
- Replies: 2
- Views: 1678
Re: ESP32 - S3 Mini Versus ESP32 - S3 Super mini
I have bought them and use them with FC10.
Don't know what features don't work, but used them for simple things that needs very little space.
So they work..
Don't know what features don't work, but used them for simple things that needs very little space.
So they work..
Re: Disaster!
This is the main problem with Flowcode..
If there are problems they don't push the solutions.
As soon as there is a problem and a solution, please push the solution at ones.
Now I've spend a evening searching for what I did wrong..
If there are problems they don't push the solutions.
As soon as there is a problem and a solution, please push the solution at ones.
Now I've spend a evening searching for what I did wrong..
- Fri Mar 28, 2025 5:20 pm
- Forum: Feature Requests
- Topic: Component to Read and Write to Registers
- Replies: 1
- Views: 2537
Re: Component to Read and Write to Registers
Great idea!
- Sat Mar 08, 2025 11:03 pm
- Forum: Feature Requests
- Topic: ESP32 Bleutooth master
- Replies: 9
- Views: 16534
Re: ESP32 Bleutooth master
Bump???
- Thu Mar 06, 2025 11:11 pm
- Forum: General
- Topic: ESP32 Bluetooth update please?
- Replies: 4
- Views: 1494
Re: ESP32 Bluetooth update please?
stefan.erni my hero! :-) You can't imagine how long I was looking to get this feature working. Thanks! I hope this can be something other users can use too. Maybe something that can be put on the Wikipage?? I will post my config too because I have another version of the IDF this could be of some use...