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 mr_byte31

  1. M

    Reading channel B for HX711

    what you said can be true but it is not in the datasheet :) there is also another mistake on figure with pulses, they write channel B with different gains !
  2. M

    Reading channel B for HX711

    I read this part in the document but still doesn't make any sense. when clock is started, the bits are present on the Dout. Till now the IC doesn't know how many clock triggers it will receive. how would the IC put the results on the Dout without knowing how many clocks it will receive ...
  3. M

    Reading channel B for HX711

    Hi All, I make a small project. I use AVR to read load cell measurement using HX711. I bought this board : I read the datasheet but I couldn't get how to select/mulitplex between channel A or B for reading datasheet : **broken link removed** any idea?
  4. M

    MikroC LCD problem !!

    it is already selected. thanks it is really a strange thing. I compared the asm file for both changes and they look different in 3 lines that caused this problem !!! super strange !
  5. M

    MikroC LCD problem !!

    @ hexreader ,Be sure to enable conversions library how to do so ? - - - Updated - - - this is already done in my code ! - - - Updated - - - i tried it on avr and it gave the same results as proteus :)
  6. M

    MikroC LCD problem !!

    the adc will not provide negative values !
  7. M

    MikroC LCD problem !!

    Hi All, I made a small project to read ADC results and get their difference. My MCU Atmega328p. Compiler MikroC 7 the problem is with LCD : sbit LCD_RS at PORTD0_bit; sbit LCD_EN at PORTD1_bit; sbit LCD_D4 at PORTD2_bit; sbit LCD_D5 at PORTD3_bit; sbit LCD_D6 at PORTD4_bit; sbit LCD_D7...
  8. M

    Interrupt within interrupt

    while handling an interrupt, another interrupt may occur in general rule, disable interrupt while handling another interrupt if it is not that critical. check point above
  9. M

    External memory interface

    I don't have much requirements than : 1- clock exceed 18 MHz 2- size 1M x 8
  10. M

    ADC with Qsys tool Altera

    you can use a microcontroller to read the analog input then feed it to the FPGA/CPLD if you don't want that solution, you can buy a ADC IC and interface with it.
  11. M

    External memory interface

    Hi All, I am looking for IC numbers for RAM so I can store my data in it. it shall be larger than 1 MByte. I hope it is fast enough because it will be shared between CPLD and AVR. did anyone succeed to interface with computers RAM ?
  12. M

    use C to program FPGA

    you can try systemC but i don't think there is a good synthesizer for it now :) good luck
  13. M

    [SOLVED] MCU with FFT accelerator

    I found a MCU with fft accelerator. it is from Infinion and NXP but they are very expensive !
  14. M

    [SOLVED] MCU with FFT accelerator

    @KluasST , using DSP or FPGA will solve the problem but it needs a lot of work in pcb and integration of RAM. MCU is the easiest and fastest solution ever.
  15. M

    AVR video generator with SDRAM

    Hi All, I was trying to find a simple solution to interface with computer monitor via VGA. I found a nice solution to use AVR and SDRAM to do this job. AVR will trigger the SDRAM to send its contents to the display port. I added reference website and schematic. I miss a lot of info from this...

Part and Inventory Search

Back
Top