Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
Ondřej Hruška 1ea4cd124d add rudimentary calib param tuning screen (TODO negative offset support!) il y a 2 ans
Core add rudimentary calib param tuning screen (TODO negative offset support!) il y a 2 ans
Drivers implement EEPROM emulation il y a 2 ans
Lib PID edit screen il y a 2 ans
Middlewares/Third_Party/FreeRTOS/Source timer based ADC triggering il y a 2 ans
.gitignore initial il y a 2 ans
.mxproject implement EEPROM emulation il y a 2 ans
BluepillTrouba.ioc implement EEPROM emulation il y a 2 ans
BluepillTrouba.txt update cube project il y a 2 ans
Makefile add rudimentary calib param tuning screen (TODO negative offset support!) il y a 2 ans
README.md wip refactors il y a 2 ans
STM32F103C8Tx_FLASH.ld implement EEPROM emulation il y a 2 ans
pt100.gnumeric update cube project il y a 2 ans
startup_stm32f103xb.s initial il y a 2 ans

README.md

Pinout:

  • Knob push: PB8
  • Knob A/B: PB6, PB7
  • Buzzer PWM: PA15
  • Debug SWD: PA13 (IO), PA14 (CK)
  • Debug UART: PA9 (Tx), PA10 (Rx)
  • OLED reset: PB10
  • OLED DC: PB1
  • OLED CS: PB0
  • OLED MOSI: PA7
  • OLED SCLK: PA5
  • A0 - Pt100
  • A1 - Resistive divider top (filtered 3.3V, 1k + Pt100)

Peripherals:

  • TIM2 - Buzzer -> PA15
  • TIM3 - Heater PWM -> PA6
  • TIM4 - Encoder <- PB6, PB7
  • SPI1 MOSI only - OLED (PA5, PA7)
  • UART1 - debug
  • ADC1 - sensing