I
want to use two or more adc channel using I2C and lcd. Can someone help me where i am doing wrong? I don't get a code error but also I can't get number on the lcd.
I2c.c
#include <xc.h>
#include "I2c.h"
unsigned char RS, i2c_add, BackLight_State = LCD_BACKLIGHT;
//---------------[ I2C...
Hello Experts,
My application is a commercial battery powered device.
The 2 most important thing for me is to achieve "accuracy in metering" and "Increase battery life" of my product.
1st thing I'm able to achieve using MSP430FR6047 chip for water metering.
2nd thing is what I'm working on...
I am trying to send sensor reading from Arduino Uno to raspberry pi and I want to save this incoming sensor reading to SQLite which I downloaded to Raspberry pi. I used lm35 sensor on Arduino Uno and i used the i2c way for communication between Arduino Raspberry pi. I managed to transmit the...
Hey,
first of all I would like to say that basically all of what I'm talking about is far far away from my comfort zone and everything I know is from a 30 minute research on this topic.
So I am trying to reset BIOS password on an old ASUS X51L laptop because everytime I turn it on I first have...
I am using PI4IOE5V96224ZLEX for one of the project. It's a stackable I2C design, each stack shall have common hardware and will be stacked one upon the other. The base unit shall have an MCU which shall act as I2C master, while all other stacks as I2C slaves.
PI4IOE5V96224ZLEX datasheet...
Hi there,
I wish to connect multiple i2c chips together on the same PCB board, these chips are DS1307, DS1621 and AT24C256.
My question is, do I need to put 6 x 4.7k pull-up resistor (2 resistor / chip) or 2 x would be Ok for those three chips as shared?
Also what will happen if I would...
Hello all,
I have a daughter board that resides about 1m far from main board, this daughter board contains buzzer and some ICs. I am already worried that I2C won't work properly over this long distance and now that I added PWM, I am afraid that will disturb I2C and lose connection between the 2...
I have a Arduino uno board connected with PCA9698(I/O expander) through i2c communication. Controlling if input and output were working correctly. The data pins from the PCA9698 is connected to the 24v DC motor driver(BTS7960) and also sensors(PROXIMITY sensors). While reading the sensors there...
Hello,
I tried to breakout the BNO085. I used a known good design from Adafruit (attached the schematic). Now unfortunately it doesn't work. I written software for the Adafruit board and it works fine. Then I replaced the Adafruit board with my breakout board ("schematic_not working" in the...
Hi! I am new to FPGAs and I am working on a project that involves an array of I2C sensors. I need to record real-time data from all sensors at the exact same time. For now, I am just trying to plan and understand more about how I would do this with an FPGA. For an FPGA such as the LCMXO2...
I have used PCA9615 differential I2C bus driver in one design to extend the I2C bus over CAT5 cable.
(datasheet https://www.nxp.com/docs/en/data-sheet/PCA9615.pdf)
The design has been done according to the datasheet recommendation and with the help of a reference design of a popular open-source...
Hi all
I was trying to make my 16x02 LCD+I2C module work. I failed.
This is my LCD: LCD+I2C
PCF8574T is written on the I2C module chip.
I've tried two different pin configurations of the I2C module in the sketch however nothing still appears on the monitor (yes, I've tried to adjust the...
hello everyone. can i use a sensor with i2c and a i2c debugger just to see if it's working? and how? (without the microcontroller)
for example i attached a photo.
thx!
I started following this tutorial here:
https://how2electronics.com/pulse-sensor-with-oled-arduino/
which uses a pulse sensor, buzzer and a 0.96" oled display and SSD1306 drivers. Except their display is different. Im using this one...