pixalynx/esp32-gps-cellular-tracker
This code defines a hardware layout comprising a Wi-Fi-enabled ESP32 module, GPS module, cellular GSM module, battery management components (including charger, protection circuits, and voltage regulators), USB-C connector, SIM card holder, RF components, and supporting passive components for a comprehensive GPS+Cellular tracker device.
- Version
- 1.1.0
- License
- unset
- Stars
- 0
package.json
{
"name": "@tsci/pixalynx.esp32-gps-cellular-tracker",
"version": "1.1.0",
"description": "ESP32-WROOM-32E tracker with GPS (ATGM336H), GSM/GPRS cellular (SIM800C + nano-SIM), and Li-ion battery charging/protection (TP4056 + DW01A/FS8205A)",
"main": "index.tsx",
"keywords": [
"tscircuit",
"circuit",
"pcb",
"electronics"
],
"scripts": {
"dev": "tsci dev",
"build": "tsci build",
"snapshot": "tsci snapshot",
"snapshot:update": "tsci snapshot --update",
"start": "tsci dev",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@types/react": "^19.2.18",
"tscircuit": "^0.0.2463",
"typescript": "^5.0.0"
},
"author": "pixalynx"
}