Low level Storage Of Simple Self-Organzing Map (Kohonen Map) on Microcontroller
This is the second task on ICCS internship program at TU-Chemnitz , Germany
by Theppasith Nisitsukcharoen
Third-year Computer Engineering student , Chulalongkorn University
Desktop Side
-
Source-Code here SimpleSOM-junkie
-
Windows 7 (According to serial transmission Library)
-
SFML Library - Draw Visualization
- SFML -Please Select 32-Bit - code:block set path to = C:\SFML-2.3
- CODE::BLOCK (IDE for C++/C) - Project files formatted for code:Block
Microcontroller Side
- MSP430F5529 Board (Texas instrument)
- Code Composer Studio (Texas instument modded version of Eclipse)
- First, you have to clone this repo into your computer.
- You can use SOURCETREE or any git clients you want to.
$ cd path/to/your/workspace
$ git clone https://github.com/Tutorgaming/SimpleSOM-MSP430.git
- Then Open the project file using Code Composer Studio [.ccsproject]
- Use the debug button inside Code Composer Studio to Complie
- and you need to press Play Button to RUN program manually
- Microcontroller will receive the trained Self-Organizing Networks from the Desktop side
- Also the Plotter Matrix in order to find the specific class for newly input data
- After receiving all inputs and parameters, it waits for newly input data from Desktop side
- Next, the test input data are classify and showns as the number of blinking LED
- Finally, it waits for next input.