I2C issues with LGT8F328P #205
-
Hello, I'm working on a project where the LGT is a worker to a Master ESP-01. I tested the code and the wiring with a Arduino Uno and I was able to receive/send messages. Using the same code and the same wiring I no longer am able to communicate to the ESP while using the LGT. Any ideas on what might be causing this and any ideas on how to fix it? Thanks
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Did you choose the 16 MHz clock? |
Beta Was this translation helpful? Give feedback.
-
I have issues with SPI. My PSXTAL project works fine (I'm using V1.00B atm) with 168/328P nano clones but on this board, I lose my IGR (it uses SPI to capture packets). I hate these clone chips. I've tried quite a few on different projects and all have their quirks. The 168P clones won't work with my Uberchip modchip project, 328P does though. |
Beta Was this translation helpful? Give feedback.
-
So I did figure out what is going on, LGT8F328P will not respond to any of my commands if I set its I2C address below 8. I know the I2C standard reserves these for specific uses, but I would have assumed that the program would still respond to it even if its SUPPOSE to be used for a specific use case. |
Beta Was this translation helpful? Give feedback.
So I did figure out what is going on, LGT8F328P will not respond to any of my commands if I set its I2C address below 8. I know the I2C standard reserves these for specific uses, but I would have assumed that the program would still respond to it even if its SUPPOSE to be used for a specific use case.