how to start after Arduino

For Adafruit customers who seek help with microcontrollers

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
dbint
 
Posts: 4
Joined: Tue Aug 20, 2013 6:53 pm

how to start after Arduino

Post by dbint »

I've developed some things with Arduinos.

Now, I have STi and LPC800 boards and don't know how to begin.

I can load demo code and compile and load to the boards, but where can I find the basic handholding tutorials to get me writing my very first tiny program for these?

User avatar
Franklin97355
 
Posts: 23940
Joined: Mon Apr 21, 2008 2:33 pm

Re: how to start after Arduino

Post by Franklin97355 »

NXP has tutorials for the LPC800 http://www.lpcware.com/, I don't know about STI

gaz
 
Posts: 6
Joined: Sat Apr 30, 2011 1:39 am

Re: how to start after Arduino

Post by gaz »

franklin97355 wrote:NXP has tutorials for the LPC800 http://www.lpcware.com/, I don't know about STI
Those tutorials are just how to get the IDE running.

dbint
 
Posts: 4
Joined: Tue Aug 20, 2013 6:53 pm

Re: how to start after Arduino

Post by dbint »

franklin97355 wrote:NXP has tutorials for the LPC800 http://www.lpcware.com/, I don't know about STI
For example, the example file has some #includes. How do I know what to include in a new program? Need a basic tutorial.

User avatar
Franklin97355
 
Posts: 23940
Joined: Mon Apr 21, 2008 2:33 pm

Re: how to start after Arduino

Post by Franklin97355 »

There might be something here http://www.lpcnow.com/ The LPC is not designed as a hobby micro and does not have a big following yet. If it becomes popular it might have more support.

dbint
 
Posts: 4
Joined: Tue Aug 20, 2013 6:53 pm

Re: how to start after Arduino

Post by dbint »

franklin97355 wrote:There might be something here http://www.lpcnow.com/ The LPC is not designed as a hobby micro and does not have a big following yet. If it becomes popular it might have more support.
Any 'hobby micro' you'd suggest?
I could do this again with the STi Discovery. Do they have a very basic tutorial?

User avatar
Franklin97355
 
Posts: 23940
Joined: Mon Apr 21, 2008 2:33 pm

Re: how to start after Arduino

Post by Franklin97355 »

The mbed seems to have a following http://mbed.org/

User avatar
westfw
 
Posts: 2010
Joined: Fri Apr 27, 2007 1:01 pm

Re: how to start after Arduino

Post by westfw »

For example, the example file has some #includes. How do I know what to include in a new program? Need a basic tutorial.
I would start by programming your Arduino without the Arduino environment (install Atmel Studio, etc.) try the SmileyMicros tutorials.

You're pretty unlikely to find "basic tutorials" once you leave the hobbyist environments. You'll find either tutorials for people who know electronics and need to learn C, or for people who know how to program and need handholding for the electronics, or for people who know electronics AND C and just need to figure out THAT SPECIFIC environment.

TI had some nice tutorials for their Stellaris Launchpad, if you don't mind waiting till step 25 to take the board out of its box...

dbint
 
Posts: 4
Joined: Tue Aug 20, 2013 6:53 pm

Re: how to start after Arduino

Post by dbint »

westfw wrote:
For example, the example file has some #includes. How do I know what to include in a new program? Need a basic tutorial.
I would start by programming your Arduino without the Arduino environment (install Atmel Studio, etc.) try the SmileyMicros tutorials.

You're pretty unlikely to find "basic tutorials" once you leave the hobbyist environments. You'll find either tutorials for people who know electronics and need to learn C, or for people who know how to program and need handholding for the electronics, or for people who know electronics AND C and just need to figure out THAT SPECIFIC environment.

TI had some nice tutorials for their Stellaris Launchpad, if you don't mind waiting till step 25 to take the board out of its box...
This seems good. Are these the Youtube tutorials or some other one they do?

I'm in the category of knowing the electronics, knowing Arduino C, and needing regular C in whichever IDE, TBD.

Locked
Please be positive and constructive with your questions and comments.

Return to “Microcontrollers”