
文远知行嵌入式软件工程师
社招全职2年以上地点:广州状态:招聘
任职要求
2 年以上开发经验,本科及以上学历; 熟练掌握 C 语言,RTOS 操作系统基本概念和应用; 熟练使用 linux 系统; 良好的英文阅读能力,较好的听说能力。 精通 C ++,熟悉嵌入式 linux 开发环境,熟悉交叉编译环境,有独立的 linux 开发能力,熟悉 linux 应用的开发和调试,熟悉linux常见异常分析 熟悉 linux 网络编程,多线程、多进程编程 英语 6 级,较好的听说读写能力 熟悉 Git 操作,熟悉软件开发基本流程 工作认真负责、责任心强,有良好的团队合作精神 加分项 有机器人领域 MCU 嵌入式软件开发经验; 有车载嵌入式控制器(VCU、BMS、MCU、ECM等)BSW 相关开发经验 熟悉车规级软件开发流程; 熟悉 NXP, 英飞凌 等车规级嵌入式微控制器; 熟练掌握 Python,C++ 等编程语言; 熟练使用 Jenkins,可以编写嵌入式系统的单元测试用例; 了解数字信号处理、离散傅里叶变换、常见的数字滤波算法等 熟悉 linux 的高效网络框架,比如 DPDK,XDP 熟悉实时系统编程
工作职责
高级嵌入式工程师 --- 岗位职责 负责嵌入式平台(MCU)上的车载 BSW 平台开发; 负责系统诊断功能、Bootloader升级和OTA功能的开发与调试; 负责系统功能安全方案设计和开发; 负责应用软件与底层软件的集成; 负责在 X86/ARM 平台上进行 C++ 程序的编写或移植 负责在多平台上进行性能调优 负责优化整体系统性能,包括吞吐量和延迟 协助进行传感器性能评估、自动驾驶车辆传感器系统设计
包括英文材料
学历+
C+
https://www.freecodecamp.org/chinese/news/the-c-beginners-handbook/
本手册遵循二八定律。你将在 20% 的时间内学习 80% 的 C 编程语言。
https://www.youtube.com/watch?v=87SH2Cn0s9A
https://www.youtube.com/watch?v=KJgsSFOSQv0
This course will give you a full introduction into all of the core concepts in the C programming language.
https://www.youtube.com/watch?v=PaPN51Mm5qQ
In this complete C programming course, Dr. Charles Severance (aka Dr. Chuck) will help you understand computer architecture and low-level programming with the help of the classic C Programming language book written by Brian Kernighan and Dennis Ritchie.
RTOS+
[英文] RTOS Fundamentals
https://www.freertos.org/Documentation/01-FreeRTOS-quick-start/01-Beginners-guide/01-RTOS-fundamentals
A Real-Time Operating System (RTOS) is a type of computer operating system designed to be small and deterministic.
Linux+
https://ryanstutorials.net/linuxtutorial/
Ok, so you want to learn how to use the Bash command line interface (terminal) on Unix/Linux.
https://ubuntu.com/tutorials/command-line-for-beginners
The Linux command line is a text interface to your computer.
https://www.youtube.com/watch?v=6WatcfENsOU
In this Linux crash course, you will learn the fundamental skills and tools you need to become a proficient Linux system administrator.
https://www.youtube.com/watch?v=v392lEyM29A
Never fear the command line again, make it fear you.
https://www.youtube.com/watch?v=ZtqBQ68cfJc
网络编程+
https://www.youtube.com/watch?v=2HrYIl6GpYg
I will make a simple HTTP web server with the C Programming Language.
https://www.youtube.com/watch?v=8z6okCgdREo
This tutorial is for Gophers who have written a command line or an API application, but have little to no experience in lower-level concepts like reading and writing to sockets, working with channels, and managing multiple goroutines.
https://www.youtube.com/watch?v=bdIiTxtMaKA&list=PL9IEJIKnBJjH_zM5LnovnoaKlXML5qh17
https://www.youtube.com/watch?v=bzja9fQWzdA
Implement the ubiquitous TCP protocol that underlies much of the traffic on the internet!
[英文] 📺Network Programming with Python Course (build a port scanner, mailing client, chat room, DDOS)
https://www.youtube.com/watch?v=FGdiSJakIS4
Learn network programming in Python by building four projects. You will learn to build a mailing client, a DDOS script, a port scanner, and a TCP Chat Room.
https://www.youtube.com/watch?v=gntyAFoZp-E
https://www.youtube.com/watch?v=JiuouCJQzSQ
Explore the fundamentals of networking in Rust by building a simple TCP server.
https://www.youtube.com/watch?v=JRTLSxGf_6w
https://www.youtube.com/watch?v=sFizpxHkIlI
In this video we'll cover SOCKET PROGRAMMING in JAVA.
https://www.youtube.com/watch?v=sXW_sNGvqcU
多线程+
https://liaoxuefeng.com/books/java/threading/basic/index.html
和单线程相比,多线程编程的特点在于:多线程经常需要读写共享数据,并且需要同步。
https://www.youtube.com/watch?v=_uQgGS_VIXM&list=PLsc-VaxfZl4do3Etp_xQ0aQBoC-x5BIgJ
https://www.youtube.com/watch?v=IEEhzQoKtQU
https://www.youtube.com/watch?v=mTGdtC9f4EU&list=PLL8woMHwr36EDxjUoCzboZjedsnhLP1j4
https://www.youtube.com/watch?v=TPVH_coGAQs&list=PLk6CEY9XxSIAeK-EAh3hB4fgNvYkYmghp
https://www.youtube.com/watch?v=xPqnoB2hjjA
This video is an introduction to multithreading in modern C++.
https://www.youtube.com/watch?v=YKBwKy5PrpQ
Rust threading is easy to implement and improves the efficiency of your applications on multi-core systems!
Git+
https://www.youtube.com/watch?v=rH3zE7VlIMs
Learn Git from start to finished in this full course written by ThePrimeagen.
Python+
https://liaoxuefeng.com/books/python/introduction/index.html
中文,免费,零起点,完整示例,基于最新的Python 3版本。
https://www.learnpython.org/
a free interactive Python tutorial for people who want to learn Python, fast.
https://www.youtube.com/watch?v=K5KVEU3aaeQ
Master Python from scratch 🚀 No fluff—just clear, practical coding skills to kickstart your journey!
https://www.youtube.com/watch?v=rfscVS0vtbw
This course will give you a full introduction into all of the core concepts in python.
C+++
https://www.learncpp.com/
LearnCpp.com is a free website devoted to teaching you how to program in modern C++.
https://www.youtube.com/watch?v=ZzaPdXTrSb8
Jenkins+
https://www.youtube.com/watch?v=f4idgaq2VqA
算法+
https://roadmap.sh/datastructures-and-algorithms
Step by step guide to learn Data Structures and Algorithms in 2025
https://www.hellointerview.com/learn/code
A visual guide to the most important patterns and approaches for the coding interview.
https://www.w3schools.com/dsa/
相关职位
社招4年以上嵌入式工程师岗
1.负责非标机器人相关的嵌入式处理器的底层驱动开发、运控功能开发; 2.负责产品开发、调试、维护,生产、交付等各项软件相关工作和相关文档的撰写; 3.负责解决嵌入式软件系统相关问题,具备产品全生命周期管理思维,从较长远角度思考软件稳定性建设; 4.配合硬件工程师完成相关功能调试和测试; 4.负责物流机器人产品相关软件架构和方案设计; 6.负责物流机器人产品运动控制软件研发工作。
更新于 2025-06-15
社招5年以上A87482
- 负责新产品方案设计评审、方案制定,作为技术专家,提供芯片和模组选型、使用、编程、调试等应用解决方案。 - 解决客户使用WIFI/BLE模组遇到的技术问题。 - 负责嵌入式系统软件的设计、开发、维护等工作。 - 编写技术文档和使用手册,提供培训和指导。
更新于 2024-10-11
社招3-5年
1、参与飞控的嵌入式MCU的驱动、系统软件和应用软件开发; 2、参与飞控嵌入式系统的平台化、调优等工作; 3、负责飞控的MCU端产品的联调测试、单元测试以及文档化; 4、适航审查相关配合活动。
更新于 2025-04-25