Explore >> Select a destination


You are here

pw999.wordpress.com
| | changelog.complete.org
3.4 parsecs away

Travel
| |
| | www.satsignal.eu
7.4 parsecs away

Travel
| | NTP on a Raspberry-Pi - documents configuring a Raspberry Pi for headless operation, configuring NTP for remote monitoring, adding a GPS/PSS device (two discussed), and how well NTP performs in WAN-only, LAN, and PPS configurations.
| | mikeisted.wordpress.com
3.3 parsecs away

Travel
| | What's this about? This series of posts is for those who want to take more control of their UAV (or other robotic vehicle) using a companion computer connected to the flight control unit. Typically to get started, this might be a Raspberry Pi connected to a Pixhawk FCU. The series will follow the development of...
| | techtldr.com
18.9 parsecs away

Travel
| Here is a simple trick that I used to restart my python script after unhandled exception. Let's say I have this simple script called test.py that I want to run forever. It will just wait 2 seconds and throw an error. I use the following script called forever in the same directory: It uses python [...]