Updating the RAK WisBlock RAK4631 bootloader via USB is super easy. If you’re like me and recently received your WisBlock you will be well served to update to the latest version of the bootloader. In this post I’ll explain how to quickly determine which version is currently installed on your RAK4631 then how to find… Continue reading RAK WisBlock – Updating RAK4631 Bootloader using USB
Author: Frank Ace
RAK WisBlock – Timer Events
In this post I’ll reexamine my last example, updating the code to use a non-blocking approach like EventTimer rather than the blocking delay() function. Link to previous example for easy reference: RAK WisBlock – Getting started using LEDs If you’re already an experience Arduino developer then this may be a quick review, for those who… Continue reading RAK WisBlock – Timer Events
RAK WisBlock Core – RAK4631 Specification Breakdown
The RAK WisBlock Core (RAK4631) LPWAN Module is a beast in a tiny package. No other way to describe it. When I purchased my Helium Developers Kit I thought it was just an Arduino on steroids. I’ll dig deeper into the specifications here with you and show you why my first impression was so very… Continue reading RAK WisBlock Core – RAK4631 Specification Breakdown
RAK WisBlock – Getting started using LEDs
A short exercise to make the WisBlock LEDs blink. This will help confirm setup and upload of programming to the WisBlock.