Created
September 20, 2025 11:42
-
-
Save ChlorideCull/ddb115b693929ad38fe430e69d7f54de to your computer and use it in GitHub Desktop.
buffalo labs stuff
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| if not USB | |
| flip RTS 0 | |
| sleep 200 ms | |
| flip RTS 1 | |
| sleep 100 ms | |
| flip RTS 0 | |
| sleep 100 ms | |
| flip RTS 1 | |
| sleep 100 ms | |
| flip RTS 0 | |
| sleep 100 ms | |
| flip RTS 1 | |
| sleep 100 ms | |
| flip RTS 0 | |
| sleep 100 ms | |
| flip RTS 1 | |
| sleep 100 ms | |
| flip RTS 0 | |
| sleep 100 ms | |
| else | |
| write BOUFFALOLAB5555RESET\0\0 | |
| sleep 50 ms | |
| write sync bytes (amount = factor * baudrate / 10, factor is 0.003 for bl70x, otherwise 0.006) | |
| if bl808 | |
| sleep 30 ms | |
| send 0x5000080038F0002000000018 | |
Comments are disabled for this gist.