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.

arduino software for custom electronic circuit

Status
Not open for further replies.

electronicNovice

Newbie level 3
Joined
Jul 26, 2015
Messages
3
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
33
I wanted to develop software for custom arduino electronic board. I wanted the software to install on Windows, and to be user friendly (meaning people without knowledge of electronics can use it to modify the circuit board parameters). What programming language should I use and is there some reference how to do it? Is it a C programming language?
 

Hello!

Let me check if I got the point: you made an arduino-like board, and you would like to provice
an arduino-like environment for your users?

Dora.
 

I made Arduino custom electronic board, and just for arugements sake lets say it is a Simple Arduino Alarm System. I would like to make software that user can uses to chance some parameters on the board using the computer usb, example (again for arguments sake): The duration of the Alarm, the time when the alarm is active (example from 12 to 4am). The electronic board is far more complicated them Simple Arduino Alarm System, but the idea is the same.
 

Hello!

What I want to know is if you want your uses to program the board like arduino.
Now if it's simply an alarm and will always be an alram, your users don't have to program the
board. You can program the alram using a simple interface, for instance serial port, bluetooth
or whatever else, but you don't have to really program it.

Now if your board is not always a simple alarm, but can be anything like Arduino, then
it will be more complicated to implement.

Dora.
 
Sorry sir you didnt got the point. I just want to make custom electronic circuit with Arduino, and sell it. But with the product I want to have custom software for the custom board. The only part I'm asking is how to make executable software for the board. And what program language to use.
 

Hello!

Sorry sir you didnt got the point.

If I didn't get the point, it might be because I don't understand well, and it might also be because you don't explain well.

I just want to make custom electronic circuit with Arduino, and sell it.

Before that, you were saying "I wanted to develop software for custom arduino electronic board."
For me, a custom arduino board means that you don't use arduino, and you develop your own board.
If you want to develop a daughterboard that you plug on an arduino board, why not calling it daughterboard
or even better: shield, as everyone else says in the arduino world?

Dora.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top