Support for DAC/ADC? (starter project proposal) #1996
ahaberlach
started this conversation in
General
Replies: 1 comment 1 reply
-
You might find exhubris a more promising/welcoming location for this discussion. From my understanding, Oxide is fairly unlikely to have time (in the near future) to really cultivate a strong open community on these repositories, and so a "mildly separate" project (still by an Oxide employee) exists to perhaps better enable that. |
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
-
Hiya,
I'm exploring doing some of the data acquisition stuff we do at work with something simpler than the FPGA that we have, and figured it might be a good way to learn/get involved with Hubris (long time listener, first time caller).
Anyway, I'll need to produce a couple sine waves at different frequencies, and also capture some analog data. I think that the STM32H753Zi can do what we want (or a couple of them can do it for easier than our current setup). I've got a nucleo board and I've set up an environment and I can get a blinky and I can use humility to talk to stuff.
I'm new to Rust (but not new to coding), and coming up to speed. I've spent a lot of time poking around, but am kinda looking for an example of what plumbing needs to be set up to get a driver going. I may have missed something in the docs (or gotten confused in the codebase) -- is there a good "hello world" or simple driver to look at? I'm mostly trying to model from the Hash and Rng code, cuz those look simple.
Beta Was this translation helpful? Give feedback.
All reactions