btc-split-flap
Publicstarman3787/btc-split-flap
Loading…
Imported from GitHub: Starman3787/btc-split-flap · commit 3957d76 · license MIT
Description
Project to display the value of bitcoin on a split-flap display.
README
Software for controlling the split flap display
Features
Drivers
- Create motor driver
- Create hall effect sensor driver
- Create UART driver
- Create WiFi driver
Other
- Fetch current bitcoin value and display using the split flap
- Create a webserver to allow for control over the split flap from another device
- Option to display the time
Hardware
The files made by ST and ARM are hardware-specific, and should be checked and modified before running this yourself.
The driver files should work with most, if not all, STM32 devices (I have not verified this, though I believe they are all relatively similar in terms of how they function, though they still may require some modification). You will of course have to ensure all the pins and GPIOs are set correctly.
Setup
Ensure you are using a correct .ld file for your target hardware, and have also set the correct hardware options in Makefile. Then simply run make in this directory, which will create a file named main.elf. You should then flash this file to your hardware.
No comments yet. Be the first to ask about this board.