Search found 690 matches

by stefan.erni
Wed Sep 21, 2022 12:59 pm
Forum: App Developer
Topic: App Developer build in function File
Replies: 7
Views: 5551

Re: App Developer build in function File

Hi Ben, Hi Steve Thanks a lot.It's working fine now. With the part "if file not can be open, then create", I understand. And that there is no command macro for file close so I use file open but with parameter 0 for read and write. I suppose that's what Ben means. I will continue to save and open lar...
by stefan.erni
Wed Sep 21, 2022 10:27 am
Forum: App Developer
Topic: App Developer build in function File
Replies: 7
Views: 5551

App Developer build in function File

Hi Ben I wrote a testprogram for the build in function File. It's working fast and with long filename. Only create with the file and close the file there is a little problem. So I first have to start the program with creat file and then close the program and switch off createfile when the program se...
by stefan.erni
Mon Sep 19, 2022 10:32 am
Forum: General
Topic: Flowcode and CNC Machine Component
Replies: 7
Views: 1405

Flowcode and CNC Machine Component

Hi Ben

Flowcode has a component CNC Machine and Matrix has some CNC Machine on offer.
Is there a CNC machine that can be controlled with FC9?
Not to mill parts but to demo a machine.

regards

Stefan
by stefan.erni
Tue Sep 13, 2022 1:18 pm
Forum: General
Topic: Can ESP Tx Power be set?
Replies: 6
Views: 1240

Re: Can ESP Tx Power be set?

Hi Lain Yes with this two commands you can set the maximal power for Bluetooth sending. Note I used exactly for the other direction, Bluetooth set to minimum power. It's in the program demodata includet. There is also an idea for the BT interrupt in ESP32, to make the inerrupt routine very short and...
by stefan.erni
Tue Sep 13, 2022 11:23 am
Forum: General
Topic: Can ESP Tx Power be set?
Replies: 6
Views: 1240

Re: Can ESP Tx Power be set?

Hi Lain Yes set the BT tx power. https://flowcode.co.uk/forums/viewtopic.php?f=4&t=1176&start=10 I made some test and Default powersetting is: ESP_PWR_LVL_N0 = 4, !< Corresponding to 0dbm ESP_PWR_LVL_P3 = 5, !< Corresponding to +3dbm I have now set to the minimum ESP_PWR_LVL_N12 = 0, !< Correspondin...
by stefan.erni
Thu Sep 08, 2022 9:54 am
Forum: General
Topic: Looking for examples: LilyGO TTGO T-Display ESP32
Replies: 7
Views: 1958

Re: Looking for examples: LilyGO TTGO T-Display ESP32

Hi Martin

Yes a link to your TTGO type would help.

If you can take a look with Ben at my post.
There is also an ESP32 not yet available.

Thank you

regards

Stefan

ESP32 Ultra­Low­Power RISC­V Single­Core CPU
https://flowcode.co.uk/forums/viewtopic.php?f=4&t=1318
by stefan.erni
Thu Sep 01, 2022 8:41 am
Forum: Bug Reports
Topic: I2C Call Inside Timer Core Dump ESP32
Replies: 6
Views: 1565

Re: I2C Call Inside Timer Core Dump ESP32

Hi to All

How can this be done with Flowcode? An idea?

regards

Stefan
by stefan.erni
Tue Aug 30, 2022 4:55 pm
Forum: Projects - Embedded
Topic: DSP Components - An introduction
Replies: 4
Views: 2515

Re: DSP Components - An introduction

Hi Ben In your video everything works so simply but.. I tried to control the DAC of the ESP32 with the DSP. Even on the beginn with the setting of the interrupt is not clear to me how that works. At the end there should be a sinus signal of about 1 kHz on the DAC output, so a 10 kHz interrupt freque...
by stefan.erni
Tue Aug 09, 2022 10:42 am
Forum: General
Topic: HX711 in use
Replies: 7
Views: 1692

Re: HX711 in use

Hi chipfryer Do you use a Bar or Disc? A little hint. There are already bars for measuring in the range of 0.5 kg. Of course, they are much easier to load because you can only measure a maximum of 0.5 kg, but practical on the laboratory bench regards Stefan https://www.sparkfun.com/products/14728 Lo...
by stefan.erni
Thu Aug 04, 2022 9:38 am
Forum: General
Topic: ESP32 Cam Programming
Replies: 4
Views: 1459

Re: ESP32 Cam Programming

Hi Martin I'm not sure what hardware you're using. I found a module with 20 pins in the ESP32 Pack from Flowcode under Supported Devices. But what hardware is that with 20 Pin? There are various small USB modules to program the ESP32. Some also support the reset pin. You no longer have to press the ...