X893

  1. Arduino compatible loader without UART

    I use ATmega644P and need both UART. This modified loader use any 3 I/O line (RX, TX, LED) for load code from Arduino IDE. Test with ATmega644P (internal RC 8MHz), 38400 baud rates. PC5 = TX line, PC4 = RX line. LED on PB1. [+] Click to view code # include < inttypes.h > # include < avr/io.h > # include < avr/pgmspace.h > # include < avr/interrupt.h > # include < avr/wdt.h > # include < avr/boot.h > # ifdef ADABOOT # define START_LED_FLASHES 2 # define NUM_LED_FLASHES 3 # define ERROR_LED_FLASHES 5 # define ADABOOT_VER 1 # endif # ifndef BAUD_RATE # define BAUD_RATE...

  2. Arduino compatible tracker with OBD-II

    Arduino ( sanguino.cc ) compatible tracker (ATMega644P) based Sagem Hilo GSM module and U-Blox NEO-5Q GPS module. Include OBD-II scanner on ELM327 (4 protocols) and pin compatible with OBDpro . Flash chip 64Mbit to save waypoints (AT45DB642D) and 3-axis accelerometer (MMA7455L). Host communication with mini-USB (CP2102). 4 I/O lines, speaker and microphone optional. Designed for plastix box 90 x 50 x 24 mm. Sagen HiLo Sagem HiloNC...

  3. SIM on Chip

    Many publications say about use multi SIM in mobile phones. Very popular Silver cards SIM (and other). SIM holder and SIM is one of lagest element in GSM/GPS trackers. Roundsolutions use ST chip to implement SIM on chip on new mini tracker project. As i know from publications multi SIM cards build on PIC16F876 with 8/32KB EEPROM. I decide implement SIMonChip technology on AVR ATmega168 microprocessor. On of big problem in this project - how to know IMSI and Ki codes. But if you a legal mobile customer you can write request to mobile operator and know this codes (or crack it as describe on kiscan...

  4. 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....

  5. 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...

  6. Program CC Debugger (CC2511) with Arduino

    After soldering module CC Debugger (last module) i need to program internal flash with TI firmware. I havn't any TI development tools and decide use Arduino for program. Repository contains PDE file for Arduino and C# project for front-end on PC. First step - connect 3 wire from arduino to CC debugger: PD5 > CC DC line PD6 > CC DD line PD7 > CC RESET line and write sketch to access CC lines from host computer via serial port. Second program on C# to work with CC memory via Arduino and write original TI bootloader for CC debugger (converted to binary format) Third step write original...

  7. uTracker ready

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

  8. 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 :)...

  9. GE863 GPS Tracker

    Fast project for customer with GE863-GPS module and accelerometer. Internal or external GPS/GSM antennas. Dimensions: 82 x 41 mm (for plastic box 90x50x24) Schematic and board Software compatible with GM862 tracker....

  10. Compact OBD-II adapter with Radio link

    Compact OBD-II adapter with TR24A radio adapter. Standard ELM327 controller with ATMega168 (arduino compatible) and TR24A radio module. Dimensions 58 x 32 mm


Github
Bitbucket
SF.net

Skype
Telegram

Subscribe to x893 blog Subscribe