Search found 89 matches

by Oscar_T
Tue Jun 08, 2021 10:55 am
Forum: Feature Requests
Topic: AT24C32E-STUM-T & OTHER
Replies: 3
Views: 2148

Re: AT24C32E-STUM-T & OTHER

Hello Leigh

Everything seems to be working fine

Regards
by Oscar_T
Tue Jun 08, 2021 10:53 am
Forum: General
Topic: ESP32 Soc Support
Replies: 8
Views: 3589

ESP32 Soc Support

Hello I am considering to use for a new project esp32-s2 (56pin) only the soc. I would like to understand Does Flowocode properly support the soc? Is there a program to download the compiled file inside the soc or do I have to replicate the usb uart bridge that is on the development boards? The idea...
by Oscar_T
Fri May 28, 2021 2:07 pm
Forum: General
Topic: Serial Comunication (esp32, app developer)
Replies: 2
Views: 1730

Re: Serial Comunication (esp32, app developer)

Hi Ben

I try to implement the recommendations and let you know!

Edit

With the first solution I was lucky and by inserting a character I can send floats in sequence.

Unfortunately not with the second solution.

In the next few days I will try to understand why it doesn't work
by Oscar_T
Wed May 26, 2021 9:07 pm
Forum: General
Topic: Serial Comunication (esp32, app developer)
Replies: 2
Views: 1730

Serial Comunication (esp32, app developer)

Hello everybody I have a question about serial communication (com port) I am currently using esp32 devkit to build a small test station. The program is very simple and is based on sending and receiving data from the esp32. The problem arises when I have to send and receive LONG or FLOAT data. If I s...
by Oscar_T
Tue May 25, 2021 5:41 pm
Forum: Bug Reports
Topic: Esp32 Timer Problem
Replies: 19
Views: 8303

Re: Esp32 Timer Problem

Hi Leigh

Yes, I have now implemented a circular buffer and everything works.

Is there a way to save data in esp32 (type eeprom) or do I have to use an external memory chip?
by Oscar_T
Tue May 25, 2021 2:43 pm
Forum: Bug Reports
Topic: Esp32 Timer Problem
Replies: 19
Views: 8303

Re: Esp32 Timer Problem

I'm sampling a signal with the adc port and sending the sampled signal as a float via uart. I also want to save the same value inside the esp32. (this way I can recover it if I have a problem with the pc) I tried to use the lut table but without success..It appears that no new values ​​are added to ...
by Oscar_T
Tue May 25, 2021 1:51 pm
Forum: Bug Reports
Topic: Esp32 Timer Problem
Replies: 19
Views: 8303

Re: Esp32 Timer Problem

Thanks Leigh

i got confused with com ports. I keep the programming com port open with another program and this created the problem.

Once all the programs that used the com ports were closed everything was back to normal
by Oscar_T
Tue May 25, 2021 10:27 am
Forum: Feature Requests
Topic: App Developer SLider Graphics
Replies: 4
Views: 2652

Re: App Developer SLider Graphics

Hi Ben I have successfully implemented mouse control thanks to your example so I think with a little help I can do it. I saw then that you already have a similar slider (for example in the simulation debugger) The project is quite simple. We have a small sound card that we need to control via the se...
by Oscar_T
Mon May 24, 2021 6:46 pm
Forum: Bug Reports
Topic: Esp32 Timer Problem
Replies: 19
Views: 8303

Re: Esp32 Timer Problem

I have a strange problem with esp32 boards.

It looks like they are programmed but fail to boot ...

I have 3 boards (1 wroom-32 and 2 wroom-32d) and all three are doing the same joke

The version is esp32_devkitc_v4, clicking the two physical buttons nothing happens.
by Oscar_T
Mon May 24, 2021 9:29 am
Forum: Feature Requests
Topic: App Developer SLider Graphics
Replies: 4
Views: 2652

Re: App Developer SLider Graphics

Hi Steve

Thanks for the update, I was hoping for something better.. but it's always better than a no!

Kind regards