You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It depends on what you're talking about. Piduino is intended to provide the same API as the Arduino, so "user" side. On the other hand, the inside of the code linked to the hardware is obviously totally different. For the moment, the Wire and SPI libraries have been ported to Pi board. This should make it possible to use all the network modules connected on SPI bus. I have not yet studied access to network interfaces but I think I would achieve an access class emulating Ethernet and Wifi. For now you can use sockets or one of the C ++ classes available on github.
epsilonrt
changed the title
Wifi
Ethernet and Wifi emulation to access the network interfaces of the board pi
Nov 30, 2018
Is it possible to use raspberry pi wifi in Piduino code ? Is it included in the library ?
The text was updated successfully, but these errors were encountered: