python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Storing Pyfirmata code on the Arduino UNO to make it still work if it's disconnected from my PC
I am currently building a remote controlled car and since I am not able to code the Arduino with c++, I use Pyfirmata to convert it to Python code. The problem is, that the Arduino is not storing the ...
MatrixVision
Votes: 0
Answers: 0
bool' object is not callable; perhaps you missed a comma?
I am trying to run this python code. Can anyone tell me how ho solve this issue?
from pyfirmata import Arduino
from time import sleep
port = 'COM9'
board=Arduino(port)
pin = board.get_pin('a:0:i')
...
Anindya
Votes: 0
Answers: 1
PyFirmata2 Arduino PermissionError(13, permission error) (Python3)
This is a auto coil maker using Arduino, I'm using PyFirmata2 to make it(I don't use C++ because C++ is kinda hard for me), then there are some error and I can't fix it:
Traceback (most recent call la...
You tube
Votes: 0
Answers: 1
cannot communicate Arduino with python
I am getting an error while trying to communicate Arduino with python, I am using Arduino module and I'm getting cannot open port error and I can communicate my Arduino from Arduino IDE.
from Arduino ...
hima sai
Votes: 0
Answers: 1