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 alsamadi

  1. A

    pic18f4550 with KS0108 GLCD /MPX4115 SENSOR READING PROBLEM

    // Glcd module connections // glcd pinout settings char GLCD_DataPort at PORTD; sbit GLCD_CS1 at RB0_bit; sbit GLCD_CS2 at RB1_bit; sbit GLCD_RS at RB2_bit; sbit GLCD_RW at RB3_bit; sbit GLCD_EN at RB4_bit; sbit GLCD_RST at RB5_bit; sbit GLCD_CS1_Direction at TRISB0_bit; sbit...
  2. A

    pic18f4550 with KS0108 GLCD /MPX4115 SENSOR READING PROBLEM

    Dear all, I am having tough time to interface the reading of pressure sensor mpx4115. I am new to the software and i could not display Pressure= something kPA i have tried to do some calculation and the interface of the program but nothing appeared in the Glcd // Glcd module connections //...

Part and Inventory Search

Back
Top