| Présentation | Hardware | Programmation | Links | Divers | 📧Contact | 🔍Search |

Summary

Inside a MappyUlti E508ND GPS portable navigation device
Inside a MappyIti 405ND GPS portable navigation device

Inside a MappyUlti E508ND GPS portable navigation device

Mappy-Ulti-E508ND-015-resized.avif

Bottom

Mappy-Ulti-E508ND-003-resized.avif

Inside the unit

Mappy-Ulti-E508ND-012-resized.avif

LCD Screen ref

5" inch 480x272 TFT LCD Display + Touch Panel, Standard 40 PIN
AT050TN33 LCD MODULE SPECIFICATION

Mappy-Ulti-E508ND-006-resized.avif

LCD Screen ribbon

Mappy-Ulti-E508ND-001-resized.avif

Motherboard + battery (1/2)

Battery Li-ion P603258N / 1200 mAh 3.7 v / 55 mm*30 mm*5 mm

Mappy-Ulti-E508ND-009-resized.avif

Motherboard + battery (2/2)

Mappy-Ulti-E508ND-011-resized.avif

Motherboard (bottom) + Antenna

Mappy-Ulti-E508ND-004-resized.avif

CPU Block

SiRFatlasV.png

(Archive password : "atlas")

CPU: SiRF (now Qualcomm) Atlas V - AT551 (664 MHz ARM11 ARM1136JF-S CPU + 332 MHz DSP)
RAM: NANYA NT5TU32M16DG-AC -> DDR2 DRAM, 32MX16 (64 MiB RAM size), 0.4ns, CMOS, PBGA84
FLASH: Samsung K9GAG08U0F -> 16Gb F-die NAND Flash (2 GiB FLASH size)

Mappy-Ulti-E508ND-002-resized.avif

GPS Receiver

Skyworks SE4150L - GPS Receiver IC

Mappy-Ulti-E508ND-008-resized.avif

Unpopulated function

Mappy-Ulti-E508ND-013-resized.avif

Unpopulated function

Mappy-Ulti-E508ND-014-resized.avif

MappyUlti E508ND GPS portable navigation device Software

Mappy-Ulti-E508ND-026-resized.avif

Mappy-Ulti-E508ND-016-resized.avif

Mappy-Ulti-E508ND-017-resized.avif

Mappy-Ulti-E508ND-018-resized.avif

Mappy-Ulti-E508ND-019-resized.avif

Mappy-Ulti-E508ND-020-resized.avif

Mappy-Ulti-E508ND-021-resized.avif

Mappy-Ulti-E508ND-022-resized.avif

Mappy-Ulti-E508ND-023-resized.avif

Mappy-Ulti-E508ND-024-resized.avif

Mappy-Ulti-E508ND-025-resized.avif

cegcc used to build the program used to start explorer.exe : https://cegcc.sourceforge.net/
cegcc_mingw32ce_cygwin1.7_r1375.tar.bz2

Program code :

#include <windows.h>

void main()
{
PROCESS_INFORMATION pinfo;

CreateProcessW(L"explorer.exe", NULL,NULL,NULL,0,CREATE_NEW_CONSOLE,NULL,NULL,NULL,&pinfo);
MessageBox(NULL, L"Done!",L"Launch",MB_OK);
}

Backup and replace the PublicTransport.exe executable with the new one. Once done restart the GPS and click on the transportation icon to launch the explorer.
(archive password : hxc2001)

Inside a Mappy Iti 405ND GPS portable navigation device

Mappy-Iti-405ND-010-resized.avif

Bottom

Mappy-Iti-405ND-011-resized.avif

Inside the unit

Mappy-Iti-405ND-017-resized.avif

LCD Screen ref

Mappy-Iti-405ND-003-resized.avif

LCD Screen ribbon

Mappy-Iti-405ND-016-resized.avif

Motherboard

Mappy-Iti-405ND-001-resized.avif

CPU Block + Antenna

SiRFatlasV.png

(Archive password : "atlas")

CPU: SiRF (now Qualcomm) Atlas V - AT550 (500 MHz ARM11 ARM1136JF-S CPU + 250 MHz DSP)
RAM: Kynix H5PS5162FFR -> DDR2 DRAM, 32MX16 (64 MiB RAM size), PBGA84
FLASH: Kynix H27UBG8T2ATR -> 32Gb (4096M x 8bit) NAND Flash (4 GiB FLASH size)

Mappy-Iti-405ND-015-resized.avif

GPS Receiver

Skyworks SE4150L - GPS Receiver IC

Mappy-Iti-405ND-005-resized.avif

Mappy Iti 405ND GPS portable navigation device Software

Mappy-Iti-405ND-006-resized.avif

Mappy-Iti-405ND-007-resized.avif

Mappy-Iti-405ND-008-resized.avif

Mappy-Iti-405ND-009-resized.avif

Mappy-Iti-405ND-012-resized.avif

Mappy-Iti-405ND-013-resized.avif

Mappy-Iti-405ND-004-resized.avif

Mappy-Iti-405ND-002-resized.avif

cegcc used to build the program used to start explorer.exe : https://cegcc.sourceforge.net/
cegcc_mingw32ce_cygwin1.7_r1375.tar.bz2

Program code :

#include <windows.h>

void main()
{
PROCESS_INFORMATION pinfo;

CreateProcessW(L"explorer.exe", NULL,NULL,NULL,0,CREATE_NEW_CONSOLE,NULL,NULL,NULL,&pinfo);
MessageBox(NULL, L"Done!",L"Launch",MB_OK);
}

Backup and replace the Public_Transport.exe executable with the new one. Once done restart the GPS and click on the transportation icon to launch the explorer.
(archive password : hxc2001)


(C) HxC2001 / Jean-François DEL NERO