Close

2563 Results for "python"

  • New GUI and Python Library!

  • Having a CLI tool is fine, everyone can manage the credentials on the device and layouts, but having to find what flags to use or how the files have to be constructed can be a problem to some people.An important feature of MemType is that it has to be...
  • Reading serial data with Python

  • At this point in the project I've given some brief descriptions of how the Arduino is reading the digital signals from the quadrature encoder that measures position and the analog output of the load cell. These data are then written to the serial port...
  • Custard Pi, Python and Servos

  • The cable, and the Custard Pi turned up.First, I'm trying the servo on an external power supply. I'll try it from the Pi later, but as I already know it works from an external supply, I want to change the minimum possible.With the servo signal pin connected...
  • RasPi Button debounce in python

  • I needed to debounce a RasPi button in python, and found that the software in this link has problems: sometimes the button press is ignored. Here's an improved version fixing the problem. It uses the GPIO hardware to initially detect the button...
  • boost::python and Connected Components

  • Boost Python update This looks interesting, I'll have to take a deeper look at it S.P.E.A.D.. A fast protocol for throwing NumPY Arrays about. Berkeley, so you know they're serious. Could be an interesting reference for what I'm doing. And certainly,...
  • Efficient Sonar Gridmaps in Python

  • One foundational challenge for a lot of hobby robotics is navigation and localisation. We can access cheap sensors in the form of IR and sonar, which give distances to solid objects. We can use IMU's and wheel encoders to estimate distance and direction...
  • Raspberry Pi Python Possum Pictures

  • While the initial intent of this project was, and still is, helping to control the population of feral and stray cats, the possums under my deck have proven helpful in testing the system. I've been hoping to trap the Mom and Baby possum together so I...
  • Writing an Assembler in Python

  • As I was writing some simple test code to run on my processor testbench (in iSim), I found that it was tedious and slow to write hex instructions from assembly mnemonics. What better solution to a problem that is tedious than a program that does the...