Back to all projectsZurück zu allen Projekten
View the Project on GitHub Projekt auf GitHub ansehen c0de111/web_clockgenerator
Download uf2-file - for direct USB flashing uf2-Datei herunterladen - für direktes USB-Flashen
This project provides a compact WLAN-controllable signal source up to 200 MHz.
Using literally 4 wires, a Pico W and a Si5351 breakout board you get a very affordable and compact device. Custom firmware: The Pico W hosts its own WPA2 access point and serves a web interface to configure frequency and output behavior directly from the browser. Custom case: Tight 3D-printable case. Power supply: From USB.
This provides a nice and easy to use high frequency signal source for your workshop, controllable with your cell phone. As you can see from the images, depending on what kind of signal you need, heavy filtering might be needed ;)
This project provides a compact WLAN-enabled signal source. The Pico W hosts its own WPA2 access point and serves a web interface to configure frequency and output behavior directly from the browser.
clockgen with password 12345678.http://192.168.4.1 in your browser.export PICO_SDK_PATH=/path/to/pico-sdk
cmake -S . -B build -DPICO_BOARD=pico_w -DPICO_NO_PICOTOOL=1
cmake --build build
./create_uf2.sh build/web_clockgen.uf2
Source code, release files, and hardware details: github.com/c0de111/web_clockgenerator
Dieses Projekt stellt eine kompakte, WLAN-steuerbare Signalquelle bis 200 MHz bereit.
Mit buchstäblich 4 Drähten, einem Pico W und einem Si5351-Breakout-Board erhältst du ein sehr günstiges und kompaktes Gerät. Custom Firmware: Der Pico W betreibt seinen eigenen WPA2-Access-Point und stellt eine Web-Oberfläche bereit, um Frequenz und Ausgangsverhalten direkt im Browser zu konfigurieren. Custom Case: Enges, 3D-druckbares Gehäuse. Stromversorgung: Über USB.
Damit bekommst du eine schöne und einfach zu nutzende hochfrequente Signalquelle für deine Werkstatt, steuerbar mit deinem Handy. Wie man auf den Bildern sieht, kann je nach benötigtem Signal allerdings durchaus starke Filterung nötig sein ;)
Das Projekt stellt eine kompakte WLAN-Signalquelle bereit. Der Pico W betreibt einen eigenen WPA2-Access-Point und liefert eine Web-Oberfläche, um Frequenz und Ausgangsverhalten direkt im Browser einzustellen.
clockgen und Passwort 12345678 verbinden.http://192.168.4.1 im Browser öffnen.export PICO_SDK_PATH=/path/to/pico-sdk
cmake -S . -B build -DPICO_BOARD=pico_w -DPICO_NO_PICOTOOL=1
cmake --build build
./create_uf2.sh build/web_clockgen.uf2
Quellcode, Release-Dateien und Hardware-Details: github.com/c0de111/web_clockgenerator