/Designs/LABduino/SW/bootloader/flash.sh
1,7 → 1,7
# Linux Shell Script
# ATprogISPUSB02A fash script
# Uses DAPA (Direct Parallel Access) Programmer
read -p "WARNING: This procedure enables external clock. Make sure if a 16MHz crystal is soldered and connect the MCU module to the programmer ATprogISPUSB02A"
read -p "WARNING: This procedure enables external clock. Make sure if a 16MHz crystal is installed on MCU module with ATmega328 and connect the MCU module to the programmer ATprogISPUSB02A"
avrdude -F -p atmega328P -P /dev/ttyUSB0 -c stk500v2 -B 50 -v -U efuse:w:0x05:m -U lfuse:w:0xff:m -U hfuse:w:0xda:m
avrdude -F -p atmega328P -P /dev/ttyUSB0 -c stk500v2 -B 50 -U flash:w:ATmegaBOOT_168_atmega328.hex:a
echo "If none errors above - Please connect the USB232R01B module to bootload the LABduino via Arduino software."
/Designs/duckweed_collector/PrjInfo.txt
0,0 → 1,14
[InfoShortDescription.en]
Duckweed collecting air-boat
 
[InfoShortDescription.cs]
Nízkošumový anténní zesilovač.
 
[InfoLongDescription.en]
A demonstrative construction of simple air-boat which is constructed from MLAB electronics modules. This boat can also be used for collecting a unwanted duckweed from some pond.
 
 
[InfoLongDescription.cs]
Demonstrativní konstrukce airboat lodě postavené z dílů MLAB. Loď lze použít například k odklizení žabince (Okřehku menšího) z vodní plochy.
 
[End]