![]() |
Roborio Master to Raspberry Pi Slave I2C
Is it possible for a raspberry pi to be controlled as a slave device from I2C from a Roborio?
I understand this video exists but he has no references. Please Help. |
Re: Roborio Master to Raspberry Pi Slave I2C
Question: Why?
I would just use Ethernet and communicate over sockets. Make a simple Socket program in Python and use that to control the Pi. That's way easier than reprogramming the Pi to be something it isn't naturally - an I2C slave. |
Re: Roborio Master to Raspberry Pi Slave I2C
Quote:
Another simple alternative is to set up the Pi as a USB attached device. |
Re: Roborio Master to Raspberry Pi Slave I2C
Another relatively simple thing to do is use a USB port as a serial connection, which is what we did for some of our microcontrollers this year, and worked great. Though, I would understand if you don't want to use a serial connection, as the commands you can send over it are simple/ slow compared to using network sockets/ tables.
|
| All times are GMT -5. The time now is 19:33. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi