Skip to content

Instantly share code, notes, and snippets.

// base64 encoding and decoding example on ESP32 Arudino
// using the built-in libb64 libraries
//
// ~/Documents/Arduino/hardware/espressif/esp32/cores/esp32/libb64/cdecode.h
// ~/Documents/Arduino/hardware/espressif/esp32/cores/esp32/libb64/cencode.h
#include "libb64/cdecode.h"
#include "libb64/cencode.h"
void setup() {

Raspberry Pi (RPi) Vision Board
or Photo Frame or Slideshow

I like to have a Raspberry Pi computer set up as a digital Vision Board, which is also the same as a photo frame or slideshow.

@noahcoad
noahcoad / remote_edit_file_sublime_text.md
Created April 3, 2020 18:30
Remote Edit Files w Sublime Text

Remote Edit Files w Sublime Text

How to edit a file on a remote linux machine in your local Sublime Text editor. Thanks to @josiahcoad for inspiring me to post this. BOO YAH

https://lovejoyisd.zoom.us/j/539961694?pwd=N2M1akFhMk9TMzlRNThtVUdjVi9KUT09
@noahcoad
noahcoad / aws_iot_use_custom_root_ca.md
Last active September 27, 2023 10:56
AWS IoT: Use a Custom Root CA
@noahcoad
noahcoad / lab_esp32_aws_iot_mongoose.md
Last active February 17, 2020 22:43
Lab: Connect an ESP32 to AWS IoT with MongooseOS

Lab: Connect an ESP32 to AWS IoT with MongooseOS

created 2019-12-20 by Noah Coad

@noahcoad
noahcoad / get_started_aws_chalice_on_mac.md
Last active January 24, 2023 05:36
Get Started with AWS Lambdas using AWS Chalice on Mac

Get Started w AWS Lambda
Using AWS Chalice on Mac

@noahcoad
noahcoad / index.md
Last active April 26, 2024 17:47
Noah Coad's Index of Gists, Labs, and Articles

An Index of Noah Coad's Labs and Gists

Articles / Content

@noahcoad
noahcoad / install_aws_ssm_agent_on_raspberry_pi_for_ssh_access.md
Last active June 5, 2020 02:10
Install AWS SSM Agent on Raspberry Pi for SSH Access

Install AWS SSM Agent on Raspberry Pi for SSH Access

AWS Systems Management (SSM) Agent enables you to remotely monitor, update, configure, and SSH into a machine from anywhere, without needing to know it's IP address. Very handy when using Raspberry Pi's across networks.

@noahcoad
noahcoad / test_aws_iot_connection.py
Last active January 24, 2020 17:06
Test AWS IoT Endpoint MQTT Connection
#
# Tests the connection to the AWS IoT Endpoint for a user's account
# By creating an AWS IoT Thing device, certificate, keys, and policy
# Then connecting to the AWS IoT Core Endpoint with those device credentials
# Tests both port 8883 and 443
#
# Created on 2019-09-20 by Noah Coad, Amazon AWS ProServe IoT, ncoad@amazon.com
# All rights reserved.
#
# can also be used to create a new IoT device, or remove old ones