• Skip to main content
  • Skip to primary sidebar

Reefwing Software

  • Home
  • Copy Editor
  • iOS Apps
  • Blog
  • Contact Us
  • Privacy
You are here: Home / 2023 / Archives for October 2023

Archives for October 2023

October 31, 2023 by David Such Leave a Comment

Flight Tracking (ADS-B) using the Raspberry Pi — 2023 Update

Interested in what planes are flying over your location? Want to know how high they are and how fast they are going? Want to build your own ADS-B (Automatic Dependent Surveillance-Broadcast) ground station that can be installed anywhere and receive real-time data directly from airplanes on your computer? In 2017 we wrote a couple of articles about tracking planes using ADS-B, and it is time for an update!

The 2017 version used a 4D Systems 2.4″ touchscreen HAT for a display, USB DVB-T TV Tuner RTL2832U + R820T as our Software Defined Radio (SDR), and ran PiAware on a Raspberry Pi 3 Model B (v1.2). The 2023 version uses all new and upgraded hardware. Read all about it, on our latest Medium article.

Filed Under: Embedded

October 31, 2023 by David Such Leave a Comment

Using the ToolkitRC WM150 Watt Meter

A Watt Meter is a useful addition to your tool kit if you are using electric motors, servos, or Electronic Speed Controllers (ESCs). There are a few different types available, but for our purposes, the WM150 from ToolkitRC is an affordable option. Specifically, a Watt Meter allows you to measure the current drawn from a power source, typically a battery, and calculate the power being dissipated. This is important because too much current will cause things to start melting and release the magic smoke from components.

In addition to measuring voltage, current, and power, the WM150 can drive a servo/ESC directly. This is handy when you are not sure whether the servo or the microprocessor is causing a problem and for measuring servo power requirements. 

Read our full review of the WM150 Watt Meter on Medium.

Filed Under: Robotics, Testing

October 31, 2023 by David Such Leave a Comment

Arduino Memory Usage and Persistent Storage on EEPROM

There will come a point where you will want to store data which isn’t lost when your microprocessor loses power. This is particularly handy for storing calibration or configuration values, to save you having to re-calibrate some piece of hardware (e.g., IMUs, and servos) every time the power cycles. One solution for Arduino boards is using EEPROM (Electrically Erasable Programmable Read-Only Memory).

EEPROM is a type of non-volatile ROM that enables individual bytes of data to be erased and reprogrammed. It is used to store small amounts of data which are written occasionally and then read multiple times.

EEPROM is often contained within the microprocessor, and different boards will have different amounts. For example, the ATMega328P used in the UNO R3 and Nano, has 1024 bytes (1KB) of EEPROM. It is organized as a separate data space, and the EEPROM data bytes are addressed linearly between 0 and 1023.

Our example application will save calibration data for six servo motors. This is well suited to saving in EEPROM as it doesn’t often change and reading the values are not time critical. You can read the full Arduino EEPROM article on Medium.

Filed Under: App Development, Embedded, IoT

October 31, 2023 by David Such Leave a Comment

Arduino Library for the Stewart Flight Simulator Platform

The Stewart Platform, also known as a hexapod, motion base or parallel manipulator, is a mechanical system that consists of a platform connected to a fixed base through six independently actuated legs. This arrangement allows for precise and versatile motion control in all six degrees of freedom (DOF): three translational (surge, sway, heave) and three rotational (roll, pitch, yaw).

In the context of flight simulators, the Stewart Platform is utilized to replicate the dynamic movements and sensations experienced by pilots during flight. It provides a realistic simulation of aircraft motion, enabling pilots and trainees to practice flying maneuvers, emergency procedures, and various flight scenarios in a controlled environment. By synchronizing the movement of the platform with visual and auditory cues, flight simulators enhance the training experience and help pilots develop their skills without the risks associated with actual flight.

The Stewart platform is used in car/flight/VR simulators, machine tool technology, animatronics, crane technology, underwater research, simulation of earthquakes, air-to-sea rescue, mechanical bulls, satellite dish positioning, the Hexapod-Telescope, robotics, and orthopedic surgery.

We will be using it to test our drone flight control hardware, IMUs and associated software. You can read the full Stewart Platform article on Medium.

Filed Under: App Development, Drones, Embedded, IoT, Robotics

October 31, 2023 by David Such Leave a Comment

Reefwing AHRS Arduino Library for Drones

The Reefwing AHRS library provides an Attitude and Heading Reference System (AHRS) class for use with Arduino compatible boards. The library has been tested with the Arduino Nano, Nano 33 BLE, Nano 33 BLE SENSE (REV 1 and REV 2), Nano 33 IoT, MKR Vidor 4000, Portenta H7 and the Seeed XIAO nRF52840 Sense boards.

An Attitude and Heading Reference System (AHRS) takes information from the Inertial Measurement Unit (IMU) and processes it to provide reliable roll, pitch and yaw angles.

The full AHRS article is available on Medium.

Filed Under: App Development, Drones, Embedded, IoT

Primary Sidebar

Email Newsletter

Sign up to the Reefwing Software mailing list to hear about new app releases and other company updates. We won't share your details with others.

Recent Posts

  • Creating Minesweeper using BeeWare, Python, and Pygame April 9, 2024
  • Adding a User Interface to ChatGPT with BeeWare — Part 4 April 7, 2024
  • Version 0.0.2 of Copy Editor Released March 30, 2024
  • New FREE Copy Editor App for macOS March 16, 2024
  • The “Hard Problem” of Consciousness February 1, 2024

Featured Posts

Creating Minesweeper using BeeWare, Python, and Pygame

April 9, 2024 By David Such Leave a Comment

How to create a cross-platform clone of the 90’s classic game Minesweeper, using the briefcase/pygame/python tech stack. #beeware #pygame #python #minesweeper https://reefwing.medium.com/creating-minesweeper-using-beeware-python-and-pygame-e8dae29cf02d

Archives

  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • November 2023
  • October 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • March 2023
  • November 2022
  • September 2022
  • August 2022
  • July 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • October 2021
  • August 2021
  • July 2021
  • June 2021
  • February 2021
  • November 2020
  • October 2020
  • May 2020
  • April 2020
  • January 2020
  • November 2019
  • October 2019
  • September 2019
  • July 2019
  • June 2019
  • May 2019
  • March 2019
  • January 2019
  • December 2018
  • October 2018
  • September 2018
  • August 2018
  • July 2018
  • June 2018
  • May 2018
  • March 2018
  • January 2018
  • December 2017
  • November 2017
  • October 2017
  • September 2017
  • August 2017
  • July 2017
  • June 2017
  • April 2017
  • February 2017
  • January 2017
  • December 2016
  • November 2016
  • October 2016
  • September 2016
  • July 2016
  • May 2014
  • April 2014

Search

Copyright © 2025 · Executive Pro on Genesis Framework · WordPress · Log in