For sensors in vehicle in terms of speed.control what type of programming languages are better and secure ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

For sensors in vehicle in terms of speed.control what type of programming languages are better and secure ?

9th Jun 2017, 5:38 PM
Jeya shree
Jeya shree - avatar
3 Answers
+ 6
if you're implementing your speed control you'll need to read the speed value from the ODB2 connector in your car. To do this you can use an MCU. There are many tutorials regarding Arduino and ODB2 interfacing and that is surely the easiest way. To program your arduino you'll need c++.
9th Jun 2017, 6:20 PM
seamiki
seamiki - avatar
+ 5
@Madera sure? http://forum.arduino.cc/index.php?topic=2249.0 I'm currently using OOP to implement a pseudo multitasking with millis(), to avoid using delay(). OOP is definitely not a C thing.
9th Jun 2017, 6:37 PM
seamiki
seamiki - avatar
- 1
@seamiki Nope, arduino is programmed in C.
9th Jun 2017, 6:33 PM
Madera Oxidada
Madera Oxidada - avatar