D
D
Danil Antoshkin2016-01-09 11:51:14
Arduino
Danil Antoshkin, 2016-01-09 11:51:14

What can be implemented on Arduino?

I would like to know if you take Arduino NANO or Arduino UNO, then what programs can be written on them, am I talking about the scale?

Answer the question

In order to leave comments, you need to log in

5 answer(s)
A
Alexander Volkov, 2016-01-09
@TwerTrue

You have 32-0.5kb per code, 2kb of RAM and 1kb of non-volatile memory.
It's hard to say how much code you will fit, it all depends on what and how you will write the program.
You can abandon the bootloader and wiring programming and switch to pure C with Keil code development, for example. It will be more correct. True, an external programmer is required, but this is not a problem - you can assemble it, you can buy it.

V
VZVZ, 2016-01-09
@VZVZ

Everything is the same that is done in the form of "hard" electronic circuits, but programmable and disassembled-reassembled.
You can even build CNC and process control systems, although Siemens is probably better in this area.

O
OnYourLips, 2016-01-09
@OnYourLips

For example, turn on the light in the toilet in case of poor lighting and a change in the rangefinder reading and be proud of it.

D
Dimonchik, 2016-01-09
@dimonchik2013

geektimes.ru/post/255760

V
vanyamba-electronics, 2016-01-14
@vanyamba-electronics

Well, for example, send 3 requests as a web client in conjunction with an Ethernet Shield.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question