For a few years now I have been experimenting with various IoT devices that I either designed myself, using wireless-SOCs like the ESP32, or using Particle IoT modules that were specifically designed to interact with the Particle cloud server. Therefore, I wasn't familiar with the IoT products made by Blues Wireless over the last 4 years, until I saw a recent press release describing a Blues Wireless IoT module using the LoRaWAN RF protocol for communication between an IoT device and a local gateway. LoRa is a much longer-range RF communication method than either the Bluetooth, BLE or WiFi methods that I had tried so far. I found LoRa communication interesting and while looking at the Blues Wireless Notecard LoRa module, I found that it was only one of a line of Notecards which can be used to make IoT devices- using RF communication methods such as WiFi, Cellular, WiFi+Cellular, and LoRa. Figure 1 is a photo of the Notecard LoRa
Blues Wireless were kind enough to send me a sample of the Notecard LoRa module along with everything else needed to test it out. In this column, I'll describe my findings, after having tested this module and the cloud server that Blues Wireless operates to support it and other IoT modules that they sell. Interestingly, while I was reviewing the Notecard LoRa, Blues introduced a new Notecard that is designed to communicate with a satellite constellation, administered by Skylo.
"DATA PUMPS"
Having consideration of the reader's time, there is one important distinction that all the Blues Notecards share, which I'll mention right off the top. All Notecards are described as "data pumps". What exactly does this mean?
The RF-enabled MCUs and SOCS that I have used in the past, for custom IoT devices in my home, were all complete units. That is, the same MCU that handled the RF communication protocol stack also executed the program that:
This story is from the September 2024 edition of Circuit Cellar.
Start your 7-day Magzter GOLD free trial to access thousands of curated premium stories, and 9,000+ magazines and newspapers.
Already a subscriber ? Sign In
This story is from the September 2024 edition of Circuit Cellar.
Start your 7-day Magzter GOLD free trial to access thousands of curated premium stories, and 9,000+ magazines and newspapers.
Already a subscriber? Sign In
Catching Lightning in an IMU
Simulating Diffusion-Limited Aggregation with a Raspberry PI RP2040 MCU
Build an Interactive Kinetic Wall
Using a Raspberry Pi 4 and Kinect V1 Camera
Learn to Program MCUs with uLISP
Part 1: Crash Course Offers Insight Into Pioneering Language
Intelligent Automotive Battery Sensor
Shunt Resistors and Evaluation Electronics Offer Two Key Components
Understanding Mesh Circuits How to Use and Calculate Them
Microcontrollers and other digital systems concern mostly ones and zeros but when connections to the real word are needed it can get messy. Stuart writes about mesh analysis and how mesh circuits can be calculated and applied in practical scenarios.
Datasheet: Very Cool Micro Machines
Smartphone Cooling Rounds Out Parade of Advanced MEMS
Improving Patient Outcomes
Device Technology Advances Medical Practices
Bringing Cost-Effective, On-Device AI to Home Appliances - Sparse Weights and Interactions Negate GPUs and Cloud Computing
GPU silicon and cloud computing infrastructure are too costly for mass markets devices like refrigerators and washers. By deploying compute resources only to the necessary parts of AI inference, Sparse AI allows product designers to practically incorporate new AI features like natural voice interfaces into their consumer offerings without breaking the bank or electric bill surprises.
Thin Film Transistor LED Displays - Visual I/O
To add a resistive touchscreen on top of a TFT display, Jeff explores the technology offerings and libraries needed to accomplish his task. Calibrating the touchscreen's computed coordinates with the actual pixel coordinates of the display proved difficult with a modular framework but separating functions allows easy expansion.
Mobile APP Development with React Native
This month, Bob continues his series on mobile app development from an embedded designer's perspective. He programs a React Native app and he offers guidelines for picking a tutorial for React Native. He further explores how it handles concurrency and asynchronous programming. Bob expected a few nuances during the process but to say there were more than a few would be an understatement.