149 questions
Advice
0
votes
1
replies
50
views
Does Adaptive Autosar prefer Microkernel OS?
In Adaptive Autosar does anyone use is monolithic architecture? if not why only mikrokernel architecture for OS?
Score of 0
0 answers
81 views
Android Automotive: car-ui-lib integrated but toast still shows as SystemUIToast
I am working on Android Automotive (AAOS) and integrated car-ui-lib into SystemUI by following the official documentation:
https://developer.android.com/design/ui/cars/guides/components/toast
https://...
Score of 0
1 answer
77 views
Android automotive radio handling [closed]
I want to develop a really simple app to control the radio using Android Automotive OS. I created a proof of concept (POC), but from what I found online (there isn’t much Android Automotive ...
Score of 0
0 answers
64 views
ECU Extract Import in Comasso BSWDT Tool
I have to import ecu extract ARXML file into the COMASSO toolchain. I find the option in file->import->BCT->EcuExtract.
when I try to import ecu extract then tool requires .oaw and .ext files ...
Score of 2
0 answers
195 views
MicroPython MCP2515 CAN bus: Lost some responses at a 10 ms request cycle
I’m working on a Raspberry Pi Pico and MCP2515 CAN bus setup using MicroPython. I’m simulating OBD-II vehicle speed responses (PID 0x0D). At a 100 ms request cycle from my USB-to-CAN adapter (Linux ...
Score of 0
1 answer
84 views
Do Android allow extending or modifying the CTS test to match OEM specific need?
I am wondering whether Android allows OEM to extend or modify the CTS tests to match the device specific changes.
If allowed, do we have documentation on the guideline.
If not allowed, what does ...
Score of 0
1 answer
82 views
How to correctly place and animate image on QML?
I started learning Qt and QML with a simple (and orrible :D) project of an Automotive Cluster Instrument interface. Below you can find the code for my QML interface:
// CircularGauge.qml
import ...
Score of 1
0 answers
113 views
Unable to Run Android Automtive app on Tomtom emulator says "Please contact car services"
Unable to run Android Automotive app on the tomtom emulator shows "Please contact car services ".
The logcat error shows
No handlers found for intent:
Intent { act=android.car.template.host....
Score of 0
0 answers
121 views
IS CAN NM message suppression possible in AUTOSAR
My ECU sends NM message default at startup. I need to control this behavior to send only on certain events. Is that possible? I'm using EB stack.
Score of -1
1 answer
1236 views
CAPL Signal value assignment and read use physical or raw data?
I am new to CAPL and Canoe, my question is when assign value to signal in CAN message should you assign using physical signal like this:
MSG.Signal_A = raw_data * scale + offset;
Or just assign the ...
Score of 2
0 answers
262 views
Android Automotive: Loading state with invalidate and onGetTemplate
I've got following simple use-case:
Open a screen with a simple Pane template, fetch data from a server and display the result in the pane template. During fetching a loading spinner should be ...
Score of -1
1 answer
259 views
How do I make the matlab command "arxml.importer" work?
When I execute arxml.importer('file.arxml'), I get the following error warning, over and over:
The file "path\file.arxml" contains:
Warning: AUTOSAR CompuMethod with LINEAR scaling is not ...
Score of 0
1 answer
1178 views
How to Accurately Check Cycle Time for CAN Messages on Multiple Buses in CAPL using CANoe?
I'm currently working on a CAN network simulation using CANoe, and I am writing CAPL scripts to monitor the cycle time of CAN messages. My setup involves multiple CAN buses that share the same message ...
Score of 1
2 answers
1402 views
Difference between Reading a DID using RDBI (0x22) and using Routine Control (0x31) in UDS
This was a question I was asked some time ago and forgot its answer, however, I would like to have a "detailed" answer to this question.
Explain the difference between using RDBI (0x22) UDS ...
Score of 0
0 answers
154 views
How to decrypt data in arxml
I'm writing an arxml handling app to decode/encode car data using arxml files. This works pretty well so far but now I have SECURED-I-PDUs. I found no spec or docu that describes how to handle this in ...