-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FM24C04B problem #31
Comments
Hi, Can you check the address ? |
Above addresses I got when A1 and A2 pulled-down. |
The address is then 0b101000 following by the page bit. This makes a 7bit address which would work (8th bit is reserved for R/W operation). This makes 0x50 or 0x51 depending on the page you want to access. The library has been built with mb85rc256v. Compare with that datasheet to be sure. Your device has been reported working by users |
Memory Chip NOT FOUND same problem
returns Manufacturer 0xFFF |
.....1st test esp32, i have working bmp180 and pcf8574ts on wire tried wire running at 100000 and 400000 |
i2c scan detects 0x50 if Vdd = 5V, but not works. i used 10k pullup resistors near ic |
Hi, I have connected FM24C04B.
i2c scanner shows me this addresses:
but I have only one chip connected to Arduino.
Which address should I use?
Library in debug mode shows me:
Thank's for help, reply, etc.
The text was updated successfully, but these errors were encountered: