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

Calculating Revolutions Per Minute In Python From An Arduino

I'm trying to calculate rpm's in python via a reed switch from the arduino. i cant seem to … Read more Calculating Revolutions Per Minute In Python From An Arduino

How Can I Create Byte Values From Integers In Python?

Background: I need to send a numerical value as a byte to an external device, but I have run into a… Read more How Can I Create Byte Values From Integers In Python?

Pyserial Delay In Reading Line From Arduino

I'm using an arduino uno with the basic 'DigitalReadSerial' setup as outlined here: htt… Read more Pyserial Delay In Reading Line From Arduino

Python And Arduino Serial Communication

I have a arduino Uno connected to my laptop through USB. I am running WAMP webserver on windows 7. … Read more Python And Arduino Serial Communication