Skip to content

light dimmer for 8 channels taking requests from serial

Notifications You must be signed in to change notification settings

STM32Libs/f103_serial_dimmer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blue pill serial dimmer

Blue pill STM32F103 example with Arduino framework in platformio

Flashing

  • with stlink, move boot0 jumper to 1 : programming mode

  • press reset

  • set the jumper back

serial command examples

{"all":100}
{"all":1000}
{"all":9000}
{"all":10000}
{"list":[1000,2000,3000,4000,5000]}
{"list":[1000,2000,3000,4000,5000,6000,7000,8000]}
{"L2":3000,"L5":4000}
{"get":"status"}

About

light dimmer for 8 channels taking requests from serial

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages