Skip to content Skip to sidebar Skip to footer
Showing posts with the label Arduino

Serial Communication One To One

If this is a stupid question, please don't mind me. But I spent some time trying to find the an… Read more Serial Communication One To One

Pyserial Differences With Python 2.7 And 3.4

I'm working on a project that needs to send some numbers from python in windows 10 to an arduin… Read more Pyserial Differences With Python 2.7 And 3.4

Python Serial Communication

I'm working on an Arduino project, and I am interfacing it with a Python script due to memory l… Read more Python Serial Communication

Problems With Reading Analog Values With Pyfirmata On Two Arduino Mega's

For my project I need to read multiple analog pins on two Arduino Mega's. Other tasks like PWM … Read more Problems With Reading Analog Values With Pyfirmata On Two Arduino Mega's

Serial Port Does Not Work In Rewritten Python Code

I have a Python program that reads some parameters from an Arduino and stores it in a database. The… Read more Serial Port Does Not Work In Rewritten Python Code

Pyserial When It Is The End Of The Line Stop The While Loop

import serial arduino = serial.Serial('COM12', 9600, timeout = .1) arduino_data = [] # dec… Read more Pyserial When It Is The End Of The Line Stop The While Loop

How Can I Set The Range For Xbox One Controller Triggers Using Pygame?

I am using Pygame 1.9.2 with Python 3.4 to create a control program for a robot. The controller is… Read more How Can I Set The Range For Xbox One Controller Triggers Using Pygame?

Arduino - Raspberry Pi, Bluetooth Connection Using D-BUS API

Task is to automate pairing and connection process between Arduino and Raspberry Pi over Bluetooth … Read more Arduino - Raspberry Pi, Bluetooth Connection Using D-BUS API

Problems With Reading Analog Values With Pyfirmata On Two Arduino Mega's

For my project I need to read multiple analog pins on two Arduino Mega's. Other tasks like PWM … Read more Problems With Reading Analog Values With Pyfirmata On Two Arduino Mega's