Add Project 10: temperature-controlled fan (8255, ADC0804, emu8086)#5
Add Project 10: temperature-controlled fan (8255, ADC0804, emu8086)#5Muawiya-contact wants to merge 6 commits into
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 5add5d3c3e
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
…rature-controlled-fan Fix fan and buzzer state persistence in Project #10 control loop
|
I pushed a follow-up commit addressing both review notes by Codex. |
|
Hey @yousefkotp 👋 |
Summary
This adds Project #10 — temperature-controlled fan for emu8086: LM35 path through ADC0804 and 8255, LEDs plus a small motor as the fan (two rough speeds in software), and a buzzer with the motor dropped when the reading hits ≥ 100 °C. Samples are spaced with a long delay so it behaves like a slow monitoring loop.
The project folder README covers hookup (98h, INTR on PC4 when you can use it), PC_SHADOW so ADC strobes don’t stomp the buzzer bits, scaling for emu vs a real board, and how to poke port A for tests.
The root README gets the Project #10 entry and a contributor line.
Thanks for adding my efforts to your repo.
Files
Project #10 - Temperature-Controlled Fan System/Project #10 - Temperature-Controlled Fan System.asmProject #10 - Temperature-Controlled Fan System/README.mdREADME.md(TOC, short blurb, contributors)Notes
Closes #4