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 The._.One

  1. T

    Pic16f887 communicate with ds1307 I2C

    Post #2 is in C, post #3 have ASM code for download
  2. T

    Pic16f887 communicate with ds1307 I2C

    Try post #3 here https://www.edaboard.com/threads/112218/ . And next time search before ask.
  3. T

    multiply decimal numbers in PIC

    pic multiply by 100 There is problem with impementation of float. U must crat varibale which contain mantisa and exponent and it isn't easy.
  4. T

    multiply decimal numbers in PIC

    how do u divide decimals I have somewhere multiply two 8-bit integers. Do u want it? Mul clrf resL ; clear resL clrf resH ; clear resH movlw 8 ; set number .. movwf cnt_art ; .. of bits in intB movfw intA ...
  5. T

    IP calculation Problem- number of local area networks (LANs)

    Re: IP calculation Problem U can use with fixed mask 255.255.255.224 => 8 subnets and configure on 48-port switch 2 vlans for LAN-SA - 30 ports, LAN-PU-18 24port switch for LAN-MA 24ports to 2 vlan LAN-AC, LAN-HR To first router u can connect 48ports switch via 2 ports and first 24ports...
  6. T

    Embedded - LCD display in mikro c coding

    Re: Embedded Look for examples in mikroC. MikroE product very good example for all thier library.
  7. T

    Pickit 2 Micro controller C compiler for 16f series ???

    c compiler pickit2 I think this is'nt good idea for PicKit 2. He need compiler which can integrade to MPLAB IDE. Try compilers which can select in instalation of MPLAB. I think CCS or PICC.
  8. T

    [SOLVED] Problem with LCD in 8 bit mode-PIC Hi-Tech

    Re: Problem with LCD Oki i will try find error in schematic. I try use 4 displey and all do same thing. I found error i use PORTA with disable OSC pin and i think then pin are going 0,1,2,3,4,5,6,7 but they are 0,1,2,3,4,5,7,6 Thank u very much.
  9. T

    Development Boards 80c51 core with ethernet

    Try Ethernut or Charon kits. It's good chosse for learning ethernet interface.
  10. T

    [SOLVED] Problem with LCD in 8 bit mode-PIC Hi-Tech

    Problem with LCD Hi, I'm using PIC and PIC C18 compler from Hi-tech. I had little problem with LCD in 8 bit mode. When i want print number it's ok, but when i want print some char i had problem. This is library which i use: #include <htc.h> #include "lcd8.h" #define LCD_RS RC0 #define LCD_RW...

Part and Inventory Search

Back
Top