AWS IoT Core for LoRaWAN

AWS IoT Core for LoRaWAN

https://aws.amazon.com/iot-core/lorawan/ Introducing Amazon AWS IoT Core for LoRaWAN Server: https://aws.amazon.com/blogs/iot/introducing-aws-iot-core-for-lorawan/ The following diagram will be used to test this new feature set from Amazon.   Parts: Adafruit...
Renew CertBot Certificate

Renew CertBot Certificate

This was used to initially request the Certbot Certificate:certbot certonly -d wiki.austinvoicedata.com –manual –preferred-challenges dns Now, how to renew it. Use the same command: Deploy a DNS TXT record * Name: _acme-challenge.wiki.austinvoicedata.com*...

Chrome – This is Unsafe

Sometimes you cannot Accept Risk on a website with a bad certificate (as deemed by Chrome. Just type in “thisisunsafe” or “badidea” in the browser. Really Google? This actually worked....
Network Pipes

Network Pipes

The internet is actually a series of Tubes. This diagram provides a reference for the plumbing at home. Note your internet modem device often contains: internet router providing Network Address Translation basic firewall features network switch providing ethernet...

A LoRaWAN Trip Report

LoRaWAN – Moving Data from Device to Dashboard A LoRaWAN Trip Report for Austin IoT – Dec 23, 2020 LoRaWAN (a network architecture and protocol) is a type of low-power wide-area-network (LPWAN). LPWANs are used for low-power and low-data applications. In...

NGINX Setup for Django

Deploy Django on Nginx using Docker – KT Notes Nginx is an excellent web server. Start with a docker image. Environment: Private Ubuntu 20.04 Private/Public Django application hosted in GitHub Get started: Login (SSH) to your Linux host Add Docker as needed,...