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 gzorzi

  1. G

    Help on Receiver and Trasmitter RR3 RT5 module

    This modules are build from **broken link removed** and use on external antenna but I don't know what is it the right antenna. I use them 433.92 Mhz. Can I use one cable with xxx lenght or I must use one specific antenna ? Thanks
  2. G

    Boot Loader and protected file

    If I use bootloader Can I protect my firmware ?
  3. G

    PIC micro software question

    I use PBP & Microcode studio plus and are OK If I want write my program in C language which is it the best solution with ICDebug ?
  4. G

    I need easy +12V to -10V converter

    small current < 100mA Thanks
  5. G

    Help I needed PIC18F8720 bootloader

    see subject
  6. G

    TMR0 PIC18F458 question

    I use picbasic pro with 18F458 and my program use the bootloader option. DEFINE LOADER_USED 1 'enabled interrupt timer0 INTCON=%10100000 'enabled timer0 T0CON =%10000111 on interrupt goto gest_int main: goto main disabled gest_int: 'disabled timer T0CON =%00000111 'reset timer TMR0L=$00...
  7. G

    TMR0 PIC18F458 question

    I use PIC18F458 with 20MHZ clock. I set TMR0L = 00 and I wait = FF. I increment it with clock (I think internal /4) and 1/256(prescale). What is it the time duration between 00 to FF ? Thanks
  8. G

    Setting one variable in PicBasic string

    working with string in picbasic I don't know MBasic but do MBasic use ICD how microcode studio plus ?
  9. G

    Setting one variable in PicBasic string

    string picbasic If I use a var byte[20] Can I put a string in a variable on 1 step ? example a="derftgyhuju" ? I think no Can I do it ? I don't know #DEFINE directive can you write me example ? Thanks
  10. G

    Setting one variable in PicBasic string

    If I want to set one variable with this string "picbasicpro2.34 setup" Can I do ? Thanks
  11. G

    I need MDK52V-0 (LCD display) pinout

    mdk52v-o HD44780 but the problem is the power supply display It isn't 5V
  12. G

    How to convert numeric to string variables in PicBasic?

    PicBasic question I have a numeric variables and I want convert it on string variable or concatenate variable. How do I do it ? example a var byte b var byte c var word a=$44 b=$33 concatenate c=$4433 or string variable c="4433" Thanks
  13. G

    I need MDK52V-0 (LCD display) pinout

    mdk52v-0 I have 2 sample but the backlight doesn't work. Thanks
  14. G

    Do you Know this electrical schematics ?

    I found the electrical schematic for PH measure but I don't found for water conducibility and Redox. Thanks

Part and Inventory Search

Back
Top