The BOB3 repository is a template for programming bob3 with Microchip Atmel Studio. Either in standard mode or with the batch file to load the bob3 config automatically. The bob3 comes with an Microchip (Atmel) ATmega88 which can be programmed through bobdude.
- Supported Controller
- Microchip (Atmel) ATmega88
- Development Hardware
- Bob3 (nicai-systems)
- Additional Hardware
- Some kind of pushbuttons.
- Development Software
- Microchip Atmel Studio (uC C/C++)
Because sometimes you would preform your own functions or special functions. If you program with the bob3 online platform you can not use timer0 and other things, because they are defined in the bob3.h! Also it is possible that the level of the programmer has increased and the bob3 online plattform is simply to small.
First you should install BobDude which is needed to program bob3. Tool can be found under following link:
After that clone or download the repository check if the bobdude.exe path in batch file ("bob3hex.bat") is correct. Then open the Microchip Atmel Studio solution in the cloned/downloaded directory.
To start the Programmer with the correct file, it is necessary to configure External Tools *.).
Setup following configuration:
BOB3
%userprofile%\Template\bob3hex.bat
$(SolutionDir) $(TargetDir)$(TargetName)
Just click Ok and the Tool should be integrated!
Build the template project and hit the Bob3 button in the tools menu.
Now it is time to hit the Program button in BobDude software and the Template application should run on Bob3!
*.) If the External Tool menu is not available, please follow additional steps:
You can find more additional information in the manual repository and/or visit the SUNriaX Project Wiki for further information (currently under construction).
If there are any further questions feel free to start an issue or contact us, we try to react as quick as possible.
This files are valid for all repositories at the SUNriaX Github!
R. GÄCHTER, Rankweil Oct/2018