Close

98 Results for "python"

  • Test Page

  • Hello does anyone know how to make a python data log? if so I could use help. I'm trying out making a computer on my school computer.
  • Solder Pico in the right way

  • Tried to solder Pico like this. And this is useful: the only reason to use button is to put python on first step. Bonus: here is nothing to touch at top and every part is safe.#pico
  • Hello and GPS.py and Other Things...

  • Hello,I have been working on a BBB and BBGW. Those two target boards have helped me so far to do many things. I am working on a GPS/Python set-up as of now.I have some Grove connections and a Grove GPS to attach to the BBGW.I will be posting info. of...
  • Still alive

  • Damn... The whirlwind of work (Python for kids and C for the startup) has taken me far from HaD and my other latest addiction (those damned ABS bricks from Billund) consume me... But I'm still estimating/evaluating/pondering processor things. Building...
  • How to install and use CHIRP(Legacy) for radio programming

  • [edit: Wed 22 Nov 2023 - still valid]I bought a Baofeng BF-T1 radio and needed to write the channel configurations into it, so I googled a bit and found out that it can be done with CHIRP but I could not find an easy way to install it without littering...
  • ODROID Powered LIDAR

  • ODROID Powered LIDAR Today, it arrived: The ODROID! It has EIGHT cores. Four run at 2Ghz, and four run at 1.6Ghz. Remember your original Pentium 133Mhz? This thing runs at FIFTEEN TIMES faster than it, and does it four times at once— and has another...
  • Serial Over USB on BBB

  • http://m-embedded.blogspot.com/2015/03/embedded-serial-over-usb-on-beaglebone.html  (this is old, but simpler now) sudo modprobe g_serial stty -F /dev/ttyGS0 raw stty -F /dev/ttyGS0 -echo cat /dev/ttyGS0 Then connect to available com port: Not perfect,...
  • Install Chirp on Debian/Ubuntu Linux

  • Make sure you have python3-virtualenv, libcairo-dev and libgtk-3-dev or newer installed. Grab the latest chirp python wheel from: https://trac.chirp.danplanet.com/chirp_next/ On the day this page was written the latest release was next-20240208. mkdir...
  • µGame by Radomir Dopieralski

  • Radomir Dopieralski has created handheld game console programmable with (Micro/Circuit)Python: µGame A small game console directly programmable in Python. I always wanted to make this, and after my work on #PewPew FeatherWing I finally...
  • Sigmoid function

  • I recently rediscovered the sigmoid function. It is incredibly useful in many areas of programming, but most recently has seen intense use in the neural network and machine learning software development communities. It takes any number as input, and...
  • ServLib Manual Scrapper

  • I made a scrapper script in python to download full-res manuals from Serv L1b à la Sci-Hub and turn them into PDF Access the manuals from ServLib.This is for educational purposes on how to find and archive data. Who the heck would need the manual...