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 Ooopscrash

  1. O

    Split two digit number in separate digits

    well, because i'm a newbie i was hoping for some piece of code :D I know the theoretical things, my problem is at writing asm code.
  2. O

    Split two digit number in separate digits

    Hi, how can I split a two digit number in separate digits in assembly? For example, i got 00010111 which is 23, how can i split this numer to get 00000010 and 00000011? (2 and 3) I'm using pic16f877a
  3. O

    [PIC] DHT11 Temp and PIC16F877

    Hi, I want to read the DHT11(only the temp) using a PIC16F877A and display it on 2 digits 7 segm display. I want to use assembly.I found on this forum some piece of code, but when i simulate it with proteus nothing happens. I want to read only the INT BYTE of temp. Where should i start? What can...

Part and Inventory Search

Back
Top