Hallo,
ich habe mir heute den Arduino mega 2560 bestellt. Die folgenden zusätzlichen Bequemlichkeiten habe ich mir dazu gekauft:
http://www.amazon.de/SainSmart-Mega2560 ... +mega+2560
http://www.reichelt.de/Lochraster-Loetp ... r=H25PR050
http://www.reichelt.de/Lochraster-Loetp ... PR+500X100
http://www.reichelt.de/Stiftleisten/SL- ... TIFTLEISTE
http://www.reichelt.de/L-293-D/3/index. ... ARCH=l293d
http://www.reichelt.de/IC-Sockel/GS-16/ ... OUPID=3215
http://knobloch-gmbh.de/wbc.php?sid=256 ... 58&recno=4
Wäre sehr cool, wenn sich jemand mit dem Thema auskennt und mir bisschen Startanleitung beim Zusammenbauen geben kann (Anordnung usw.).
Mit freundlichen Grüßen,
Ludwig Müller
Fischertechnik über Arduino steuern
Forumsregeln
Bitte beachte die Forumsregeln!
Bitte beachte die Forumsregeln!
Re: Fischertechnik über Arduino steuern
Your link to Knobloch does not work.
See for example:
Rei Vilo's interfacing an arduino to TX-C pages
I don't know how experience you are with embedded programming. microcontrollers and electronic design.
Do you have already a basic design for what you like to build?
See also:
http://hyperritual.com/tag/fischertechnik/
http://www.instructables.com/id/Arduino ... g-I2C-Tru/
See for example:
Rei Vilo's interfacing an arduino to TX-C pages
I don't know how experience you are with embedded programming. microcontrollers and electronic design.
Do you have already a basic design for what you like to build?
See also:
http://hyperritual.com/tag/fischertechnik/
http://www.instructables.com/id/Arduino ... g-I2C-Tru/
Re: Fischertechnik über Arduino steuern
Hallo nochmal,
die Frage sollte eigentlich folgendermaßen interpretiert werden: Wie sollte ich mein Layout für meinen Arduino-Mikrocontroller bauen.
Wenn sich jemand auskennt, wie man den Arduino in C/C++ programmiert wäre das sehr hilfreich (die Basics kann ich schon also alles bis hin zu Adressen usw.), bzw. ich bräuchte jemand, der sich mit den #includes auskennt die ich am Anfang brauche, um den Arduino einen definierten Befehl zu geben.
Gruß,
Ludwig
die Frage sollte eigentlich folgendermaßen interpretiert werden: Wie sollte ich mein Layout für meinen Arduino-Mikrocontroller bauen.
Wenn sich jemand auskennt, wie man den Arduino in C/C++ programmiert wäre das sehr hilfreich (die Basics kann ich schon also alles bis hin zu Adressen usw.), bzw. ich bräuchte jemand, der sich mit den #includes auskennt die ich am Anfang brauche, um den Arduino einen definierten Befehl zu geben.
Gruß,
Ludwig
Re: Fischertechnik über Arduino steuern
The #includes depends on the program development system which you are using.
C/C++ for embedded use differ a lot from programming for a PC (Windows Linux).
Limitation of the stack and heap size, mapping of the hardware registers on the programming language type system, event and real time issues, input signal processing (for example: mechanic switch bouncing).
You also need to have knowledge of the specific libraries which are covering the underlying microcontroller.
However embedded programming is fun too and has it proper dynamic.
C/C++ for embedded use differ a lot from programming for a PC (Windows Linux).
Limitation of the stack and heap size, mapping of the hardware registers on the programming language type system, event and real time issues, input signal processing (for example: mechanic switch bouncing).
You also need to have knowledge of the specific libraries which are covering the underlying microcontroller.
However embedded programming is fun too and has it proper dynamic.
Re: Fischertechnik über Arduino steuern
Hello folks
At this moment its possible to use Arduino UNO or MEGA2560 as ONLINE MODE target in the ROBO Pro IDE. Just load fx1-parser sketch in your Arduino and connect it to PC via USB or Bluetooth. In ROBO Pro you need to select respective virtual COM-port to communicate with Ardu. Moer info by this link!
At this moment its possible to use Arduino UNO or MEGA2560 as ONLINE MODE target in the ROBO Pro IDE. Just load fx1-parser sketch in your Arduino and connect it to PC via USB or Bluetooth. In ROBO Pro you need to select respective virtual COM-port to communicate with Ardu. Moer info by this link!
==
ft-ninja
ft-ninja