Skip to content

sway0422/Artemis

 
 

Repository files navigation

Artemis

Servo

Sparkfun SM-S430R servo motor

Voltage:

(Battery Pack?) 4.8V to 6V

Calibrate servo with built-in potentiometer with method shown in Ref[2]

Touch button

AT42QT1010 Breakout

BBB Power output

SYS_5V Maximum Current 250mA!

BBB PRU programming

Using the C language to program the am335x PRU

Using the Beaglebone PRU to achieve realtime at low cost

Third party PRU tool

Particle Photon

CLI installation on MAC

Tutorial particle CLI on Mac OSX

GCC-ARM-Embedded toolchain

Tool chain installation guide

npm install -g particle-cli

Different Modes on Particle Photon

Particle IO official doc: Modes

Particle Photon NodeJS Setup

Get Photon ID

Under listening mode

particle identify 
or
```bash
particle serial identify

Communication Core

Communication core source code location

./firmware/communication

Serial Communication

In terminal:

Search connected USB tty

ls /dev/tty.usb*

Sample output:

/dev/tty.usbmodem1411

Ex:

screen /dev/tty.usbmodem1421

Connecting to Photon/Getting started using OSX

Connect to Photon using OSX

Energy Consumption

Particle forum Photon energy consumption estimation

Photon power consumption info

Light Blue Bean (Bean)

Getting started OSX

Getting Started OSX

Virtual Serial Port under OS X

TODO: research Bean library/Serial-BLE Bridge

/tmp/tty.LightBlue-Bean

Setting virtual serial

References:

BBB

  1. Different Servo Vendor pin definition

  2. Continuous Servo Calibration

  3. BeagleBone Black Cape Expansion Headers

  4. BeagleBone Black Pinout table

  5. BeagleBone Black PRU

  6. IOT Prototyping with Particle Photon

  7. Enabling i2c devices on BBB

Particle/ARM

  1. Particle Docs: The Build System

  2. Sparkfun photon development guide:ARM GCC and DFU bootloader offline

  3. How to use serial print with Particle

Bean/ATmega328p

  1. Bean Serial Loop Back

  2. Bean Bluetooth documentation

  3. Bean dev reference

  4. Bean troubleshooting

  5. Power supply voltage step down solution

  6. Bean iBean Mode

  7. Unofficial Bean SDK

Android React Native

  1. React Native Android Setup

  2. Can an Android device act as an iBeacon

Bluetooth and BLE

  1. How GAP an GATT work

Particle Mobile

  1. Blynk multiple embedded platform Android library

Relay

Single Relay Board Single Relay Board Guide

RedBearLab

install and add gcc arm to PATH.sh Development Guide

MBED + nRF51822

Passive Proximity Detection

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)

Stores

RF stores

Semistore Wireless Promo

Power Storage

Battery Holder 3D printable

Produce certification

Underwriters Labs (UL)

beacon

Aislelabs beacon hardware comprehensive report 2015

All beacons reviews

Open-Mesh? CloudTrax?

Edision

Edison WiFi

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 61.0%
  • Objective-C 15.5%
  • Other 12.4%
  • JavaScript 10.0%
  • C 1.1%