Files
IronOS/source/Core/BSP/MHP30
Ben V. Brown c308fe8cc2 Pinecil v2 tune via PID (#1827)
* Start PWM after adc irq fully done

* Filter len 4

* Use comparitor 2 on timer for wrap around

* Update IRQ.cpp

* Tip measurements are uint16_t

Update BSP.cpp

Update BSP.cpp

* WiP PID

move pid tuning to config

Update PIDThread.cpp

* Handle PWM Timer gitchy comparitor

* Tuning

* Dampen with Kd

* Cleaning up

* Use TemperatureType_t for getTipTemp()

* Add small rolling average to user GUI temp to reduce flicker

* Trigger PID when adc is skipped (will use old values)
2023-10-21 08:21:08 +11:00
..
2022-08-19 15:39:37 +10:00
2023-10-21 08:21:08 +11:00
2023-07-16 15:25:30 +10:00
2023-06-03 20:05:31 +10:00
2021-04-26 20:58:39 +10:00
2023-06-03 20:05:31 +10:00
2021-04-26 22:27:50 +10:00
2021-04-26 20:58:39 +10:00
2022-07-25 16:56:37 +10:00
2023-07-28 19:59:54 +10:00
2023-06-18 21:58:20 +10:00
2021-09-17 21:13:21 +10:00
2021-04-26 20:58:39 +10:00
2023-07-16 15:25:30 +10:00
2021-05-02 21:22:29 +10:00
2023-06-18 21:58:20 +10:00
2021-05-03 22:10:14 +10:00
2021-05-03 22:10:14 +10:00
2022-10-20 18:06:05 +11:00
2021-05-04 18:54:09 +10:00

BSP section for STM32F103 based Miniware products

This folder contains the hardware abstractions required for the TS100, TS80 and probably TS80P soldering irons.

Main abstractions

  • Hardware Init
  • -> Should contain all bootstrap to bring the hardware up to an operating point
  • -> Two functions are required, a pre and post FreeRToS call
  • I2C read/write
  • Set PWM for the tip
  • Links between IRQ's on the system and the calls in the rest of the firmware