All Questions
Tagged with python arduino-ide
10 questions
-1
votes
1
answer
153
views
Error in Compiling for Seeed Xiao nRF52840 [closed]
I am using Arduino IDE 2.3.4 to program a XIAO nRF52840 Sense. I added the board using the instructions on the official getting started page.
After installing the board in Arduino IDE, I open up the ...
-2
votes
1
answer
280
views
Serial communication between python and Arduino nano BLE sense 33 for running six DC motor
I am controlling six DC motors by varying their voltage. I have figured out the voltage required for each motor in python; now it's time to send this voltage through Arduino Nano BLE Sense 33 to run ...
1
vote
0
answers
2k
views
ESP32 wifi server with multiple clients
I have a program where I configure my ESP32 as a server and it sent randomly generated data, the problem is that I can only connect 1 client at a time, what I want is that multiple clients can connect ...
1
vote
1
answer
1k
views
ESP8266 SocketIOclient constant disconnect with Python WebServerSocket
I am writing a program that echos back the message sent to the web socket server on a host machine. When running the ESP module, the connection is established but immediately disconnects as seen in ...
1
vote
0
answers
226
views
Change arduino output from input
I'm trying to change values such that the arduino uno outputs comes from what is input, with the code,
int PinOutput = 11;
int PinInput = A0;
int inph;
int inpl;
int input;
void setup() {
// put ...
1
vote
1
answer
323
views
Arduino IDE display DEBUG PORT Serial1 output
How can I display / capture Arduino IDE's Serial1 output?
Can I display it using Arduino IDE or using a script in Python?
This python script (courtesy of Chad G) works for the Serial:
#!/usr/bin/env ...
0
votes
1
answer
318
views
Trying to Serial.write RAW code properly
I have a SIM800L Module connected to my arduino Nano. I want to open a TCP connection from the sim800l module to my own server and send a text string. The connection is working however I am not able ...
0
votes
1
answer
2k
views
Programming Arduino With Python [duplicate]
Im a beginner working with arduino.
Im little familliar with java syn and its not hard for me to do the work with ide ;but i know python better....is there any Lib that let you program Arduino with ...
0
votes
1
answer
2k
views
Advanced Line Follower robot
I know about line follower mainly the grid solving robots i know the basics actually. Actually they have to trace the path of the grid in an arena and then reach back to starting point in a shortest ...
0
votes
3
answers
3k
views
Can I program Arduino with Python? [closed]
I know that I can program Arduino with python but is it possible to make every project, which can be completed by normal IDE?