In this post I’ll try to investigate what signal is produced by WiTilt accelerometer/gyro controller when it is immovable, whether it is noisy or not.
I placed WiTilt (3-axis accelerometer and gyro controller) on a table and collected data from it. I got 350 samples of raw x,y,z,r (accelerations along 3 axes and speed of rotation) measurements from motionless controller. WiTilt was put on a surface in a way that z axis was directed upward. So, collected data from z accelerometer shall give acceleration of 1g and measurements from x and y axes shall give 0g value. Analyzing the data in Excel, I received the following results (all measurements are in raw ADC values). Read more…
A circular buffer, cyclic buffer or ring buffer is a data structure that uses a single, fixed-size buffer as if it were connected end-to-end. As it is fixed-size buffer, when it is full it starts to overwrite the oldest stored items with new ones. The logic is that recent data is more important then old one.
Several months ago I purchased wireless accelerometer/tilt/gyro controller called WiTilt. This is the latest wireless accelerometer from SparkFun. It cost me 219.15 USD. In few days after purchasing it was delivered to me and I started my experiments. Here is the short specification of the controller:
In new version: * several bugs were fixed; * heading is calculated using Rhumb line; * path is drawn along Rhumb line; You can download it from here […]
If after upgrading of GPS Generator it does not accept your license key (it may happen, for instance, if you purchased it several years ago), then feel free to write us (see contacts) and new key will be sent to you. […]
Download recent release (v.4.1.2.6) of GPS Emulator from here please:DOWNLOAD Unpack and run installer. It will replace existing files. In this release: * Course (heading) and distance is calculated using Rhumb line. Before this release GPS Generator did not take into account curvature of the Earth; * New HDT NMEA message is supported; […]
Download recent release (v.4.1.0.1) of GPS Emulator from here please:DOWNLOAD Unpack and run installer. It will replace existing files. In this release: * New hotkeys and UI improvements (Zoom In/Out by PgUp/PgDn) * Samples of shape files were included into distributive * Better support of Windows 7 and Vista * C# Sample of application which can be used for […]
In new version new functionality was added: now it is possible to save selected linear object to CSV file. First 2 columns in CSV file contain X and Y coordinates of object's points. ShpView is a free utility for viewing SHP and MIF files. You can download it from this page. […]
Download recent release (v.4.0.5.17) of GPS Emulator from here please:DOWNLOAD Unpack and run installer please. It will replace existing files. In this release:* In "Route Mode" speed and altitude are calculated as linear interpolation between neighbor waypoints. It means that now there are no "jumps" in speed and altitude on waypoints. S […]
Download recent release (v.4.0.5.16) of GPS Emulator from here please:DOWNLOAD Unpack and run installer please. It will replace existing files. In this release:* GGA message has correct altitude (linear interpolation between neighbor waypoints) in "Route Mode".* In "Map Mode" top speed is increased up to 1000.* GPS Fix modes now are gener […]
NMEA Parser is a good start point for your project! With these source codes you can start implementation of your NMEA-enabled software and save your time and money. NMEA Parser provides the following functionality: Parsing of main NMEA messages: GGA, GLL, GSA, GSV, RMC, VTG, ZDA; Detection of NMEA version by NMEA sentence; CRC validation; Different utilities […]