New user sign up using AWS Builder ID is currently unavailable on re:Post. To sign up, please use the AWS Management Console instead.
All Content tagged with AWS IoT FleetWise
Easily collect, transform, and transfer vehicle data to the cloud in near-real time
Content language: English
Select tags to filter
Sort by most recent
20 results
I am using Fleetwise edge sdk and wants to use feature "Network agnostic data collection using a custom decoding interface".
But found this feature is gated as per below link
https://docs.aws.amazon....
Hello AWS people.
I want to know why my agent show me this error
```
Cannot find device “vcan0”
Error: Unknown device type.
Failed to start Setup SocketCAN interface
```
What shoud I do? What do I c...
Hello AWS people.
I set my IoT Core Policy like this.
```
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"iot:Connect"
],
"Resource...
Hello, AWS people.
I deployed the FleetWise campaign to my vehicle. It stated in the Edge Agent config-0.json file as follows. So I subscribed to the following topic in IoT Core MQTT Client.
```
"co...
Hello. AWS people.
I want to install FleetWise Edge Agent on my vehicle.
My CAN interface is ttyUSB0. I ran install-fwe.sh after setting it up as follows. But the installation failed.
```
$ sudo apt-...
Hello AWS people.
I'm looking to install IoT FleetWise Edge Agent in my vehicle.
I want to set it up as serial communication and use usbtty0 instead of vcan0.
I want to install edge agent with install...
Hello AWS people
I would like to collect OBD data using <campaign-obd-heartbeat.json> in IoT FleetWise github.
So I ran demo.sh with the following command.
`$ ./demo.sh --vehicle-name vehicle-obd --c...
Hello AWS people
I installed IoT Fleetwise edge agent on my device and approved the campaign.
However, there is nothing connected to the vehicle, and the campaign deployment status of the vehicle appe...
Hello, AWS People
I want to test IoT FleetWise by changing the value of CAN simulator in github.
I wanted to set the data value of 100 of the signal and collect it by changing the 33-46th line of `can...
Hello AWS people.
https://aws.amazon.com/ko/blogs/iot/announcing-aws-iot-fleetwise-object-storage-in-amazon-s3/
I'm wondering how to upload to S3 on IoT FleetWise.
I checked the demo.sh file on Githu...
Hello AWS people
I'm trying to install the pleetwise agent on my device as told by github.
Link : https://github.com/aws/aws-iot-fleetwise-edge/blob/main/docs/dev-guide/edge-agent-dev-guide.md#deploy-...
Hello AWS people.
I want to install the IoT FleetWise agent.
I don't want to create and install EC2 with cloudformation, but I want to install it myself.
I checked github and it seems that after runn...