J
J
JockerJoe2015-12-20 02:16:07
Python
JockerJoe, 2015-12-20 02:16:07

Arduino uno not listening to raspberry pi 2?

I programmed the Arduino to perform actions when receiving a signal on the com port. When transmitting these signals from the computer, everything is fine. When connecting the Arduino to the raspberry pi 2 and transmitting these signals, the arduino flashes a light (received a signal), but no action. What can be the problem?
I send signals through the Serial library in python.
Raspbian axis.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
AntHTML, 2015-12-20
@anthtml

How is it connected, arduina to raspberries? Via usb or via gpio ttl? Please note that raspberry ttl works at 3.3V, and duny ttl at 5.0V. In this case, the duna may simply not have enough voltage to a logical unit at the input, in which case a level converter must be used.

V
vanyamba-electronics, 2015-12-24
@vanyamba-electronics

Most likely the port is not initialized properly. I recommend reading the article Arduino Host Client in C (Linux)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question