Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by John Pinares

  1. J

    Circular queue homework

    Hey, everyone. So I was given this code with that is supposed to add a sentence to a queue every time a switch (A0) is switched and output them character by character. Right now I cant seem to add the sentence more than 3 times to the queue. Can you guys see anything that I may have missed? So...
  2. J

    Portable Electric Heater State Machine HomeWork

    Hey everyone. This week I need help programming a heater. Here's the homework: #1 A portable electric heater system should turn on heat (B0=1) when the actual temperature (A3-A0) is less then the desired temperature (A7-A4). To let users see that the heater is on, the system should blink B1...
  3. J

    State Machine Baby Monitor Homework

    Okay so I'm having trouble with "else if motion detected || button pressed > restart Timer" I'm guessing that transition goes from the NoMotion state to Motion, but maybe my code is wrong or I havent set up the timer correctly? heres what i have:
  4. J

    State Machine Baby Monitor Homework

    Hey everyone. I'm having trouble with this homework assignment. Here it is: A baby monitor system detects motion using a sensor (A0=1). The system should sound an alarm (B0=1) if no motion is detected for at least 60 seconds. A button (A1) or detected motion resets the system. Im supposed to...
  5. J

    Automatic Door using RIMS

    man did that help! Thanks a ton. Here's the final code, if anyone could run it and see if it meets the qualifications or if you have any input, it is appreciated and welcome. Thanks again! #include "rims.h" int main() { while (1) { if (!B0) { if (A0 && !A1) {...
  6. J

    Automatic Door using RIMS

    Hi everyone. I have this assignment I have to do using RIMS and I need help coming up with an algorithm. The assignment is this: An automatic door at a store has a sensor in front (A0) and behind (A1). The door opens (B0=1) when a person approaches from the front, and stays open as long as a...

Part and Inventory Search

Back
Top