Author

andy

Easy remote access to your Raspberry Pi from Bash on Windows 10

Many people, myself included use a raspberry pi in headless mode, that is without a display of any kind, simply plugged into the local network and accessed from another computer on the same network. This way, we can use the… Continue Reading →

Errors with sudo apt-get and pip install? Make sure your system time is correct!

Yesterday I started on a new raspberry pi project, and as usual, I burned a fresh version of the latest Raspbian Jessie to my SD card. I usually do this so that when I write up some instructions I know… Continue Reading →

What is a Webhook?

A Webhook is kind of the inverse of an web API. Whereas a web API responds to an HTTP request, a webhook makes an HTTP POST to an API endpoint in response to some event. Webhooks have started appearing as… Continue Reading →

Weather Monitoring – Part 2 – Air Quality sensing with Shinyei PPD42NS

Weather Monitoring – Part 1 – with ThingSpeak and Slack Part 2 – This post Why measure air quality? For the second part of my Raspberry Pi weather monitor, I wanted to add an air quality sensor. Air quality is… Continue Reading →

JSON Parser Online

As I’ve been messing about with coding some apps to interact with APIs I’ve found myself needing to look at the raw JSON output a fair few times, to try and understand what the format of the data is and… Continue Reading →

Accessing a Web API using JavaScript in a web page

There’s a previous AndyPi article on accessing the TfL (Transport for London) bus API using python, and displaying the result on an LCD. Although its a fun project, almost everything these days ends up having a web browser as the… Continue Reading →

Using AWS lambda to run python scripts instead of local cron

It’s often useful to set certain scripts to run regularly, or in response to some event. There are some websites that help you do this such as Zapier or IFTTT which integrate with other online services. However, they cost money,… Continue Reading →

Wearble Pi Zero Camera Kit

Wearable Timelapse Camera Kit for Raspberry Pi Zero including 3D printed case (discontinued 2018) Worn on a lanyard or clipped to a pocket or pack, this adorable camera snaps a photo every few seconds. Slide the SD card into your… Continue Reading →

Cloud Computing Part 3: IaaS (Infrastructure as a Service)

Cloud computing Part 1 – Local Application vs Web Application Cloud Computing Part 2 – Virtualization (Physical vs Virtual Servers) This post: Cloud Computing Part 3: IaaS (Infrastructure as a Service) Infrastructure as as Service (IaaS) describes what many people… Continue Reading →

Cloud Computing Part 4: PaaS (Platform as a Service)

Cloud computing Part 1 – Local Application vs Web Application Cloud Computing Part 2 – Virtualization (Physical vs Virtual Servers) Cloud Computing Part 3: IaaS (Infrastructure as a Service) This post: Cloud Computing Part 4: PaaS (Platform as a Service)… Continue Reading →

© 2024 AndyPi — Powered by WordPress

Theme by Anders NorenUp ↑