Skip to content

A TCP server on a raspberry pi pico w microcontroller in C

Notifications You must be signed in to change notification settings

plan9better/pico-w-tcp-webserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I suggest adding the following to your .bashrc:

export PICO_SDK_PATH="<PATH-TO-PICO-SDK>"

alias picocmake='cmake -DCMAKE_BUILD_TYPE=Debug -DPICO_BOARD=pico_w -DWIFI_SSID="<YOUR WIFI SSID>" -DWIFI_PASSWORD="<YOUR WIFI PASSWORD>"'
alias picominicom='minicom -b 115200 -o -D /dev/ttyACM0'
git clone https://github.com/rrekaF/pico-w-tcp-webserver
cd pico-w-tcp-websercer
mkdir build
cd build
picocmake ..
make

next load the uf2 file onto your rpi pico and connect with minicom

picominicom

photo1 photo2

About

A TCP server on a raspberry pi pico w microcontroller in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published