Coder Social home page Coder Social logo

blecartesting's People

Contributors

mrrocketman avatar nattyyogi avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

blecartesting's Issues

Security

What happens when someone steals your phone? Can get into your car super easy

BLE always connected

Updated BLE manager to stay connected rather than disconnecting after each command. Because we aren't going to use the iPad now.

Find button command states rather than hard coding them

For example, change this:

self.leftDownButton.command = [[MNBluetoothManager sharedBluetoothManager] commandForCommandTitle:@"Left Window Move"];
self.leftDownButton.buttonPressedCommandState = 2;

to something like this:

self.leftDownButton.command = [[MNBluetoothManager sharedBluetoothManager] commandForCommandTitle:@"Left Window Move"];
self.leftDownButton.buttonPressedCommandState = [[MNBluetoothManager sharedBluetoothManager] commandStateForStateTitle:@"Down"];

BLE Background connection

Figure out how to connect to the BLE module while the app is in the background. This is for auto unlocking the doors when you get close.

Command Categories Array Ordering

  • The ordering of the array might be changing. Fix this if possible
  • If possible, recalculate the command Categories each time it is requested in case new ones have been added

BLE RSSI

Can we get the RSSI and build an RSSI vs distance map for things like auto trunk opening?

Car Tab

  • section for ignition, actuated, lights, and misc/factory
  • add daylight button (no exterior lights on)
  • add nighttime button (headlamps on lo, park lamps on, tail lamps dim on)
  • add exhaust cutouts button (open, close to start)

Sensors Tab

To view sensor data like current sensors, temp, ambient light, etc

Random crashing

EXC_BAD_ACCESS on

// Tell others about it so things like the buttons can update
[[NSNotificationCenter defaultCenter] postNotificationName:@"CommandStateChanged" object:nil userInfo:@{@"command": command}];

Line 750 of MNBluetoothManager

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.