FILTER BY

Remote Access IoT Devices: Guide and Examples

Remote Access IoT Devices: Guide and Examples

Since the last two decades, IoT industry has seen a huge spike in advancement and development. From simple offline tasks such as smart roller doors to highly complex edge computing applications such as image processing and machine vision, embedded computers have found their way into our lifestyles. With the recent development in single board computers…
Raspberry Pi port forwarding solution

Raspberry Pi port forwarding solution

Port forwarding or sometimes called port mapping, remote port access is used by NAT (Network Address Translation) networks (i.e. private networks behind firewalls/routers) to redirect packets coming from outside networks into the desired computer or device inside the local network and vice versa. In layman’s terms, as LearningHub quotes, “Port forwarding, sometimes called port mapping,…
Raspberry Pi Port Forwarding – easy way to SSH/VNC/Web-view remotely

Raspberry Pi Port Forwarding – easy way to SSH/VNC/Web-view remotely

What’s Port forwarding? and Why?Port forwarding (a.k.a. Port Mapping) on a Raspberry Pi becomes extremely useful when it comes to accessing your device which belongs to your local network, which is behind a NAT router; separated from the world wide web. It is also commonly used in gaming, security camera setup, voice over ip, and…
Raspberry Pi Compute Module vs Raspberry Pi 4

Raspberry Pi Compute Module vs Raspberry Pi 4

For years, the Raspberry Pi has been one of the most popular options when it comes to inexpensive single-board computers. As such, it powers everything from robots to smart home devices and digital kiosks. When it launched in 2019, the Raspberry Pi took single-board computing to a new level and it now has performance that's…
Raspberry Pi Central Management Solution

Raspberry Pi Central Management Solution

Many companies, since its introduction, have incorporated Raspberry Pis into their products to fulfill the processing power demands their end products require to function, which a typical microcontroller would be not powerful enough to do the same set of tasks. These small computers come in a variety of sizes, most popular being the full Raspberry…
Over-the-air software update for linux based product

Over-the-air software update for linux based product

Over-The-Air software updates for embedded Linux, IoT or any other Linux based operating system such as Yocto based, Debian, Ubuntu, became a critical part of a product maintenance functionality. Deploying an OTA software update to devices that are placed anywhere worldwide that don’t have any human interaction from the development team can be a tough…
OTA Updates for Remote Devices – Different Methods Explained

OTA Updates for Remote Devices – Different Methods Explained

OTA Updates (Over-the-Air updates) is the term that’s used to describe the wireless delivery of new software, firmware or other data to remote devices that have difficulties being accessed physically.Typically, OTA updates are deployed by the OEM (Original Equipment Manufacturers) through wireless mediums such as the internet or local network to provide bug-fixes and feature…
NVIDIA Jetson Xavier NX vs TX2 NX

NVIDIA Jetson Xavier NX vs TX2 NX

Nvidia Jetson Xavier NX vs TX2 NXIn this article, we’re going to review Nvidia Jetson's two latest Single Board Computers (SBCs): Nvidia Jetson Xavier NX and Nvidia Jetson TX2 NX. You might think that the Jetson TX2 isn't even comparable to the Xavier NX, and you'd be right... which is why it's important to understand that…
Nvidia Jetson Nano vs Xavier NX

Nvidia Jetson Nano vs Xavier NX

As most developers know, the Nvidia Jetson series represents one of the most interesting SBCs (single-board computers) available on the market today. And as the two products that we’ll be comparing here show, the product line from Nvidia has definitely come a long way since the first TX1 board released in 2014. However, the TX…
NRF24 VS LoRa For Wireless Communication Between IoT Devices

NRF24 VS LoRa For Wireless Communication Between IoT Devices

When it comes to IoT projects connectivity, there are many popular mediums that are being used to enable communication between multiple Raspberry Pis or other microcontrollers. Some of the most popular methods are through WiFi/LAN or Bluetooth which usually come built-in to the Raspberry Pis. But, what if you have a few dozens of Raspberry…