Replies: 1 comment 1 reply
-
Do you have existing C libraries that work on the Raspberry Pi? Was your embedded software writing to the I2c controllers directly, or using libraries for that microcontroller? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey there, I'm working on a 2-person class project at USC. We are a pair of Astronautical Engineering students, having so far implemented the LED blinker tutorial onto a Raspberry Pi - LED setup.
Moving forward, we would love to explore data retrieval to start using the charts feature. Specifically, we have a DHT20 Sensor and would like to ask for guidance on how to configure this. It's an I2C component that we learned to use on microcontrollers. I find it difficult to conceptualize how this would work, since we usually use imported libraries for these, need a setup and its own status/reading sequence from our course site.
Does this need a driver? Or something like that?
Beta Was this translation helpful? Give feedback.
All reactions