Search found 1137 matches

by stefan.erni
Wed Sep 02, 2026 3:01 pm
Forum: Feature Requests
Topic: MCP356x1 Set to Full Shutdown mode
Replies: 5
Views: 1531

Re: MCP356x1 Set to Full Shutdown mode

Nothing has changed; I need to stop the IRQ, otherwise the system will crash and restart.
by stefan.erni
Wed Sep 02, 2026 2:07 pm
Forum: Feature Requests
Topic: MCP356x1 Set to Full Shutdown mode
Replies: 5
Views: 1531

Re: MCP356x1 Set to Full Shutdown mode

Hi Ben

Perfect! It's working nice.
Normal working, the current from the Board is 61.8mA
The deepsleep current goes down to1.6mA and to 0.3mA (300uA) with shutdown the ADC.
Soon I include a LDO to turn off Analog part and and then I expect less than 200 μA

One more little thing.
Before I set the ...
by stefan.erni
Tue Sep 01, 2026 2:19 pm
Forum: Feature Requests
Topic: MCP356x1 Set to Full Shutdown mode
Replies: 5
Views: 1531

MCP356x1 Set to Full Shutdown mode

Hi Ben

The MCP356x1 is a nice 24Bit Ad converter.
There is a one-channel, two-channel, and four-channel version
with SPI and many possibilities and features.
The AD converter is working perfect with FC11

But especially with battery-powered devices, which are usually most time turned off, the Full ...
by stefan.erni
Fri Aug 21, 2026 12:18 pm
Forum: Bug Reports
Topic: ESP32S3 SD-card init problem
Replies: 22
Views: 9700

Re: ESP32S3 SD-card init problem

Hi to All

I ran a test on Ben's board and used the loop to initialize the card every 10ms .
I didn't use an SD card, but I checked it with the KO, and the signal was perfect.
Then I switched the clock to a free port (GPIO 19 and GPIO 20), and the clock was perfect there, too.

I added the same ...
by stefan.erni
Thu Aug 20, 2026 4:36 pm
Forum: Bug Reports
Topic: ESP32S3 SD-card init problem
Replies: 22
Views: 9700

Re: ESP32S3 SD-card init problem

Hi to All

There is one remaining issue that I have not yet been able to identify or resolve.

The FC11 fails to initialize the SD card on this board.
However, the same SD card operates reliably with FC11 on other board, such as ESP32-S3 and ESP32-WROOM boards.

Interestingly, similar issues can ...
by stefan.erni
Tue Aug 18, 2026 7:50 am
Forum: Tips & Tricks
Topic: esp32 ULP and Flowcode
Replies: 3
Views: 554

Re: esp32 ULP and Flowcode

Hi Martin

That's interesting what you're doing.
I'm also trying to put an S3 into deep sleep right now
I'm guessing the name “Zero” comes from Waveshare.

Yes, depending on how the USB connection is used, you may need to manually put the board into bootloader mode. To do this, press and hold the ...
by stefan.erni
Mon Aug 10, 2026 12:44 pm
Forum: Bug Reports
Topic: ESP32S3 SD-card init problem
Replies: 22
Views: 9700

Re: ESP32S3 SD-card init problem

Hi Ben

The SD card works with the old SD component, but I don't have any free SPI buses left because of the display and the AD converter.

I'm having trouble with the C code insert from You.

Does it just need to be in a C code component, or should it be added as a supplementary C code?
by stefan.erni
Thu Aug 06, 2026 6:06 pm
Forum: Feature Requests
Topic: TCP Socket Component for Flowcode, Embedded and PC-App
Replies: 11
Views: 2830

Re: TCP Socket Component for Flowcode, Embedded and PC-App

Hi Lian

I started with a 10-meter test, and it worked without any problems.
For longer distances, I have to go outside. :)
2026-08-06_17-23-50.PNG
2026-08-06_17-23-50.PNG (39.83 KiB) Viewed 1473 times
by stefan.erni
Mon Aug 03, 2026 10:01 am
Forum: Feature Requests
Topic: TCP Socket Component for Flowcode, Embedded and PC-App
Replies: 11
Views: 2830

Re: TCP Socket Component for Flowcode, Embedded and PC-App

Hi Lian, Hello everyone

Sending with the ESP32-S3 worked right away.
I just used the macro and added the Wi-Fi

I don't think this easy way is available for the WEB App....

Later, I'll also test the Wi-Fi range

2026-08-03_10-49-25.PNG

2026-08-03_10-48-56.PNG

I used a SparkFun Thing Plus ...
by stefan.erni
Fri Jul 31, 2026 2:25 pm
Forum: Feature Requests
Topic: TCP Socket Component for Flowcode, Embedded and PC-App
Replies: 11
Views: 2830

Re: TCP Socket Component for Flowcode, Embedded and PC-App

Hi Lian, Hello everyone

I wrote a simple server and client program to send data from one Flowcode program to another Flowcode program .
It works with strings and byte arrays.
Maybe it will also work with an ESP32 over Wi-Fi.
2026-07-31_14-52-22.PNG
2026-07-31_14-52-37.PNG

Programs:
TCp ...