RJ45 connector for Raspberry Pi Pico.
10BASE-T communication using Raspberry Pi Pico's PIO and software stack.
See also : Pico-10BASE-T
Link | Description |
---|---|
Hello World | ARP, UDP, ICMP Test. Change system.h for connection settings. |
VBAN | ARP, UDP, ICMP & VBAN Audio Streaming from ADC0, ADC1. Change system.h for connection settings. Please refer here for the preamplifier for ADC. |
See also : https://github.com/raspberrypi/pico-sdk
sudo apt install cmake gcc-arm-none-eabi libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib build-essential
git clone https://github.com/raspberrypi/pico-sdk
cd pico-sdk
git submodule update --init
git clone https://github.com/kingyopiyo/Pico-RJ45-Sock
cd Pico-RJ45-Sock/firmware/hello_world
mkdir build
cd build
cmake ..
make