Hi Vidya, I hope you're doing well!
The FRDM-KW38 SDK examples which could be useful for implementing a Beacon or a Scanner:
- First, the Beacon example that you already found is highly configurable, allowing the user to set the PHY to be used and to change the information being transmitted. If need any pointers on how to change these, please let me know.
- About the beacon scanner, the Temperature Collector (temp_coll) SDK example can be modified to work as a beacon scanner by following this document (it was designed for the KW41, but it can be adapted to the KW38):
Regarding programming the devices using Python, it is possible to use the Host-SDK included in the KW38's SDK to program the device using Linux with FSCI commands. More information about this can be found in the following path:
<…\SDK_2.6.6_FRDM-KW38\tools\wireless\host_sdk\hsdk\doc>
And in the Connectivity Framework Reference Manual, chapter 3.11, included in the SDK's Documentation Package:
<…\SDK_2.6.6_FRDM-KW38_doc\docs\wireless\Common\Connectivity Framework Reference Manual.pdf>
And last but not least, all of the currently available example codes for the RDDRONE-8MMNavQ can be found on our Gitbook page.
Please let me know if you need any more information.
Best regards,
Sebastian