蚂蚁金服蚂蚁集团-嵌入式软件开发工程师-杭州
社招全职5年以上技术类-开发地点:杭州状态:招聘
任职要求
核心技能 1. 嵌入式软件开发能力 ○ 精通C/C++,5年以上嵌入式开发经验,熟悉STM32/ESP32等MCU开发,掌握RTOS(FreeRTOS/Zephyr)或嵌入式Linux(Yocto/Buildroot)系统构建。 ○ 具备完整的外设驱动开发经验(如I2C/SPI/UART、摄像头、电机驱动),能独立完成从硬件接口调试到上层应用联调。 ○ 具备多线程/中断服务程序(ISR)开发经验,解决资源竞争与实时性问题。 2. 系统集成经验 ○ 熟悉机械臂控制技术(如ROS MoveIt!、逆运动学算法),有实际项目落地经验。 ○ 掌握无线通信协议开发(TCP/UDP、BLE GATT),能设计高效指令传输协议(如二进制压缩/JSON序列化)。 加分项 ● 有Android Framework HAL层开发经验更佳。 ● 熟悉主流机器人平台,参与过GitHub高星机器人开源项目(需提供代码示例)。
工作职责
1. 基于主流硬件平台主导嵌入式软件架构设计,包括驱动开发(传感器、电机控制)、系统移植(RTOS/嵌入式Linux)及性能优化(实时性、低功耗)。 2. 开发手机端与机器人系统的通信协议(Wi-Fi/蓝牙/MQTT)集成多传感器数据,设计数据融合算法并驱动设备完成复杂任务。 3. 与硬件团队协作调试外设模块(如STM32/ESP32扩展板),提供传感器驱动支持及系统级联调方案。 4. 主导后续定制化开发,如树莓派外接感知器件的软件适配。
包括英文材料
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.
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
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.
FreeRTOS+
https://www.freertos.org/Documentation/01-FreeRTOS-quick-start/01-Beginners-guide/00-Overview
Our beginner's guides are here to help you get up to speed quickly and easily with FreeRTOS.
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://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!
ROS+
https://www.youtube.com/watch?v=92Zz5nnd41c&list=PLk51HrKSBQ8-jTgD0qgRp1vmQeVSJ5SQC
https://www.youtube.com/watch?v=HJAE5Pk8Nyw
Ready to learn ROS2 and take your robotics skills to the next level?
https://www.youtube.com/watch?v=MWKnMPX0Yjg&list=PLU9tksFlQRircAdEplrH9NMm4WtSA8yzi
Do you want to know more about ROS the Robot Operating System?
算法+
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/
JSON+
https://developer.mozilla.org/zh-CN/docs/Learn_web_development/Core/Scripting/JSON
用于将结构化数据表示为 JavaScript 对象的标准格式,通常用于在网站上表示和传输数据(例如从服务器向客户端发送一些数据,因此可以将其显示在网页上)。
Android+
https://roadmap.sh/android
Step by step guide to becoming an Android developer .
https://www.youtube.com/playlist?list=PLQkwcJG4YTCSVDhww92llY3CAnc_vUhsm
GitHub+
[英文] GitHub Learn
https://learn.github.com/
Discover a wide range of beginner-friendly tutorials, hands-on learning, and expert-led lessons.
相关职位
社招2年以上
岗位职责: 1. 无刷电机(BLDC)、永磁同步电机(PMSM)控制程序的开发, 2. 机电控制系统开发,嵌入式软件开发,相关传感器、结构等的开发; 3. 电机相关可靠性测试、研发及生产用测试台、治具等的开发;
更新于 2025-09-15
校招钉钉2026届秋
1. 参与嵌入式系统软硬件的设计、开发和调试,包括MCU/ARM等平台的开发; 2. 协助完成RTOS(如FreeRTOS、RT-Thread)或Linux嵌入式系统的应用层开发与优化; 3. 参与产品需求分析、方案设计及代码实现,确保性能、功耗和稳定性达标; 4. 配合硬件工程师完成电路调试、测试及问题排查; 5. 编写技术文档,包括设计说明、测试报告等。
更新于 2025-08-04
社招3年以上技术
1.负责汽车电子主流的MCU(Infineon、NXP、Renesas)嵌入式底层软件开发。 2.负责汽车电子主流的MCU(Infineon、NXP、Renesas)嵌入式应用软件开发。 3.负责MCU嵌入式软件开发环境与工具链搭建(MBD、AUTOSAR CP等)与维护。 4.负责实施ASPICE与FuSa对于嵌入软件开发的流程控制。
更新于 2025-06-16