Hi, We have a system, where we need a micro to take 6 ports either high or low, depending on conditions. We also need it to have 3 ADC inputs. We also need it to have three digital input pins.
We wish to use an Arduino to develop the code. But when it comes to doing the PCB, we don’t want to mount the Arduino on the PCB. Instead We just want to put the Arduino’s micro on the PCB, along with the programming connector. Can we do this? Which is the best (cheapest) Arduino to do this with?
--- Updated ---
Also, we want to start writing the code for the Arduino now? Can we do this, and then buy the Arduino later? Is there like an emulator for the Arduino? So we can see if the code would work, before buying the Arduino?
Hi, We have a system, where we need a micro to take 6 ports either high or low, depending on conditions. We also need it to have 3 ADC inputs. We also need it to have three digital input pins.
We wish to use an Arduino to develop the code. But when it comes to doing the PCB, we don’t want to mount the Arduino on the PCB. Instead We just want to put the Arduino’s micro on the PCB, along with the programming connector. Can we do this? Which is the best (cheapest) Arduino to do this with?
--- Updated ---
Also, we want to start writing the code for the Arduino now? Can we do this, and then buy the Arduino later? Is there like an emulator for the Arduino? So we can see if the code would work, before buying the Arduino?
Hi, Doesnt have to be very accurate......we need to be able to read 2 degc say, and it not be zerodegc or less.....otherwise our pump woudl be trying to pump ice.
I am going through Paul Mcwhorter's Arduino videos.
...there very good, but i am having to skip though lots of it, as its a little too simple. I am on video 11 already, and we still havent got to "if, then" type statements...nor "for loop" type things, which we need to know.
Arduino is very project centric, as such and being open source the
videos done by users vary wildly in quality and depth. Its a hunt and
fish approach. Since Arduino largely based on Atmel you might
visit their site to see what training they have.
Note code is is very C like so if you are tackling C code there are
a number of series on web/youtube that go thru language capa-
bilities.
I have a background in programming embedded systems (TI MSP430, Atmel ATxmega). How is programming an Arduino different than those? What knowledge about C can I take in to programming the Arduino?
What are the advantages of each language when using the Arduino? I'm thinking this is a good general question, but I'll add a bit about why I'm asking if anyone wants to give me a tip. I'm experi...
What i am liking about Arduino is that you just do the code...you dont have to worry too much about all the setup and config statements etc etc....though i guess there must be some downside to this?.....for example, the Arduino code writing environment is presumably for only one type of Atmel micro?...ie, the one on the Arduino uno board?
Often users, developers, hobbyists need timed and qualified event generators, many resorting to 555 timers and the like. The venerable 555 has had a long run but its limited in accuracy and capability. This approach uses block language to create...
Micro design has for years relied on ASM and C programming and other languages. Often many tasks are fairly simply but these tools were focused and quite a learning curve, especially ASM and C and C++. There are a number of new GUI based tools that essentially take out the "strong typing"...