TS80player
Audio player for the TS80 soldering iron
Video
Installation
Download .hex file in the releases section.
Connect to USB while holding button A, copy .hex to USB drive, wait it renames to .rdy, unplug USB.
There's no firmware backup, just revert to the official firmware the same way.
Hardware
- STM32F103T8U6 (ARM Cortex M3, clock frequency 72 MHz, 20K RAM, 64K FLASH)
- MMA8652FC (3-Axis, 12-bit Digital Accelerometer)
- SSD1306 (White 96x16 OLED Display)
Name | TS100 | TS80 |
---|---|---|
KEY_A | A9 | B1 |
KEY_B | A6 | B0 |
PWM_OUT | B4 | A6 |
TIP_TEMP | B0 | A3 |
TMP36 | A7 | A4 |
OLED_RST | A8 | A15 |
SCL | B6 | B6 |
SDA | B7 | B7 |
Debugging
You could use a cheap Bluepill board for debugging. Upload TS80-Bootloader.hex to the Bluepill the usual way, e.g. via UART. Connect B1 to GND for the USB Mass Storage bootloader, use pins B6/B7 for I2C display. You can upload your own firmware in hex format (use 0x08004000 offset and 0x4000 start vector) and file extension will change to .RDY. You can press reset instead of unplugging USB each time. Stock TS80 firmware works as well.
Documentation
References
from Hacker News https://github.com/joric/ts80player/
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.