Raspberry PI4/5 I2C support for non realtime IO/ADC/LCD
- meister
- Offline
- Platinum Member
-
Less
More
- Posts: 661
- Thank you received: 409
18 Oct 2025 12:19 #336657
by meister
Raspberry PI4/5 I2C support for non realtime IO/ADC/LCD was created by meister
Hi,
i wrote a hal component in python to control some I2C devices
* pcf8574 : Digital IO's
# ads1115 : Analog input
# lm75 : temperature sensor
# hd44780 : LCD display
It is actually part of the RIO project, but can also run independently.
Maybe someone can use it.
It's also no problem to install additional devices. Just let me know what you need; I have almost everything here
Cheers Olli
Link: github.com/multigcs/riocore/blob/dev/rio...ins/rpii2c/rpii2c.py
i wrote a hal component in python to control some I2C devices
* pcf8574 : Digital IO's
# ads1115 : Analog input
# lm75 : temperature sensor
# hd44780 : LCD display
It is actually part of the RIO project, but can also run independently.
Maybe someone can use it.
It's also no problem to install additional devices. Just let me know what you need; I have almost everything here
Cheers Olli
Link: github.com/multigcs/riocore/blob/dev/rio...ins/rpii2c/rpii2c.py
Attachments:
The following user(s) said Thank You: tommylight, JT, unknown
Please Log in or Create an account to join the conversation.
- langdons
-
- Offline
- Platinum Member
-
Less
More
- Posts: 732
- Thank you received: 81
29 Oct 2025 23:33 #337425
by langdons
Replied by langdons on topic Raspberry PI4/5 I2C support for non realtime IO/ADC/LCD
Cool!
Always a good idea to make code available to others in case future users want to achieve what you did!
Always a good idea to make code available to others in case future users want to achieve what you did!
The following user(s) said Thank You: meister
Please Log in or Create an account to join the conversation.
- tommylight
-
- Away
- Moderator
-
Less
More
- Posts: 20924
- Thank you received: 7132
30 Oct 2025 00:18 #337426
by tommylight
Replied by tommylight on topic Raspberry PI4/5 I2C support for non realtime IO/ADC/LCD
@LangdonS,
He does that always, just have a browse through his posts.
@Oli,
Danke schon.
He does that always, just have a browse through his posts.
@Oli,
Danke schon.
The following user(s) said Thank You: meister
Please Log in or Create an account to join the conversation.
Time to create page: 0.186 seconds