I have embedded developement board (LPCXXXX) with me. I would like to do various experiments with that. I am not getting experiment ideas.

Please suggest me some good websites where I will get some good project/experiment ideas. I am looking for embedded system projects with source code in internet. I am unable to find it. Please help me where I will get embedded system project with source code (Video tutorial is an added advantage)

:-In tag I have added C because I did not find EmbeddedC tag.

link|improve this question

you know how to program the board/device you have and you are looking for ideas on what to program. Or you dont know how to program the device/board you have and you want to learn how to write programs for it? – dwelch Feb 22 at 6:05
@dwelch: I would like to learn how to write the program for it. – Rasmi Ranjan Nayak Feb 22 at 6:19
LPCxxxx is a broad range encompassing Cortex-M0,3 & 4 as well as ARM7 & 9 parts. You probably ought to be more specific about the devices you will be using since these are very different processors, and not likely all supported by your board. – Clifford Feb 22 at 12:24
Regarding the tag, C is a programming language, Embedded C simply refers to the use of C on an embedded system (i.e. it is not a distinct language), so the tag is fine. I would in fact suggest that perhaps you have "over tagged" – Clifford Feb 22 at 12:28
feedback

closed as not constructive by leppie, Ernest Friedman-Hill, Dan, Joachim Pileborg, Graham Borland Feb 22 at 12:28

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

2 Answers

up vote 4 down vote accepted

Try Martin Thomas's ARM Projects site for a number of projects specifically for various LPC devices and also other ARM micro-controllers which could easily be adapted for LPC.

link|improve this answer
feedback

That's a rather broad question as you don't give much about what aspects of the embedded project you're looking for. The Kernel? The OS (making it small with things like busybox)?

But one good reference might be the Raspberry Pi project you might have heard about recently. It has it's linux kernel published, along with all the necessary OS components.

link|improve this answer
LPCxxxx covers a wide range, much of which is not capable of supporting a Linux kernel. – Clifford Feb 22 at 16:35
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.