Search found 56 matches

by Amtor
Tue Sep 30, 2025 9:42 pm
Forum: General
Topic: Pico question
Replies: 4
Views: 3296

Re: Pico question

The old one REM DIR: FCD\PICO\batch\pico_prog.bat @echo off setlocal set object="%~1%~2.uf2" set vName=%3 set n=0 set ltrs=ABCDEFGHIJKLMNOPQRSTUVWXYZ :Loop call set ltr=%%ltrs:~%n%,1%% set /a n +=1 vol %ltr%: 2>nul|find /i " %vname%">nul||if %n% lss 26 goto :loop if %n% equ 26 (s...
by Amtor
Tue Sep 30, 2025 9:34 pm
Forum: General
Topic: Pico question
Replies: 4
Views: 3296

Re: Pico question

I asked copilot to make up a new pico_prog.bat file and it came up with the following and it worked. Its all a mystery to me. But it worked somehow. REM DIR: FCD\PICO\batch\pico_prog.bat @echo off setlocal :: Get the .uf2 file path from arguments set "object=%~1%~2.uf2" set "vName=%3&...
by Amtor
Tue Sep 30, 2025 5:01 pm
Forum: General
Topic: Pico question
Replies: 4
Views: 3296

Re: Pico question

Thanks very much for the info Drive F: does pop up and its named RPI-RP2 but I get this error, like it can't find it. find: /i: No such file or directory find: RPI-RP2: No such file or directory find: /i: No such file or directory find: RPI-RP2: No such file or directory find: /i: No such file or di...
by Amtor
Tue Sep 30, 2025 2:57 pm
Forum: General
Topic: Pico question
Replies: 4
Views: 3296

Pico question

Sorry I expect this has been asked often before. Once Flowcode has made the .uf2 file, are you just supposed to drop it into the pico window that appears when its plugged in. Everything works fine if I do that, it runs the program ok. But I've seen talk about com ports. But I've had a port appear, e...
by Amtor
Tue Sep 09, 2025 9:41 am
Forum: General
Topic: Re FC_Comp_Source_RedditNewsHeadlines.fcfx
Replies: 4
Views: 2449

Re: Re FC_Comp_Source_RedditNewsHeadlines.fcfx

Thanks for the reply The BBC News component used to work really nicely, but it stopped one day and I could never make it work again. The BBC Weather component though works fine. I just thought I might try that one to see if it had any life in it. But I don’t think my latest license is valid to turn ...
by Amtor
Mon Sep 08, 2025 11:12 pm
Forum: General
Topic: Re FC_Comp_Source_RedditNewsHeadlines.fcfx
Replies: 4
Views: 2449

Re FC_Comp_Source_RedditNewsHeadlines.fcfx

I happened to come across this source code on on the wiki page, but I can see it as a component anywhere. Sorry if this has been asked about before, I did have a search but didn't find much. Why is it not saved as a component I wonder. Thanks Mark Second try, think I attached the wrong file last time
by Amtor
Wed May 29, 2024 4:47 pm
Forum: General
Topic: Bluetooth ESP32 DEVKIT1
Replies: 3
Views: 4207

Re: Bluetooth ESP32 DEVKIT1

There is life. It's sprung into action.
Think I was in the wrong directory when I was configuring.
Thanks for the help
73 Mark
by Amtor
Mon May 27, 2024 3:21 pm
Forum: General
Topic: Bluetooth ESP32 DEVKIT1
Replies: 3
Views: 4207

Re: Bluetooth ESP32 DEVKIT1

config snip.JPG
config snip.JPG (81.13 KiB) Viewed 4192 times


I was following up to this menu but there seems to be some extra menu items added since your last snapshot.

Got a bit baffled what they all mean.

Thanks
by Amtor
Mon May 27, 2024 11:46 am
Forum: General
Topic: Bluetooth ESP32 DEVKIT1
Replies: 3
Views: 4207

Bluetooth ESP32 DEVKIT1

Hello I've been playing around with the Bluetooth on the ESP32 and if I load an arduino sketch the bluetooth switches on and you can see if on the mobile phone. But I get nothing with flowcode. I've run the config file that gets generated when the program gets compiled and the bluetooth options all ...
by Amtor
Thu Feb 22, 2024 2:18 pm
Forum: General
Topic: Max7219_v9
Replies: 12
Views: 8389

Re: Max7219_v9

I think the Xpt2046 is fixed already.
Amazing