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
Currently this library only works on certain boards, what about making it work on other boards too?
Since communication between MCU and NINA-W102 is carried out via a serial interface, I think in principle it is possible.
I think this would be useful when building a custom board connecting an arbitrary MCU to a W102 flashed with arduino/nina-fw.
I don't know details of this library so I apologize if I'm wrong, but for example, how about using a user-defined serial object if none of #if macros below match?
Currently this library only works on certain boards, what about making it work on other boards too?
Since communication between MCU and NINA-W102 is carried out via a serial interface, I think in principle it is possible.
I think this would be useful when building a custom board connecting an arbitrary MCU to a W102 flashed with arduino/nina-fw.
I don't know details of this library so I apologize if I'm wrong, but for example, how about using a user-defined serial object if none of
#if
macros below match?ArduinoBLE/src/utility/HCIUartTransport.cpp
Lines 24 to 40 in 9263b3a
Example:
SerialBLE
is user-defined macro.Define in sketch file.
Alternatively, you may specify
SerialHCI
directly from sketch file without using a user-defined macro.The text was updated successfully, but these errors were encountered: