Wiznet makers

Hannah

Published April 01, 2024 ©

21 UCC

4 WCC

0 VAR

0 Contests

0 Followers

0 Following

Original Link

simple remote protocol

Simple and lightweight protocol designed to communicate with devices running circuit python.

COMPONENTS Hardware components

WIZnet - W5500 Ethernet Shield

x 1


PROJECT DESCRIPTION

simple-remote-protocol

Simple and lightweight protocol designed to communicate with devices running circuit python.

Server

The server is a microcontroller running CircuitPython. This proyect is designed to run on a raspberry pi pico with a Wiznet W5500 ethernet module. But it can be easily adapted to run on other microcontrollers since it uses the socket module to communicate with the client.

More details on controller folder

Client

You can use any computer to run the client. In this project, a Raspberry Pi 4 Model B is used as a client to communicate with the microcontroller. It sends requests to the microcontroller and receives responses from it.

More details on client folder

Documents
Comments Write