Voltage:
(Battery Pack?) 4.8V to 6V
Calibrate servo with built-in potentiometer with method shown in Ref[2]
SYS_5V Maximum Current 250mA!
Using the C language to program the am335x PRU
Using the Beaglebone PRU to achieve realtime at low cost
CLI installation on MAC
Tutorial particle CLI on Mac OSX
npm install -g particle-cli
Particle IO official doc: Modes
Under listening mode
particle identify
or
```bash
particle serial identify
Communication core source code location
./firmware/communication
In terminal:
Search connected USB tty
ls /dev/tty.usb*
Sample output:
/dev/tty.usbmodem1411
Ex:
screen /dev/tty.usbmodem1421
Particle forum Photon energy consumption estimation
TODO: research Bean library/Serial-BLE Bridge
/tmp/tty.LightBlue-Bean
References:
-
Bean iBean Mode
Single Relay Board Single Relay Board Guide
install and add gcc arm to PATH.sh Development Guide
Atmel solution
Low Power Consumption: The average current consumption for a single proximity detection node should be less than 100uA to avoid excessive drain on the battery when the vehicle is not running
Fast Response Time: The sensor scan rate, the time between sensor reading should be less than 20ms. A fast scan rate means more sensor reading per second, which will result in earlier detection of driver's hand as it approaches the door handle sensor.
This will mitigate the delay introduced by communication processing and enable quickly unlock.
Simple, Low-cost interface:
Standard networking interfaces such as CAN or LIN requires excessive protocol/processing overhead and are too power hungry for this low power application. A simple, more streamlined approach is required, one that utilize a single-wire +12V power line data transfer protocol.
Robust Environmental Performance:
The proximity sensor must be able to withstand the harsh operating environment that the automobile exterior is exposed to. This means that the sensor must resist the effects of moisture, temperature and localized electromagnetic disturbance.
(Fast Charge Mode)
Underwriters Labs (UL)
Aislelabs beacon hardware comprehensive report 2015
Open-Mesh? CloudTrax?