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 insaniac

  1. I

    help using Motorola 1900sc or Telular SX4T

    motorola 1900sc Hi, I need to use a motorola 1900sc FWT as a data transmission line. Can anyone help me with supported at command list or similar. Also for the Telular SX4T. Thanks.
  2. I

    Help me interface a 16×2 lcd wth atmega16

    Re: help with lcd You should try with some of powertip 16x2 LCD family, you surely find someone that fits your requirements. Also depending in wich compiler you're using you should find some rutines to interface with these peripherals.
  3. I

    help using Motorola 1900sc or Telular SX4T

    motorola 1900sc Hi, I need to use a motorola 1900sc FWT as a data transmission line. Can anyone help me with supported at command list or similar. Also for the Telular SX4T. Thanks.
  4. I

    I need choic some sensors,where I can get these infomations?

    Re: I need choic some sensors,where I can get these infomati motorola have good preasure sensors texas instruments have good multiple sensors dallas have good temperature sensors you should tell what you're looking for.
  5. I

    how to detect lower edge of sine wave at 100Hz..?

    it's a really funny sine wave!!! it looks more like a full rectified sine wave! The idea of the zero cross detector is the best suitable for your porpouse, and the easiest to achive. good luck
  6. I

    Something wrong with PIC18F4620??

    pic18f4620 lcd The functions of my i2c code are these, the whole code is a little more complex but there are only functions calling these functions shown above. I certainly don't know what could be wrong, every call to the send or receive functions waits for the bus to be idle, I'm checking the...
  7. I

    Something wrong with PIC18F4620??

    sspcon2bits.ackstat stuck I'm migrating my PIC18F452 code to a PIC18F4620 and I'm stuck with the I2C code. What was working fine in the 452 now is not in the 4620. Does anybody encountered with this sort of problems. It is prety much important for me to make this thing work so any kind of help...
  8. I

    STAT_BF not being set in 877 after data income

    Hi, I have a strange problem with the i2c comunnication between a PIC18F452 and a PIC 16F877A. I'm using a ICD2 to debug the application so I have a certain control over then registers involved in the comunnication. The probleme appears to be the BF bit of the SSPSTAT resgiter. It is not being...
  9. I

    Erasing code-protected PIC using MPLAB 7.20

    read code protected pic It is possible to erase a code protected PIC, you won't be allowed to read the code from it. HS, LP, etc refers to the oscillator you're using with your PIC. HS is a high speed crystal, RC is a RC circuit, and so on... Good luck
  10. I

    need help regarding PIC 16f877.

    I think that this PIC is not suitable for that king of job, you should consider using some microcontroller from the 18F family. For the USB connection the FTDI interfaces work just fine and it is not hard to write PC code in C++, C# or Delphi to deal with the USB port.
  11. I

    problem with 18F4620 and I2C

    The whole system have 3 FLASH memory chips, a LCD display, a real time clock, and a PIC16F877A wich communicates with the PIC18F452 through the I2C bus as weel as the FLASH mems and the RTC. When I recompile (after a few register modifications) the code for the new uC everything went fine until...
  12. I

    problem with 18F4620 and I2C

    I have a proyect compiled for the PIC18F452 and I have to recompile it for the PIC18F4620 because of my code growing too large. I think that my problem is in the I2C code. I'm using a HiTech C compiler and MPLAB with the ICD2 incircuit debugger. Any suggestion would be useful for me. Thanks...

Part and Inventory Search

Back
Top