Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Using the micro off an Arduino?

Status
Not open for further replies.

cupoftea

Advanced Member level 6
Advanced Member level 6
Joined
Jun 13, 2021
Messages
3,057
Helped
62
Reputation
124
Reaction score
139
Trophy points
63
Activity points
15,948
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?
 
Last edited:

Hi,

For sure you can do this.
All arduino board schematics are well documented.

Klaus
 

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?

Google "arduino emulator"

What ADC accuracy/resolution do you want ?


Regards, Dana.
 

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.


Are there any better tutorials for Arduino?
 

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.



Regards, Dana.
 
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?
 

There is quite a lot you can do with Graphical Block programming as well.

Here are some examples -


Simple (for designer) talking voltmeter -


Other block languages, FLowcode, Nodered, Ardublock, Snap4Arduino, Codelblocks, Scratch 4 Arduinio
(S4A)......


Regards, Dana.
 

This is very common. Many people I work with use the Arduino as nothing more than a programmer, and them pull the Atmega and move it to their own PCB.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top