I'm interested in understanding which scheduling algorithm tends to perform best in real-time operating systems for automotive control systems. insights or experiences on this would be greatly appreciated
hi im a student in web dev, i need to do an internship in embedded engineering however (yea weird), and i was gonna ask for help but im not sure if im at the right place lol
It is. I have a lot of questions lol. Like why does a web dev student need to do an embedded engineering internship... IoT? And what kind of help do you need?
To be honest, i need to have some software architecture so i wanted to make an interface for my sensor in cpp so i can import it in Arduino but it didnt work lol
@1223334444 Welcome! Can you let us know a bit about your technical background, what brings you to DevHeads, and what you're looking to learn/contribute?!
@Bharath Ragavan Welcome! Can you let us know a bit about your technical background, what brings you to DevHeads, and what you're looking to learn/contribute?!
@m.badawi Welcome! Can you let us know a bit about your technical background, what brings you to DevHeads, and what you're looking to learn/contribute?!
Hi everyone, can anyone help me with this, I'm building a quadcopter following this schematic, and I don't have l3g4200d I have l3g4200d vs mpu6050 can I change it and change only i2c adresse in arduino code
@boualleg sabrina it would be great if we can explore open source tools for modelling and implement model based methods like kalman filter in Microcontroller with error rate less than 5% in real world implementation
Happy Easter to those who celebrate! Happy Engineering Hours day to @everyone!
In about an hour we’ll begin our second engineering hours session with instructor @Umesh Lokhande who will be presenting on How to Build an IoT Dashboard with Node-RED: https://discord.gg/hgayCj8w?event=1212291253933445181.
You won’t want to miss it! Check it out in the Events tab and join us at 15:00 GMT. See you there!
@Remi Okay, In RTOS I've heard about some scheduling algorithms like PIP, FPS , DMS and so on , I want to know which is best to use when dealing with automative control systems
Cool #weekly-skills-challenges this week to create a function that mimics Caesar’s cipher. Any @Middleware & OS @MCU, MPU & Firmware want to try their hand?
In automotive control systems, both Rate Monotonic Scheduling (RMS) and Earliest Deadline First (EDF) are commonly used. RMS is simpler but requires fixed task periods, while EDF is more flexible but can be more complex. The choice depends on the system's needs and characteristics.
ESP32 I2s audio project for internet radio streaming via WiFi. Includes a volume control potentiometer and a list of audio URLs for internet audio content.