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

PiHAT (Hardware Attached on Top) #19

Open
akielaries opened this issue Jul 14, 2024 · 0 comments
Open

PiHAT (Hardware Attached on Top) #19

akielaries opened this issue Jul 14, 2024 · 0 comments

Comments

@akielaries
Copy link
Owner

Continue development on the HAT. Should consist of a few components

There are two routes the hardware can take, control most things from the RPi this is connected to or use the STM32 for the heavy lifting. Below assumes the latter

STM32F103 (or STM32G)

  • This will ideally control most things
    • Relay -> fan units
    • BME280 (I2C)
    • SHT30 (I2C)
    • BH1750 (I2C?)
    • Avalanche HRNG
  • Routinely transmits all collected data from STM32 -> connected RPi via UART

Raspberry Pi 2/3/4

  • Collects data from STM32 and publishes using the sysd protocol defined
  • Routinely read in avalanche noise for seed for RNG
  • etc
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

1 participant