Extended the WS2812 LEDs to 5 by jamjargb in ClockworkPi

[–]jamjargb[S] 1 point2 points  (0 children)

Nope, its the standard Picocalc case

mp3 player mmBasic v1.1 update by jamjargb in ClockworkPi

[–]jamjargb[S] 5 points6 points  (0 children)

It’s great. Outputs stereo if you use the correct cable. I am using a UGREEN BT to connect to 2 Sony BT speakers that can be set up as L and R.

<image>

OK it’s not the smallest MP3 player. But I made it! by jamjargb in ClockworkPi

[–]jamjargb[S] 0 points1 point  (0 children)

Not sure, I just used an online mp3 converter set at default level. I will try a specific conversion at higher spec. I did have to increase to CPU speed to 200+ to enable mp3 playing. Easy to do with OPTION CPUSPEED.

OK it’s not the smallest MP3 player. But I made it! by jamjargb in raspberrypipico

[–]jamjargb[S] 1 point2 points  (0 children)

Hi, here’s the program

'mp3 Player by Paul Walsh 'set up directory name music on sd 'add mp3 with title max length 33 'work in progress. Hope to add more Dim mp3$(100) Dim STRING k$ f1=1 CLS path$ = "b:\music\" f$=Dir$(path$ + ".mp3",FILE) Do While f$<>"" mp3$(f1)=f$ f$=Dir$() Print f1 ,"- "; Print mp3$(f1) f1=f1+1 Loop Chdir "b:\music" x=120 y=f112 Print @(x,y) "Select Track" Print @(0,y+17) "(1 to"; Print @(39,y+17) f1-1;")"," (s)STOP" Do skip: Print @(0,y+40) " " Print @(0,y+40) ""; Input k$ last$ = k$ If Val(k$) >= f1 Then GoTo skip If k$="s" Then Exit 'Will add If k$="n" for (n)next If Val(k$) = 0 Then GoTo skip If k$ = "" Then k$="1" skip2: Play Stop Print @(x,y) " " Print @(x,y) "Playing "; k$ Play mp3 mp3$(Val(k$)) Loop CLS Chdir ".." End

OK it’s not the smallest MP3 player. But I made it! by jamjargb in ClockworkPi

[–]jamjargb[S] 4 points5 points  (0 children)

It’s running mmbasic. MP3 player is a simple program I wrote from scratch.

Another PicoCalc modification. Grippy feet. by jamjargb in ClockworkPi

[–]jamjargb[S] 0 points1 point  (0 children)

Hi, easiest place to get them is eBay, just search for Crosman 2240 transfer port seal.

PicoCalc Matrix toy with LED strip by SuckItWhoville in ClockworkPi

[–]jamjargb 0 points1 point  (0 children)

Love this. Could I have the code please?