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 nofre

  1. N

    [SOLVED] program doesn't run correctly when pickit3 removed

    well, In my case, when I disconnect PICKIT3 from the board, the dspic30F4011 stops running correctly... Then I use a capacitor (10uF - 50V) connects between GND and VDD, it runs fine again. So in my case, probably relate to power source is not stable somehow... Hope this'll help someone :)
  2. N

    dspic33f , USART , help me

    dspic33f uart hi, i have a problem with UART receive DATA from PC ! I want to send a double from PC to chip , but i only receive 0.0000. The frame i used is ":double;" forexample ,i want to send 12.23 , first convert it to string ":12.23;" then sent via UART! dspic receive and sends back the...
  3. N

    C30....dspic33f + LCD 4-bit mode .... help

    c30 clear watchdog is any one work with dspic33f family before ? I must use dspic33fj256mc710 in my project . here is my code in C30, i use LCD 16x2, use 5V for LCD and 3.3V for dspic, the compiler ok, but nothing show on my LCD ! I cant figure out ! HELP me #include <p33FJ256MC710.h>...
  4. N

    CCSC , LCD with dspic33f

    lcd_lib_4bit.c i write an example to display on my LCD 16x2, use 4bits mode, only PortD use the lib for LCD : #include <stddef.h> #define LCD_RS PIN_D5 #define LCD_RW PIN_D4 #define LCD_EN PIN_D13 #define LCD_D4 PIN_D1 #define LCD_D5 PIN_D2...
  5. N

    read temperature from ds18B20 using MikroC for dsPIC?

    ds18b20 mikroc did anyone write the function to read temperature from ds18B20 in MikroC for dsPIC?? could you show me : how the dsPIC read 8 bytes from ds18B20 through 1-wire SPI? I dont really understand the manual of mikroC.
  6. N

    dsPIC33F, LCD, RS232, oamp,... plz help

    dspic33 lcd interface thanks for advices ! But, RTFM ?? Does this mean .... :!: ? :D
  7. N

    dsPIC33F, LCD, RS232, oamp,... plz help

    dspic33f family reference manual Hi, I have some problems with my project: I use one dsPIC33f , mean that i have to work with 3.3 V supply. Now i want to interface through RS232 and work with LCD 4x16, other ICs : OAMP741,MAX232,... 1. for OAMP741, can i use +/- 5V instead +/- 9V ? 2. Can...
  8. N

    Atmel AVR application archive

    avr arhive all of this link deleted oa, can U reup this again ? ? ? please, please,

Part and Inventory Search

Back
Top