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 emaq

  1. E

    UAV Onboard Tracking Antenna

    I am wondering how a very long range line-of-sight (LOS) broadband link can be maintained using directional tracking antenna at both ends, i.e. onboard and ground station. I am interested in RSSI (received signal strength indicator) instead of GPS based tracking, specifically with 15 to 20dBi...
  2. E

    4 Switch Non-inverting Buck-Boost Converter

    It might be true for analog but the digital implementation has a huge provision for specs!
  3. E

    4 Switch Non-inverting Buck-Boost Converter

    I was wondering if there is some example code for the digital control of a 4 switch non-inverting buck-boost converter available to start with... preferably implemented using Arduino Uno or Arduino Mega.
  4. E

    SPI Level Shifter

    I have modified several Analog Devices IMU drivers for PX4 project to run in 8-bit SPI mode instead of 16-bit, since the Raspberry Pi does not support 16-bit SPI transfer under Linux. Interestingly the IMU sensor works fine with Arduino Uno SPI with a similar 8-bit transfer mode (see the...
  5. E

    SPI Level Shifter

    Exactly! But I am not using any level shifter in this case and connected the SPI according to Fig. 5 of https://www.analog.com/media/en/technical-documentation/application-notes/an-1041.pdf
  6. E

    SPI Level Shifter

    According to the following document (Fig. 5) the 5V sensor can be directly connected to 3.3V Raspberry Pi SPI. https://www.analog.com/media/en/technical-documentation/application-notes/an-1041.pdf However, still struggling to get it work, with no success. I have captured the SPI waveforms and...
  7. E

    SPI Level Shifter

    Does this imply that I can safely connect the sensor with 5V supply to Raspberry Pi 3.3V SPI directly without any level shifter?
  8. E

    SPI Level Shifter

    Klaus There is a following foot note on page 4 for LOGIC INPUTS and DIGITAL OUTPUTS, which I don't understand. The digital I/O signals are driven by an internal 3.3 V supply and the inputs are 5 V tolerant.
  9. E

    SPI Level Shifter

    Just wanted a confirmation! Would it work? I don't want to damage my Pi board at this point!
  10. E

    SPI Level Shifter

    Please have a look at the following link of the datasheet of the sensor and suggest if there will be an issue directly connecting 3.3V master side MOSI, SCLK, and CS to the sensor? I think the V_IH specification is on page 4. https://www.analog.com/media/en/technic ... S16354.pdf
  11. E

    SPI Level Shifter

    Is it possible to directly connecting Raspberry Pi MOSI, SCLK, and CS and, 5V to 3.3V voltage divider on MISO?? Would the Raspberry Pi 3 MOSI, SCLK, and CS pins tolerate 5V? I know they are driving and not driven by 5V, but still tolerable and works?
  12. E

    SPI Level Shifter

    I need to connect a 5V sensor to Raspberry Pi 3.3V SPI using a conventional level translator on all 4 SPI lines (MOSI, MISO, SCLK and ~CS) but it does not seem to work. The schematic of the level shifter is as under. I have tested the same 5V sensor on Arduino Uno SPI and it works fine. Are...
  13. E

    I2C Read/Write Not Working

    It worked with 100 kHz speed, 0x19 address and inserting appropriate delays between the send and receive data according to the datasheet. Thanks, Klaus and FenTrac for the help.
  14. E

    I2C Read/Write Not Working

    First, I think need to check the I2C address. This is the output with HMC6343 mag connected. ~ $ sudo i2cdetect -y 1 0 1 2 3 4 5 6 7 8 9 a b c d e f 00: -- -- -- -- -- -- -- -- -- -- -- -- -- 10: -- -- -- -- -- -- -- -- -- 19 -- -- -- -- -- -- 20: -- -- -- -- -- --...

Part and Inventory Search

Back
Top