net-socket.io is a small wrapper around node's net library, that makes low-level socket programming in JavaScript easy. It is heavily based on Socket.io and Event Emitters.
All Posts
How to get started making things with a raspberry pi. Learn how to write code that interacts with the physical world. It is targeted at existing developers but will be helpful to you no matter what your background is.
I introduce IoT and demonstrate using JavaScript to control a Raspberry Pi. This is the recorded video from a lunch and learn event hosted by devhub.ca
A cohort in Calgary was getting upset that I was neglecting them during a lecture, so I made them a present. A hand that connects to slack and waves in front of me every time someone in Calgary has a question. You’re welcome neglected Calgary students.
Problem: Build an advent calendar that automatically unlocks candy each day. Solution: Use razor blades… Obviously!
I’ve been playing around with C code the last couple of weekends. Specifically the libav* libraries from FFmpeg. And it occurred to me that I’ve never made my own C library.
I set up a raspberry pi to emit temperature and humidity data using BLE advertising packets. Then I made an iPhone app that can read that data and display it to me.