Aleksei
Aleksei
Hi @michcfr , According to your picture there are 2 diodes blocking TX line for 2 slave devices. ABM mode is the mode that requires confirmation, so any node in...
Hi > The diodes are not blocking the TX line for the 2 slave devices Oh, my bad. I was confused with the diagram. Some of the hardware manufactures require...
> Can you please indicate part of the code that need to be changed? That's not so easy to update that code to work with multiple stations. I mean `tiny_fd.c`
Here are the steps, which are required to reach the goal. 1. Implement frame queue to keep as much frames on the master as required to support all slave. For...
@michcfr Let me know how it goes.
Things to do to implement multiple devices support on a single serial interface: * Add API to tiny_fd with support for device address * Add callbacks to pass device address,...
Things to do to implement multiple devices support on a single serial interface: * Add API to tiny_fd with support for device address * Add callbacks to pass device address,...
Things to do to implement multiple devices support on a single serial interface: * Add API to tiny_fd with support for device address * Add callbacks to pass device address,...
Let me know if you want Multidrop feature to be implemented.
Basic implementation on NRM protocol (Multidrop support) is ready. There are new API's to use for NRM. First of all `tiny_fd_init()` has new fields in init structure: on_read_cb, on_send_cb, peers_count,...