Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ethernet and Wifi emulation to access the network interfaces of the board pi #11

Open
ghost opened this issue Nov 30, 2018 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@ghost
Copy link

ghost commented Nov 30, 2018

Is it possible to use raspberry pi wifi in Piduino code ? Is it included in the library ?

@epsilonrt
Copy link
Owner

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 epsilonrt changed the title Wifi Ethernet and Wifi emulation to access the network interfaces of the board pi Nov 30, 2018
@epsilonrt epsilonrt added the enhancement New feature or request label Nov 30, 2018
@epsilonrt epsilonrt self-assigned this Nov 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant