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 Fan174

  1. F

    Tasks in Real Time systems

    I have found that three phase power system is real time system. I am trying to understand it for FreeRTOS just for learning. I gone through whole page but I don't understand example given for real time
  2. F

    Tasks in Real Time systems

    Hi i found a link https://www.google.com/amp/s/www.geeksforgeeks.org/tasks-in-real-time-systems/amp/ while searching on google where an example is given i don't understand what is the example exactly explains Is there a three-phase power system whose waveform timing is explained in example...
  3. F

    Embedded developer introduction for interview

    I need advice on how to introduce myself in front of the interviewer This is my introduction I am an embedded developer I have completed my degree in electronics. I have experience in embedded system development. I have been worked with various uC such as AVR, PIC ARM. I am proficient in the...
  4. F

    Convert Hexadecimal value to ASCII value manually

    Thanks how did you know that 4 ASCII characters have to be sent ? What's the logic behind this ? Why magical numbers 0x30, 0x78, 0x36, 0x38.? What's the logic behind this ?
  5. F

    Convert Hexadecimal value to ASCII value manually

    How to convert Hexadecimal value to ASCII value Manually For example, Value = 0x6B If I send 0x6B to LCD. It should show 0x6B not k on the screen.
  6. F

    CAN bus experiment

    I want to learn CAN protocol by doing some real experiment. I want to make at least three nodes. I have read some tutorial's so I found that microcontroller and transceiver use in project based on CAN protocol. I work with PIC microcontroller Please tell me What I need to do a basic experiment ?
  7. F

    MCP3004 features 200 ksps sample rate at 5V

    Hi I need help to understand speed of SPI Ic MCP3004 Features: 10-bit resolution Four single-ended channels SPI interface ±1 LSB DNL ±1 LSB INL 200 ksps sample rate at 5V I do not understand meaning of 200 ksps sample rate at 5V. does it means mcp3004 can send one bit to slave at speed of 200...
  8. F

    LCD 16*2 Data Sequence Flow chart

    What it should be ?
  9. F

    LCD 16*2 Data Sequence Flow chart

    RS=0; // Select the Command Register by pulling RS LOW RW=0; // Select the Write Operation by pulling RW LOW EN=1; // Send a High-to-Low Pusle at Enable Pin Wait = 450 ;
  10. F

    LCD 16*2 Data Sequence Flow chart

    Good evening to all I am not speaking about code I want to understand communication between MCU and LCD how does microcontroller send data to LCD so I made one flow chart that explain my understanding I have attached PDF file and I am looking advice with my flow chart
  11. F

    specific use of volatile keyword

    Hello friends volatile variable indicates that an object may be changed by something external to the program at any time and so must be re-read from memory every time it is accessed. we can use volatile variable in interrupt #include<pic.h> #define LED PORTD void main(void) {...
  12. F

    How to edit and save library in eagle

    Hi Klaus Thank you for the advice I want to use existing library , copy and then edit it. I have done two step's Please check screenshot What I should do next steps
  13. F

    How to edit and save library in eagle

    It's pain to find the required library in eagle CAD so I want to make my own library from existing library Eagle 9.3 I would like to add something simple e.g an capacitor . There are many existing library available for capacitor in eagle library I am trying to make new library from the I...
  14. F

    SPI protocol software implementation

    Hi Klaus I have one query Let's say I have PIC16F877A with inbuilt SPI and slave device (AT25HP256) I have attached datasheet AT25HP256 How many slave devices (AT25HP256) we can connect at SPI Bus?
  15. F

    SPI protocol software implementation

    Good evening to all I am trying to flow chart to implement the bit banging method of spi interfacing. I have made it mine I have attached flow chart. Please Help me to make it correct

Part and Inventory Search

Back
Top