While Internet of things (IoT), Industry 4.0, Machine to Machine communication etc are getting increasingly popular the need for wireless communication has become incumbent, with more machines/devices ...
We all know that the Microcontrollers work only with digital values but in real world we have to deal with analog signals. That’s why ADC (Analog to Digital Converters) is there to convert real world ...
cat /dev/ttyACM0 #ouvre le port série pour affichage ./run.sh l 13 1 #écrit HIGH dans le GPIO 13 (led) ./run.sh r 255 0 #lit l'adresse 255 de l'EEPROM ./run.sh w 255 83 #écrit 83 en binaire dans ...