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 markosik20

  1. markosik20

    Helping to Design My Microcontroller Project !!!

    Hi. In Europe price of load cell she be dependent on max. And example. - type 3410 Vishay Max=500kg - 80EUR - type 3410 Vishay Max=2000kg - 130EUR. I alone I made load cell (material - stainless steel + 4x strain gages + glue + resistor) Strain gages make HBM **broken link removed** but...
  2. markosik20

    Helping to Design My Microcontroller Project !!!

    I made weight with AduC845 (2x16LCD, 4-20mA, RS232/RS485, 4xkeypress, 4opto IN, 4relay OUT and real clock with PCF). You connect 2 load cells (6-wire). AduC845 has to 24bit A/C and DAC, min real value voltage is 1-5uV.
  3. markosik20

    address of lock bit in 8051

    Pass name 8051 because they are not standard.
  4. markosik20

    calling c routine in assembley in keil 8051

    This is impossible. Main project has to be written in C and added to him procedures in asm. On side of www.keil.com are example. //deklare funcion in ASM extern LCD (unsigned char *ptr); extern unsigned int Delay(unsigned int k); ... .... ... ... void (main) void { ... ... ... {while(1) {...
  5. markosik20

    Single load cell that can measure weights in range of 200g to 50 tonnes

    Re: Load Cells This is impossible. You have to use load cells in class C6 (6000div). Indicator must be guaranteed 100000div and then emin=~300g-500g with one load cells. I built weight scales Max=40000kg and e=400g and I have more problems with stability measurement.
  6. markosik20

    How can I convert from BMP to BIN for loading eeprom?

    convert bin to bmp This program converting from BMP file to data's table (data for lcd grafic). http://www.fastavr.com/fastlcd.zip
  7. markosik20

    c and asm combined in keil

    asm volatile keil Hi. Please read this topic. https://www.keil.com/support/man/docs/c51/c51_ap_ctoasm.htm

Part and Inventory Search

Back
Top