Mender blog
Remote inspect your device without using traditional Raspberry Pi port forwarding
It is almost inevitable that at some point in time, some of the devices in your IoT device fleet will malfunction in some way or another. You need a plan to address this. Port forwarding as a way to remote access a device can create a security risk if not performed correctly. Leveraging Raspberry Pi port forwarding can expose a network port on your network to the public internet. This is a known s...
Read the articleMemory requirements for your Raspberry Pi with SD and eMMC
To support the writing of image updates to the simple board computer (SBC), you need to think carefully about your Raspberry Pi and the SD card in it. A key consideration is writing to the SD card and not wearing out the flash memory. If the flash memory does get worn out before the end of the lifecycle of your device, the device will stop working. Then the device will have to be manually replace...
Read the articleSetting up a Raspberry Pi for an IoT project
So you have decided you are going to use a Raspberry Pi as the hardware platform for your IoT project. A key part of the project is to update the software on your Raspberry Pi for various reasons that may arise such as bug fixes, security patches and user level application updates to name a few. Then you must focus on provisioning a robust and secure OTA software update manager for your Raspberry...
Read the articleBeaglebone vs Raspberry Pi - Choosing the Right SBC
Both the BeagleBone Black and Raspberry Pi family of boards provide solid, affordable single board computer options for your embedded systems project. If you want to add robust and secure OTA system updates to your devices then Mender.io will support both.
Which board to select for your project?
Which board you select may boil down to a few factors such as your level of reliance on community...
Read the articleWebSockets for fun and profit: a communication channel for the IoT
Imagine a swarm of IoT devices. They do not possess strong CPUs and not only have little local persistent storage and not much RAM, but with their weak network connections some are not online at all times. At the same time they provide a powerful platform. You may argue that the power comes from their number. I believe that it originates from the fact that they are connected. Assuming, for the s...
Read the article