You are not logged in.

#1 2011-10-06 18:38:42

sonnyp
Member
Registered: 2010-12-29
Posts: 11

[Arduino] Best tools for Arduino development

Hello,

The IDE doesn't looks like it fits my needs I'm looking for a more Arch Linux/KISS way to play with my Arduino.
Basically I would like to use the editor of my choice and use some build/upload scripts.

Any advices, recommendations?

Thanks.

Offline

#2 2011-10-06 18:56:12

Cyrusm
Member
From: Bozeman, MT
Registered: 2007-11-15
Posts: 1,053

Re: [Arduino] Best tools for Arduino development

I'm not familiar with any other way of working with Arduino code than using the IDE, however if you are feeling somewhat adventurous, you can always use the gcc-avr/avr-libc toolchain and write code for the micro-controller in C.  This is advantageous as you would be free to choose the IDE or text editor of your liking for creating the software, and by familiarizing yourself with the C language, you may advance to writing code for other micro-controller platforms. 

The down side of this is that you are loosing all of the "rapid and easy" development awesomeness of the Arduino language.


Hofstadter's Law:
           It always takes longer than you expect, even when you take into account Hofstadter's Law.

Offline

#3 2011-10-08 00:22:40

tlvb
Member
From: Sweden
Registered: 2008-10-06
Posts: 297
Website

Re: [Arduino] Best tools for Arduino development

You would also need to check wether the bootloader that the arduino uses is compatible with non arduino,
binaries. As far as I know the usb is just connected to an ft232 connected to the usart of the avr, where
a software bootloader takes care of the programming.

Google does turn up some answers for arduino command line programming, here is one, though I can not vouch for or against it.

Last edited by tlvb (2011-10-08 00:25:22)


I need a sorted list of all random numbers, so that I can retrieve a suitable one later with a binary search instead of having to iterate through the generation process every time.

Offline

Board footer

Powered by FluxBB