x893

  1. Car/Personal Tracker with STM32 and UBlox G200/NEO5

    New car/personal tracker with STM32F103 microprocessor. Battery or only external 12V-20V power. Accelerometer, EEPROM, microSD. Plastic box 90x50x(16 or 24) mm Use Maple (Arduino compatible) IDE for programming. and in box...

  2. Manual for Arduino UBlox shield

    Arduino-UBlox shild manual Photo available here

  3. Modules for development

    New modules for future development. 1. Debugger module compatible with j-link with a small size. After upgrade to latest version 4.14d work fine with Keil and IAR. 2. STM32 module (compatible with Maple project but with a little changes in layout). Based on STM32F103RET6 microprocessor with 512Kb flash and 64Kb RAM. Power from External, USB or battery. Contain Li-Ion battery changer (MAX1555), 5V and 3.3V power regulators. 3. U-Blox GSM LEON G-200, GPS NEO-5, combo SIM+microSD holder. Also include switching power supply (or external Li-Ion battery. All pin from GSM/GPS pins available on headers...

  4. Telit Terminal

    I use RSTERM software from roundsultions for programming Telit modules (GE863, GE865, GM862). But this program don't work with budget CP2102 USB-serial convertor. This simplest terminal program works with serial port via serial port class from .NET framework. Setup available from here Version 1.0.0.4 Add multiply files support in lists and operations....

  5. Ublox G200/NEO-5 dev. board (Arduino compatible)

    This is arduino pin compatible board with UBlox G100/G200 GSM module, NEO-5 GPS module and SIM/microSD holder. Also DC regulators and many jumpers.

  6. uTracker V2

    After experiments with GE865, AT90USB82/162 and NEO-5Q i decide remove CPU and use only USB-USART adapter (from SiLabs CP2102). Schematic more simple and programming with Python. Additional added GPS module power control, two buttons and LEDs. and board but after connect to host computer well known programm RSTerm (from roundsolutions.co.uk ) not work correctly with SiLabs chip CP2102. For work with GE865 via CP2102 i write own software like as RSTerm (more simplest but without problems with CP2102)....

  7. uTracker V2 (34 x 21 x 7 mm)

    Thank to local distributor of Pulse GPS chip antenna ! New variant of uTracker with 4x4 mm GPS antenna pass to designed phase. Preliminary design of uTracker V2 with 34 x 20.5 x 7 mm below. Also no Python now - based on ATMega168/328 (Arduino IDE) with accelerometer and flash memory 32/64 mbit to save waypoints. GSM part build on G100/G200 module from U-Blox and GPS on AMY-5M. One emergency button and 2 LED (highlight). External microhone and speaker for voice calls....

  8. Find near building address from GPS position

    Click on map to find nearest building How it work. Two tables on MS SQL 2005 and two functions. CREATE TABLE [dbo].[street] ( [name] [nvarchar](32) NULL, [street_id] [int] NOT NULL, CONSTRAINT [PK_street] PRIMARY KEY CLUSTERED ( [street_id] ASC ) ) CREATE TABLE [dbo].[house] ( [house_id] [int] IDENTITY(1,1) NOT NULL, [street_id] [int] NULL, [name] [nvarchar](20) NULL, [longitude] [real] NULL, [latitude] [real] NULL, CONSTRAINT [PK_house] PRIMARY KEY CLUSTERED ( [house_id] ASC ) ) and two functions -- LAT and LON in degrees CREATE FUNCTION [dbo].[GeoDistance] ( @DLAT1 REAL, @DLON1 REAL, @DLAT2 REAL...

  9. uTracker ready

    Final uTracker view after soldering. GE865 + Ublox NEO-5Q + ATtiny85 (battery changer MAX15555) Dual side components PCB (4 layers)

  10. New PCB from topics

    New PCB from posts. GE865 + NEO-5Q GPS Tracker RF GPS module CC2511 + CC2590 USB adapter OBD-II scanner (ELM327) Texas CC Debugger USBprog adapter ( see prototype ) USBtinyISP ( see prototype ) Time to soldering :)...


My status

Subscribe to x893 blog Subscribe to x893 blog


Locations of visitors to this page