Cool, yes I had someway to fix the problem. I am going to use this: https://www.adafruit.com/products/2479 I tried the to compile against the...
Hi all, I quick question, can I use the Udoo bluetooth with Arduino, or I need to add a shield? I know, and I have already tried to send the...
Hi, uhm, I found the problem and it wasn't the serial protocol, instead it was I2C with adafruit ADS1015. However, I will try with the new...
Ops, I upload the wrong CODE and I didn't finish the sentence. Sorry. The problem wasn't in serial communication but in I2C When I setup I2C...
Ok great. I used the blink example and I added the serial communication and it works also after reboot. The last problem I have void setup() {...
Uhm, I am lost. To summarize: The python program ask M4 to send some data. What I am undressing from you last post is to use Serial.avaiable() ->...
Ok, I think that I found the error. First of all my mistake because I didn't read well what flush was doing, so you are right I have to read the...
First when I do while true; do echo "1" > /dev/ttyMCC ; sleep 1; done I can see several times blink the LED, instead of to see the LED blink...
I had already tried it and with our example I have the same problem. I attach the screenshot. I don't understand if the problem is in minicom or...
I just want to see count increase when I am not sending any data form the A9 and when I send something I wish to reset the variable count. void...
Hi, the problem is still there when I reboot the board I have to re-upload the sketch. However if I want to share this code with you: void...
I am reading the serial port with Python. import serial ser = serial.Serial('/dev/ttyMCC', 115200, serial.EIGHTBITS ,...
Yes it is exactly what I have. So, do you think the best approach it will be to wait in setup section for almost 1min?
Hi all, I am hit this problem. I upload a sketch program through arduino IDE and it works fine, however when I reboot the board I must have to...
Separate names with a comma.