You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reliable bidirectional I2C communication between RSL10-002GEVB (master) and Arduino Nano (slave). Features software I2C bit-bang implementation on RSL10, hardware I2C on Arduino, 3.3V logic compatibility, and tested data transfer with error handling. Includes complete working code, wiring diagrams, and troubleshooting guide.
SysTick-based timestamp system for ON Semiconductor RSL10. Implements button event counting with 10-second window, hybrid debounce, and low-power sleep mode. Uses SysTick instead of RTC for continuous time tracking.