Pico2W

Angelegt Donnerstag 28 November 2024


Erst ist da! und es gibt eine Firmware! und es gibt ein neues Handbuch! Yeahhh!




Es muß Weihnachten sein :-)


> option list
WebMite MMBasic RP2350A Edition V6.00.01RC1
OPTION AUTORUN 1
OPTION FLASH SIZE 4194304
OPTION COLOURCODE ON
OPTION CPUSPEED 252000 'KHz
OPTION DISPLAY 50, 100
OPTION WIFI FritzBox, *********************, PICO93450ED2E2A
OPTION TELNET CONSOLE ON
OPTION F1 files
> flash list
Slot 1 in use: "' connect to wifi and get time"
Slot 2 available
Slot 3 available
> list
' connect to wifi and get time
Do While MM.Info(IP ADDRESS) = "0.0.0.0"
If Timer > 5000 Then CPU RESTART
Loop
WEB ntp 1,"192.168.178.1"


Print "Hello, world!"
> run
ntp address 192.168.178.1
got ntp response: 28/11/2024 18:19:52
Hello, world!


> files
A:/
<DIR> .
<DIR> ..
20:16 28-11-2024 142 bench.bas
00:00 01-01-2000 4 bootcount
18:17 28-11-2024 168 flash1.bas
2 directories, 3 files, 2461696 bytes free
> run
315513 loops per second
> list
' benchmark


count = 0
start = Timer


For i = 1 To 1000000:Next
delta = Timer-start


Print Int(1000000000/delta); " loops per second"
>
(timer zählt Millisekunden seit dem Start)



Eingebauter Editor mit Syntax-Einfärbung - Zugriff via wireless/telnet