MicroPython driver for Pygate?

Discuss development of drivers for external hardware and components, such as LCD screens, sensors, motor drivers, etc.
Target audience: Users and developers of drivers.
Post Reply
User avatar
WZab
Posts: 25
Joined: Tue Jan 21, 2020 7:45 pm

MicroPython driver for Pygate?

Post by WZab » Fri Aug 06, 2021 8:43 am

Pygate - https://pycom.io/product/pygate/ is one of the cheapest boards offering the 8-channel LoRA gateway. Unfortunately, the manufacturer says that it is comaptible only with pycom modules. The documentation is available at https://docs.pycom.io/gitbook/assets/sp ... ate_v1.pdf. The connection to the Pycom board is described in tables 4 and 5.
There is the HOST_... interface that controls the LoRA processor.
Has anybody tried to connect that module to any MicroPython board?

TIA & Regards,
Wojtek

PS. I have found a similar board https://sandboxelectronics.com/?p=2669 which is better documented but much more expensive. Maybe it can help to understand how to use pygate.
There is also an open hardware board: https://www.tindie.com/products/will123 ... way-board/ similar to the above.

Post Reply