You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the IWG26 device and have verified the completion of vehicle and campaign creation, as well as the GPS and CAN data collection. The server-side data collection verification still needs to be tested. Before proceeding, I would like to clarify the following queries:
In the campaign-obd-and-location-heartbeat.json sample file, the fields "Vehicle.CurrentLocation.Latitude" and "Vehicle.CurrentLocation.Longitude" refer to the iWaveGPS data being sent to the server?
I would like to collect additional custom data from the device and send it to the server once at the start of the application and some other data for every 30 seconds. Please guide me on how to implement these features in the AWS Edge application.
Yes, Vehicle.CurrentLocation.Latitude and Vehicle.CurrentLocation.Longitude refer to the iWaveGPS data being sent to the server. You can go through the iwave-g26-tutorial for more information.
To collect custom data from the device , you can implement custom data collection using the Network Agnostic Data Collection (NADC) feature of AWS IoT FleetWise. You can refer to this developer guide for more information. For collecting data at application start, you can define specific signals that are triggered when the campaign starts and for periodic data collection, you can create a campaign that collects the signals at the desired interval
I have created the signal catalogs and all the necessary features from the cloud side, but now I am unable to send the data to the mNamedSignalDataSource as a STRING data type. Is there any function available in the AWS Edge app to ingest string data?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I am using the IWG26 device and have verified the completion of vehicle and campaign creation, as well as the GPS and CAN data collection. The server-side data collection verification still needs to be tested. Before proceeding, I would like to clarify the following queries:
In the
campaign-obd-and-location-heartbeat.json
sample file, the fields"Vehicle.CurrentLocation.Latitude"
and"Vehicle.CurrentLocation.Longitude"
refer to the iWaveGPS data being sent to the server?I would like to collect additional custom data from the device and send it to the server once at the start of the application and some other data for every 30 seconds. Please guide me on how to implement these features in the AWS Edge application.
Beta Was this translation helpful? Give feedback.
All reactions