Murate WIFI module driver

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
fengjian
Posts: 1
Joined: Mon Dec 07, 2015 4:24 pm

Murate WIFI module driver

Post by fengjian » Mon Dec 07, 2015 4:31 pm

hi
I am planning to use pyboard to connect to a third-part WIFI module via SPI/I2C. I would like to use the api classes of pyb module, such as SPI() and I2(), to communicate with this WIFI board for lower level configuration/data transfer. Also I would like to use the network class of micropython for socket transfer. So my question is

1. Does this plan sound feasible?
2. How can I make the micropython built-in network class aware of my new wifi class and call it properly?

Thank you very much.
Fengjian

Post Reply