D2M
  • Design Prototype to Mass Production
  • Academic Policy
  • Week 01
  • Week 02
  • Week 03
  • Week 04
  • Week 05
  • Week 06
  • Week 07
  • Week 08
  • Week 09
  • Week 10
  • Week 11
  • Week 12
  • Week 13
  • Week 14
  • Week 15
Powered by GitBook
On this page
  • 1. Industry Trend
  • 손정의 ARM
  • Uber Autonomous Car
  • Hyundai Mobis M.billy
  • Continental
  • Denso, Aisin
  • ZF : ProAI
  • Bosch + Daimler
  • Roborace
  • 5G
  • Edge Computing
  • Google Edge TPU
  • NM500
  • Mobileye
  • Nvidia > ZF, Bosch
  • Audi + Nvidia
  • Velodyne Lidar
  • Samsung > Harman
  • LG > ZKW
  • Tesla
  • Open Motors
  • Machine Learning
  • 2. Micro Controller
  • 3. Sensors
  • 4. Digital Input , Digital Output
  • Read and Write : 0 or 1
  • 5. Analog Input, Analog Output
  • Read and Write : 0.0048 - 1024 points

Week 05

Computer Engineering, Sensors, Digital Input Output, Analog Input Output

PreviousWeek 04NextWeek 06

Last updated 6 years ago

1. Industry Trend

손정의 ARM

Uber Autonomous Car

Hyundai Mobis M.billy

Continental

Denso, Aisin

ZF : ProAI

Bosch + Daimler

Roborace

5G

Edge Computing

Google Edge TPU

NM500

Mobileye

Nvidia > ZF, Bosch

Audi + Nvidia

Velodyne Lidar

Samsung > Harman

LG > ZKW

Tesla

Open Motors

Machine Learning

2. Micro Controller

"The most commonly preferred language used to develop the drivers and OS / Kernel is Embedded C with XML . "

3. Sensors

Sensors convert various forms of physical energy into electrical energy, allowing microcontrollers to read changes in the physical world.

4. Digital Input , Digital Output

Read and Write : 0 or 1

void setup() {
 // declare pin 2 to be an input:
 pinMode(2, INPUT);
 declare pin 3 to be an output:
 pinMode(3, OUTPUT);
}
 
void loop() {
 // read pin 2:
 if (digitalRead(2) == 1) {
   // if pin 2 is HIGH, set pin 3 HIGH:
   digitalWrite(3, HIGH);
 } else {
   // if pin 2 is LOW, set pin 3 LOW:
   digitalWrite(3, LOW);
}

Digital Input

Digital Ouptput

5. Analog Input, Analog Output

Read and Write : 0.0048 - 1024 points

Analog Input (0 - 5V)

Analog Output

You can dim an LED with the same circuit as you used for digital output. Just use analogWrite() on the pin to which the LED is connected.

https://roborace.com/
https://www.devicemart.co.kr/1377398
http://car.harman.com/
https://zkw-group.com//home/products-and-solutions/autonomous-driving/
https://www.reddit.com/r/funny/comments/5auld0/elon_musk_looking_like_a_fat_cat/
http://ww1.microchip.com/downloads/en/devicedoc/atmel-42735-8-bit-avr-microcontroller-atmega328-328p_datasheet.pdf
[비즈 톡톡] 손정의가 35조원 들여 인수한 ARM ..."스마트폰칩에 이어 AI칩도 장악하겠다"조선비즈
https://www.youtube.com/watch?v=27OuOCeZmwIwww.youtube.com
http://www.mobis.co.kr/communityid/7/view.do?pageIndex=1&idx=4440&rss=&cntPage=10&f=3&q=www.mobis.co.kr
https://www.continental-automotive.com/en-gl/Passenger-Cars/Chassis-Safety/Advanced-Driver-Assistance-Systemswww.continental-automotive.com
Toyota, DENSO, & Aisin to Invest $2.8 billion in Self-Driving Software Development
Logo
ZF Launches ProAI, DRIVE PX 2 Self-Driving System for Cars, Trucks, Factories | NVIDIA BlogThe Official NVIDIA Blog
Logo
ZF readies next-gen car computer for high level autonomous drivingAutomotive News
Forget Auto Pilot: Bosch Builds Twin Self-Driving TeslasForbes
Google unveils tiny new AI chips for on-device machine learningThe Verge
Mobileye | Autonomous Driving & ADAS (Advanced Driver Assistance Systems)Mobileye
Led ON/OFF
Logo
Nvidia announces ‘supercomputer’ for self-driving cars at CES 2016The Verge
Logo
Nvidia is working with Audi to get you a self-driving car by 2020The Verge
https://www.bookbycadillac.com/www.bookbycadillac.com
Logo
하만 CEO "삼성-하만의 목표는 완성차 아닌 1차 전장 부품 협력사"조선비즈
LG전자, 오스트리아 車 헤드램프 제조사 ZKW 인수조선비즈
MARELLI - Powering Progress TogetherMARELLI
Home Page - Open MotorsOpen Motors - EV platform for MaaS & Logistic, EV Battery Swap
인공신경망이란 무엇인가?Creative and Smart! LG CNS
각광받는 딥러닝의 근원, 인공신경망 (Artificial Neural Network)Creative Programmer
Finals – Update 1Mathura MG
Logo
Which programming language is used in the ECU of a car?Quora
Logo
Logo
Logo
Logo
Logo
Logo
Logo
Logo
Logo
Logo
Logo