Arduino + Android Draadloos

Hallo,

Ik heb een vraag. Ik moet voor mijn eindwerk een scorebord bouwen voor in een turnzaal.
Ik zou dit graag besturen met een tablet waar android op staat. Liefst draadloos.

Zover in ondertussen snap is Arduino vrij combitabel met Android.
Ik heb wat opgezocht en dit gevonden:

Maar dat bordje vind ik nergens daarom verder gezocht en ik denk dat ik deze nodig heb:
http://store.arduino.cc/ww/index.php?main_page=product_info&cPath=11_12&products_id=198

Dus nu mijn vragen:
Is dat het correcte bordje?
Ook graag een bevestiging of ik dit kan uitbreiden met een bluethooth (schield). En ik dan d.m.v. Bluethoot verbinding kan maken tussen de Arduino en de Android.

Ook een vraag of iemand ervaring heeft met de sterkte van bluethooth? Het signaal moet max zo'n 30m ver kunnen.
Is het ook mogelijk om met dat Arduino bordje een signaal door te sturen dmv RS232 naar een andere microcontroller (Geen arduino, met als taal flowcode)
En de applicatie schrijven is dan toch met de Android SDK of zijn hier ook reeds gemaakte apps voor?

Nog iets onduidelijk vraag maar!

Alvast bedankt!
MVG, Brecht C

Hi,
i hope i've understand well :stuck_out_tongue:

If you need to connect wireless your Android device with Arduino, the Mega ADK is not your board.
I mean: the Mega ADK works with an Android device directly connected using USB cable.

You can instead use (almost) any Arduino board, plus a Bluetooth module.
You can find BT module for about 5 usd, and you can connect this with Arduino using a serial (of better, sofwtareserial) connection.
This module is class 2, that means max 10 meters of range.
Class 1 is more expensive, but works in a range of 100 meters.

For Android programming, you can use also AppInventor:
http://appinventor.mit.edu/
that is a cloud & block programming platform (oss).

Een italiaan die op een Nederlandse post antwoord in het Engels :smiley:
Over internationaal gesproken. XD
Je hebt dus een class 1 bluetooth module nodig om aan je 30 meter te komen en een Arduino die je scorebord taak aankan.
boffin heeft al veel "scorebauds" gemaakt Arduino Forum
misschien kan je op zijn website ook wat ideetjes rapen. http://www.scorebauds.co.za/

Met vriendelijke groet
Jantje

pitusso:
Hi,
i hope i've understand well :stuck_out_tongue:

If you need to connect wireless your Android device with Arduino, the Mega ADK is not your board.
I mean: the Mega ADK works with an Android device directly connected using USB cable.

You can instead use (almost) any Arduino board, plus a Bluetooth module.
You can find BT module for about 5 usd, and you can connect this with Arduino using a serial (of better, sofwtareserial) connection.
This module is class 2, that means max 10 meters of range.
Class 1 is more expensive, but works in a range of 100 meters.
Bluetooth - Wikipedia

For Android programming, you can use also AppInventor:
http://appinventor.mit.edu/
that is a cloud & block programming platform (oss).

I understand :slight_smile:
Thank you for your explaination!

Bovenmij alvast bedankt voor die tip zal ik zeker bekijken.