You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project involves designing a 0-25V digital voltmeter using an ATMEGA32 microcontroller. By utilizing the 10-bit ADC of the microcontroller, voltage inputs are measured, and a voltage divider circuit is employed to scale down the input voltage to a 5V range suitable for the ADC. The measured voltage is displayed on a 16x2 LCD.
Hardware communication using the MODBUS UDP protocol ensures reliable, real-time data exchange between controllers and devices over Ethernet. Implemented in MISRA C for safety-critical systems, it enforces robust coding standards, minimizing errors and enhancing portability, maintainability, and deterministic performance.
The SPRINTS_BC repository contain a collection of labs, assignments, and projects that i delivered during my scholarship for an embedded systems development Bootcamp with SPRINTS .
The Code Styliser utility | A way to automatically fix MISRA-C-2012 Rule 15.6. | Adds curly braces around single-line compound statements in C, H files.
A portfolio & reference project demonstrating safety-critical development using DO-178C workflow. Includes planning docs, requirements, traceability, MISRA-C code, tests, and certification evidence.