A
A
asdfert2015-12-24 18:38:26
Arduino
asdfert, 2015-12-24 18:38:26

Arduino - end user parameter input?

Hello!
More recently, I discovered arduino, bought an arduino, bought a starter kit, tinkering, it turns out. But until I googled this, well, let's say we take 2 arduins (conditionally), connect them to them via a wi-fi module, and connect a door opening sensor to one of them, in this case we send a signal to the "arduino-server". Suppose there are 10 such sets, the conditions are such that they should only work in pairs, i.e. you need to upload the sketch for the client, the sketch for the server to all devices. And in the future, it is necessary for each pair, say, to set the wi-fi settings. How to implement this, i.e. I would like to connect the device via usb and with the help of a small program just drive in the network name and password. Please poke your nose what to read on the topic of setting up arduino by the end user. The example is given purely conditionally.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir Martyanov, 2015-12-24
@vilgeforce

Well, implement in the arduine the protocol for working on the COM port, which will write the received data to the eprom. And software that will implement the same protocol on a PC.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question