Hello everybody, I'm starting a new project and I don't know if Arduino 101 is the right board.
I'm taking as reference this project:
It's a complete home alarm system with display, ncf tag and gsm module and it's based on Arduino Mega.
By the way the project use wired sensor, I want to use wireless BLE sensor. I read that now tih Arduino 101 is possible to use the BLE central, so I can easily read advertisment data from my sensor.
By the way I have another issue: I want to add a configurazion mode to my system. I'm a developer and I can create mobile apps, so I want to use a smartphone to setup and check the system configuration.
Basically I want to use the smartphone to add and remove sensors, to check status and to add and remove tags. Now these information are hard coded into the sketch file, I want to save them in the eprom.
Is possible to do this? Basically I need the opportunity (using a switch) to enter to a config mode where I create an hotspot with a webserver.