DS1302 - multiple devices on SPI bus #141
-
Hello, I'm using a DS1302 in one of my projects and I need to expand the functionality of said project. It's built upon an ESP32 and already using SPI display and DS1302 chip and several other non-SPI related stuff. I'm running out of pins and I would like to add an SD card functionality to the project. PROLEM EDIT |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The DS1302 is not SPI, it is ThreeWire. EDIT: You beat me to the answer. DS3234 is another option and has excellent time keeping abilities with temperature compensation. |
Beta Was this translation helpful? Give feedback.
Thank you very much for a quick answer for what now seems to me like a stupid question.
I've added an edit that I've found out shortly after.
But thanks anyways.