| The Following User Says Thank You to ScottInNH For This Useful Post: | ||
|
|
2012-11-20
, 14:27
|
|
Posts: 432 |
Thanked: 917 times |
Joined on Jun 2011
|
#12
|
| The Following User Says Thank You to saponga For This Useful Post: | ||
|
|
2012-11-20
, 14:31
|
|
Posts: 244 |
Thanked: 354 times |
Joined on Jul 2010
@ Scotland
|
#13
|
As everyone knows, Arduino IDE can not ever run on Maemo due to a dependency on Sun Java..
| The Following User Says Thank You to gregoranderson For This Useful Post: | ||
|
|
2012-11-20
, 15:48
|
|
Posts: 323 |
Thanked: 116 times |
Joined on Jul 2010
|
#14
|
| The Following User Says Thank You to gerdich For This Useful Post: | ||
|
|
2015-06-22
, 11:15
|
|
Posts: 4 |
Thanked: 1 time |
Joined on Feb 2015
|
#15
|
| The Following User Says Thank You to F1R0Z For This Useful Post: | ||
|
|
2016-05-04
, 23:38
|
|
Posts: 6 |
Thanked: 6 times |
Joined on Jun 2014
|
#16
|
thnx! so now i will try to help you with upload code..
so after arduino ide i installed bluez in debian chroot (just apt-get install bluetooth..) i paired n900 with the HC-05 module connected with arduino (you can find some tutorial for this ) after that i opened the com port rfcom0
| The Following 4 Users Say Thank You to crisbort For This Useful Post: | ||
![]() |
| Tags |
| arduino, nokia n900 |
| Thread Tools | |
|
However I've seen some links (here?) describing how you can host avrdude on Maemo, and compile code for the Arduino.
There's a third item of interest I'll point out:
Using an N800 to "upload" an Arduino sketch which was previously compiled. (So like if you compiled "blink", and copied it onto a SD card, which you could then upload to the Arduino).
Someone's already managed to turn an Arduino in-to an Arduino uploader. (The host Arduino isn't compiling anything, it just acts like a jukebox or selection interface for the target Arduino). Someone did the hard work of figuiring out the bootloader protocol, so it could be adapted to another platform like a Maemo device.
That project is called "Boot Drive": http://baldwisdom.com/bootdrive/
(As an example how it is useful, lets say you had 6 or so interesting Arduino sketches. The Arduino only holds one sketch, but you could use the n800 to upload and alternate between each sketch, no laptop required).