s 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. The setup is done with command line interface using terminal from any PC. The setup is stored in the internal flash and PC is not required for normal operation. The mini beacon keyer can be used when powered with 5V.
For proper operation VCP driver is required. It can be downloaded fromΒ http://www.st.com/web/en/catalog/tools/PF257938# or local copy:Β VCP_V1.4.0_Setup After installation connect the device, use terminal and have fun.
OK, not so quick. The microcontroller must be reprogrammed first. Every STM32F0xx come with USB bootloader from the factory. After assembling the single sided PCB, double checking all components, the real fun can start:
- Download and install DfuSe from http://www.st.com/web/en/catalog/tools/FM147/CL1794/SC961/SS1533/PF257916
- Start DfuSe and update firmware with the following DFU file https://github.com/s54mtb/stm32projects/blob/master/projects/f0-usb-beacon/Objects/MorseGenerator.dfu
- Restart the device and install VCP driver
- Connect the device and find which COM port has been assigned to the device
- Start your favorite terminal program
- Setup the device with provided commands
- Repeat step 6 if neccessary, store the setup(s)
- Enable one of the setups for autorun operation
Now the device can be used without PC. Power it with 5V, wait 10 seconds to start the autorun operation and make some βbeaconingβ online.
The source code is provided on GitHUB>>> https://github.com/s54mtb/stm32projects/tree/master/projects/f0-usb-beacon
The device can be re-programmed with any SWD debugger (ulink, jlink, stlink, β¦)
Commands reference will be provided soon. Stay tuned.
Command line interface
Different sets of commands are provided for adjusting the operation of the device: audio settings, timing running and repetition, message entry and controlling settings storage in internal flash.
When invalid command is entered, the device displays brief help:
Commands:
Β AUD V/R/F/C/D
Β MSG ...Text...
Β MODE N/S/D
Β RPT T/N/D
Β RUN
Β OUT P
Β CAT
Β STORE x
Β LOAD x
Β DEL x
Β ID ...Text...
Β STOP
Β START x
For more detail:Β Β Programmable CW Morse Keyer / beacon