Anleitung dazu z.B. bei ChristianAgrumi hat geschrieben: nach umstellung auf 115200 baud.
http://lazyzero.de/modellbau/multiwii/bluetooth
Gruß KH
Anleitung dazu z.B. bei ChristianAgrumi hat geschrieben: nach umstellung auf 115200 baud.
Code: Alles auswählen
/* to use Cat's whisker TEXTSTAR LCD, uncomment following line.
Pleae note this display needs a full 4 wire connection to (+5V, Gnd, RXD, TXD )
Configure display as follows: 115K baud, and TTL levels for RXD and TXD, terminal mode
NO rx / tx line reconfiguration, use natural pins */
#define LCD_TEXTSTAR
Code: Alles auswählen
// Emulation of a TextStar Serial LCD to allow use of the MWC built-in configuration. You have to enable both the
// LCD_CONF and LCD_TEXTSTAR constants in the MWC config.h file.
#define EMULATE_TEXTSTAR
// Displays Bar Charts in Telemetry Displays (requires GRAPHICS Option)
#define TEXTSTAR_GRAPHIC
// ----------
Ja, sind pinkompatibel. Du mußt nur den richtigen Bootloader auf dem 328 haben und in der Arduino GUI das richtige Board+Prozessor auswählen.caesar hat geschrieben:Ok danke , weist du ob ich den 168 gegen einen 328 tauschen kann. Sind die Pin kompatibel , wenn ich den vom Arduino Pro Mini runter nehme und einen 328 ein löte.
Jain, du benötigst ein funktionsfähiges Arduinoboard (zusätzlich zu dem Gepimpten mit dem 328).caesar hat geschrieben:Bekomme ich den Bootlader mit der Arduino Software auf den Chip?