Edge 510 with sms, calls notifications - Connect IQ support

Former Member
Former Member
Hei,

today i have been researching if could be possible to send smart notifications/alerts (new message, calls) to Edge 510. I know that Edge 520 can show smart notifications sms's, calls.

EDGE 510 uses:
- ANT+ wireless communication protocol for accessing data from senzors.
- Bluetooth "Classic" 2.0 connection for communication with Garmin Connect iOS/Andoid App.
- NOT compatible with Connect IQ SDK.

EDGE 520 uses:
- ANT+ wireless communication protocol for accessing data from senzors.
- Bluetooth 4.0> (supports BLE) connection for communication with Garmin Connect iOS/Andoid App.
- Compatible with Connect IQ SDK.

I know that Edge 510 can receive weather forecast and weather alerts when connected with Garmin Connect mobile App so i debugged a connection between Edge 510 and iPhone Connect app via WEB proxy program. The program showed that Edge 510 is creating a connection to connectapi.garmin.com & gold.garmin.com & omt.garmin.com to get some info with weather forecast.

Does anybody know how weather alerts are pushed(communication protocol etc)to Edge 510 , or weather forecast/alerts http request time interval or any info?

Connect IQ API ducumentation (Communication modul) has a method - (Object) makeJsonRequest(url, parameters, options, responseCallback)
Could be possible to make iPhone App with basic http server with JSON response(server source code is avaliable at Github) where Edge 510 connected with Mobile App will make a request.

iPhone app with basic HTTP Server at : http://localhost:59123 and JSON response about sms texts , callers etc.
Edge 510 App/Widget will get data from local http server on iPhone with Monkey C code :- (Object) makeJsonRequest(http://localhost:59123, parameters, options, responseCallback)

Garmin developers, could be possible to add sms,calls notifications to Edge 510 ?? or add basic communication support to Connect IQ SDK/ Mobile SDK for Edge 510.

tnx for any info.