Hi all,
I want to communicate between Xbee3 RF (XK3-Z8S-WZM) and Load Cell Amplifier - HX711. The first idea is to write a MicroPython driver, but I noticed when HX711's PD_SCK pin (Xbee out) changes from low to high and stays at high for longer than 60µs, HX711 enters power down mode. So I started to look for max rate frequency of Xbee's GPIO. After checking all the documentation and a "bit" of google I couldn't find the max rate of the GPIOs.
Maybe I should consider another approach??
I'll appreciate any suggestions, or pointing me in the right direction.