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
{{ message }}
This repository was archived by the owner on Jun 5, 2019. It is now read-only.
The tool MFDeploy shows a lot of info when selecting the Device capabilities whilst having a netmf device connected, some of them are available in the SystemInfo class in Microsoft.SPOT.Hardware. Can you make them all available.
The text was updated successfully, but these errors were encountered:
Uniquely identify the hardware by f.e. a serial number. Detect a build date
to determine whether the software will run, since sometimes the version
won't be enough. I don't know if already possible, at least I oversaw it
then but querying for the used MCU like STM32F411RET6, amount of flash and ram could
be of benefit during deployment scenarios.
How to set these infos during FW build and of course to query them by using
managed code afterwards.
For uniquely id a dev when using its sensor data to store in the cloud. I
could use the MAC but that's no real ID for the underlaying HW board.
Some information, like parts of the HAL information displayed (as mentioned
above) in the dev caps display using MFDeploy can't be reached through
managed code and requires native code what is not always possible.
I assume the unused properties are never filled since they can't be
approached by managed code, if at all.
The tool MFDeploy shows a lot of info when selecting the Device capabilities whilst having a netmf device connected, some of them are available in the SystemInfo class in Microsoft.SPOT.Hardware. Can you make them all available.
The text was updated successfully, but these errors were encountered: