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

Firmata protocol as I2C Slave #518

Open
EMonatko opened this issue Dec 17, 2024 · 3 comments
Open

Firmata protocol as I2C Slave #518

EMonatko opened this issue Dec 17, 2024 · 3 comments

Comments

@EMonatko
Copy link

Hi,

Does the protocol support I2C slave mode?
Can I configure my Arduino as a slave using this Firmata?

Thanks in advance!

@pgrawehr
Copy link
Contributor

No, that is currently not possible. Typically an Arduino using Firmata is used to control sensors from a PC, so this seems to be a strange requirement. What is your use case?

@EMonatko
Copy link
Author

I'm my case i need to receive from specific sensor data just to check if my i2c cables are working correctly

@pgrawehr
Copy link
Contributor

There should be easier ways to achieve this. The best solution of course would be to use an oscilloscope. And you can start out by doing the standard I2C bus scan (available as an example in Arduino IDE). That way you can see whether the sensor responds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants