Multicolor signal light with beeper for ROS by Gal Pavlin When debugging algorithms in an autonomous vehicle a light that can show algorithm state in real time was proven to be effective for easier debugging and additional insight to what is going on in the code. Because all existing signal light were either to bulky […]
Tag Archives: STM32F0
Pressure, temperature and humidity sensor based on MS5637 HDC1080
Mare writes: This is another small module to measure air pressure, temperature and humidity. Two sensors are on-board: MS5637 and HDC1080. Microcontroller is small cortex M0 in TSSOP-20 housing from STM: STM32F070CxP. The SN65HVD72DGKR provides RS485 interface functionality with half duplex mode. Voltage regulator, reverse polarity protection and some LED indicators are provided on-board. Complete […]
Therm RTD
Matthew Reed writes: Therm RTD is an addition to the Therm PID Controller family, with support for RTD temperature sensors. RTDs (or Resistance Temperature Detectors) use a coil of fine wire made from a material (usually platinum, copper or nickel) that has a very predictable temperature coefficient of resistance (or change in resistance as temperature changes). […]
Programmable CW Morse Keyer / beacon
Marko Pavlin has designed a Mini USB dongle with STM32F0xx , he writes: Mini USB dongle with STM32F0xx is suitable many for simple, mini projects. I attached speaker to Timer14 PWM output (Pin PA6) and LED (or optocoupler connected to PTT) to GPIO pin PA0 The provided software is based on USB Virtual Com Port (VCP) device. […]