Skip to content

Conversation

logicog
Copy link
Contributor

@logicog logicog commented Sep 3, 2023

Adds a reference to the (experimental) Linux Kernel Module firmata_mod, which allows users to use standard Linux userspace APIs/tools to access GPIO, I2C or SPI devices made available on an Arduino attached to a Linux host PC via a serial interface and running the Firmata firmware. In addition, existing Linux Kernel modules for devices using I2C/SPI can also be associated with devices on the Arduino. For example, it is possible to use sensors on the
Arduino board with the standard iio or hwmon Linux drivers. An example would
be an SHT21 humity/heat sensor that can be out-of-the box made accessible e.g
on the KDE desktop without any additional code to be written.

Adds a reference to the (experimental) Linux Kernel Module firmata_mod,
which allows users to use standard Linux userspace APIs/tools to access GPIO,
I2C or SPI devices made available on an Arduino attached to a Linux host PC via
a serial interface and running the Firmata firmware. In addition, existing
Linux Kernel modules for devices using I2C/SPI can also be associated with
devices on the Arduino.
@pgrawehr pgrawehr merged commit 53bb550 into firmata:main Sep 8, 2023
@logicog
Copy link
Contributor Author

logicog commented Sep 8, 2023

Thanks a lot!

@TCB13
Copy link

TCB13 commented Jan 28, 2024

Thank you very much for taking the time to get this up and running.

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

Successfully merging this pull request may close these issues.

3 participants