In this manual I assume that we'll be using usb audio handset instead of hdmi audio output
Check available architectures first
$ dpkg --print-architecture
__NOTOC__ | |
Notes on the Sinclair ZX Spectrum Next [[Retro Gaming]], [[ZX Spectrum]], [[Z80 Assembly Language]] | |
==Next BASIC== | |
===Editor=== | |
EXTEND MODE, CAPSLOCK - Start of program<br/> | |
EXTEND MODE, GRAPHICS - End of program | |
<pre> | |
ERASE 100,200 ;Erase lines 100 to 200 | |
LINE 100,2 ;Renumbers lines from 100 in steps of 2, 100, 102, 104, 106... |
#!/usr/bin/python3 | |
# | |
# load_agps_data | |
# | |
# proof of concept loading of agps data to quectel modem via AT commands | |
from datetime import datetime, timezone | |
import requests | |
import serial |
These are notes from my efforts to get Ubuntu 20.04 installed on my older MacBook Pro. I'm making this gist public in the hopes that it's helpful to others.
I did a Minimal install, but selected the option to install additional 3rd-party drivers.
Wifi doesn't work during the install (because it requires a 3rd-party driver), so you won't be able to choose to download updates while installing. No big deal, run a software update after the install.
The installer takes about 25 minutes to complete. Post-install, most things work. The only driver I had to manually install was for the FaceTime camera. More on that below.
Getting data produced by IoT sensors into a database is practically a mandatory step before effective visualisation (eg dashboards).
This recipe shows you how to get an MQTT payload into an InfluxDB database using three Node-RED nodes. It makes the following assumptions: