<div dir="ltr">Looking for an application for my Raspberry Picos, I&#39;ve been rethinking my serial LAN bus which was based on RS485.<div><br></div><div>Given that</div><div><ul><li style="margin-left:15px">Ethernet is the most common LAN</li><li style="margin-left:15px">Most of my alarm sensors only transmit data, </li><li style="margin-left:15px">Many of my uControllers don&#39;t have wifi</li></ul></div><div>I am considering transmitting UDP packets of sensor data to an always-on RPI 2B+ alarm center over Cat5 cable.  I&#39;d use one twisted pair of the cat5 at 5v for powering the 3.3v uController.</div><div><br></div><div>This can be achieved with no external modules or components at 10mbps, I believe, by a Raspberry Pi Pico</div><div><a href="https://hackaday.io/project/168551-etherpic" target="_blank">EtherPIC | Hackaday.io</a> did this with PICs, but the Pico&#39;s  DMA, state machines, and programmable IO (PIO) and the faster speed might make it possible without the external XOR gates.  This is more than a blinky project, and is probably a healthy challenge for anyone joining in.  You will need only a Pico and a cat5 cable.</div><div><br></div><div>Published Pico projects contain some of the needed programming elements.<br></div><div><a href="https://github.com/raspberrypi/pico-examples#readme">https://github.com/raspberrypi/pico-examples#readme</a><br></div><div><br></div><div>The CAT5 cable might even be bussed, given its only UDP that is transmitted, and a lost packet due to a collision is unimportant. Watch out for reflections though.</div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">George Bowden  250-893-7423<div>Victoria BC</div></div></div></div>