Skip to content

Tag: arduino

Arduino and cpp file communication

I’ve connected a sensor with my Arduino board and am running a sketch which retrieves some data from the sensor and stores it in 4 double variables. I need to access these 4 variables from another .cpp file. To do this I’ve created a common header file for both which declares 4 extern variables. T…

How to read from serial device in C++

I’m trying to figure out how I should read/write to my Arduino using serial communication in Linux C++. Currently I’m trying to read a response from my Arudino that I “trigger” with I’ve tried looking at the response from my Arduino in my terminal, by using the following command:…

Use picocom – sending request

I’m sorry, but I don’t understand how use picocom to send a request/command to the device. Official doc: http://linux.die.net/man/8/picocom I want to be IN the OS I reach, I connect to an Arduino YUN using linux OS inside and I want to be root on it, it’s probably easy, I’m already con…