This post will describe how to build your own LoRaWAN gateway to connect to i.e. The Things Network or other IOT Networks. If you haven’t heard about the LORA technology and TheThingsNetwork and you are interested in Internet of Things, do some googling 😉 You’ve probably found this article because you are looking for a […]
Mac OS X – write images to SD Card with
Updated 2018: Just download Etcher which works like a charm. Although the below still works! Writing SDCard images using my Macbook took way to long, up to half an hour to write one simple Raspberry Pi image to a SDCard. I just did what many instructions told me to do. You will probably recognize this command: dd if=/path/to/image/file.img of=/dev/disk3 bs=1m […]