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
I was able to find a Product Specification document from Nordic on the nRF52840 - it sees to be inclusive to their dongle which is what I understand is the makerdiary Dongle specification.
It seems as though it is possible to send a binary code to the device and receive the data response. For instance to request the part# send
0b00000000000001010010100001000000 and the response is 0x00052840 in hex. The way I understand it though is that there has to be a way to include the register and the item list has to be included (all of it is binary)
Anyway - my quiz is does makerdiary have an issue with connecting to the device that way. so far it seems all there software is covered by an open source agreement - so it does not seem to be an issue to use the Nordic guidelines and develop software independently to work the device.
fyi - i have a browser that i am developing to connect to various microprocessor boards along with a serial port initiator.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I was able to find a Product Specification document from Nordic on the nRF52840 - it sees to be inclusive to their dongle which is what I understand is the makerdiary Dongle specification.
It seems as though it is possible to send a binary code to the device and receive the data response. For instance to request the part# send
0b00000000000001010010100001000000 and the response is 0x00052840 in hex. The way I understand it though is that there has to be a way to include the register and the item list has to be included (all of it is binary)
Anyway - my quiz is does makerdiary have an issue with connecting to the device that way. so far it seems all there software is covered by an open source agreement - so it does not seem to be an issue to use the Nordic guidelines and develop software independently to work the device.
fyi - i have a browser that i am developing to connect to various microprocessor boards along with a serial port initiator.
Beta Was this translation helpful? Give feedback.
All reactions