Search found 1496 matches

by mnfisher
Wed Sep 17, 2025 8:30 pm
Forum: General
Topic: Idea on how to sync and then follow a frequency.
Replies: 9
Views: 182

Re: Idea on how to sync and then follow a frequency.

As a thought experiment.. Could you use an op-amp / differential amplifier - then adjust the output sine wave (using something like the AD9833 (see https://flowcode.co.uk/forums/viewtopic.php?p=11838#p11838) - and then adjust the frequency and start phase until the difference between input and outpu...
by mnfisher
Wed Sep 17, 2025 9:32 am
Forum: General
Topic: ESP32 C3 UART USB problem
Replies: 10
Views: 7935

Re: ESP32 C3 UART USB problem

Might be - and just using the standard UART?

I just changed the target with idf.py set-target esp32c3 and uploaded - and away it went :-) (I got a handful of C3 boards from Temu - also ideal for a current project)
In the 'preamble' sent by the chip -

USB mode USB-Serial/JTAG

Martin
by mnfisher
Tue Sep 16, 2025 10:38 pm
Forum: General
Topic: ESP32 C3 UART USB problem
Replies: 10
Views: 7935

Re: ESP32 C3 UART USB problem

Did you get the S3 to work? Just tested with a C3 and using the JTAG / USB link and printf("string"); works well with this variant too! So you could output to USB and 'catch' the data in App Developer here too? Note that you can use printf with optional arguments for example printf("V...
by mnfisher
Tue Sep 16, 2025 10:28 pm
Forum: Bug Reports
Topic: CMake Error at pico_sdk_import.cmake:62
Replies: 5
Views: 124

Re: CMake Error at pico_sdk_import.cmake:62

Try without the period ('.') - in the folder name.

This might be giving Windows / Make an issue?

Martin
by mnfisher
Mon Sep 15, 2025 9:30 am
Forum: Bug Reports
Topic: ESP32 C3 Copiler error
Replies: 16
Views: 1873

Re: ESP32 C3 Copiler error

Sounds all good - glad someone else has it up and running - not just me :-) I didn't install Python or GIT as I was upgrading - I've found installing both first (latest versions) also works well... I've not had too many issues using 5.5 - though some warnings about deprecated components (timer / RMT...
by mnfisher
Sun Sep 14, 2025 9:10 pm
Forum: Bug Reports
Topic: ESP32 C3 Copiler error
Replies: 16
Views: 1873

Re: ESP32 C3 Copiler error

Thanks - i think folk are still having issues -although following the wiki instructions should be good😃
by mnfisher
Sun Sep 14, 2025 7:24 am
Forum: Feature Requests
Topic: Digital outputs automated in a MEGA
Replies: 6
Views: 240

Re: Digital outputs automated in a MEGA

I posted a bubble sort many moons ago (https://www.flowcode.co.uk/mmforums/viewtopic.php?p=88632&hilit=sort+speed+arduino#p88632) - this sorted 'ints' but would be easy to change to floats I've also posted a quicksort - though it is probably overkill for 14 numbers (https://www.flowcode.co.uk/mm...
by mnfisher
Thu Sep 11, 2025 10:18 pm
Forum: Feature Requests
Topic: Digital outputs automated in a MEGA
Replies: 6
Views: 240

Re: Digital outputs automated in a MEGA

Will take a look.....
by mnfisher
Thu Sep 11, 2025 9:21 pm
Forum: General
Topic: ESP32 UART-USB Brige How to use
Replies: 11
Views: 822

Re: ESP32 UART-USB Brige How to use

I used https://www.amazon.co.uk/diymore-ESP32-S3-Mini-Development-Board-3PCS/dp/B0F1CR5RHV/ref=sr_1_5?dib=eyJ2IjoiMSJ9.Dbq9yNNQAn4W1XIiM5mlluBLHuTZlx_tIlT1HnKJWI1oEEjfKoPTD2Ue1FXja6ulUfd4dG9Yp0R4GZCLSQ8J7n3dTAW_qiuNTLGws38EMREtTDLrr5UC6kYSWO5KxmlHQe4nDfbtcRGd_cwf17unWtRLopnGzIwslw7m04TjImo_KUG5WU2eO...
by mnfisher
Wed Sep 10, 2025 7:10 pm
Forum: General
Topic: ESP32 UART-USB Brige How to use
Replies: 11
Views: 822

Re: ESP32 UART-USB Brige How to use

Testing again - using UART channel 1 (and default pins!) - I get Hello World output to USB - this still from printf(); - nothing from SendString() :-(

There are a couple of (extra) blank lines between them - but otherwise - running okay (rather than 'crashing' as before)

Martin