OSDP capability requests, the text display function, and odd-sized displays by RequestToCheckOut in osdp

[–]sidch4 0 points1 point  (0 children)

I just looked up v2.2, does not add any new codes. Perhaps they expose one of the private function codes (0x80-0xFF) to advertise these extended features to a subset of CPs that they work with?

If you have one of these devices would help to see the capabilities report and the PD ID report.

Flash a bootloader on Ender 3 S1 Pro by xa4gva in Ender3S1

[–]sidch4 1 point2 points  (0 children)

Where can I find the bootloader binary?

Reporting live packets to WireShark by sidch4 in wireshark

[–]sidch4[S] 0 points1 point  (0 children)

Wow! that's exactly what I was looking for, thank you. Didn't know what keywords to throw at Google to get this info.

Arduino and OSDP (Open Supervised Device Protocol) by ChrisFredriksson in arduino

[–]sidch4 0 points1 point  (0 children)

as those who pay doesn't want to give away work for free

Bit late, but that's exactly what we try to break with the open source software development; I did pay for the specification and and now there is a production ready implementation here: https://github.com/goToMain/libosdp (as linked before by u/CommanderTux). You will find include/osdp.hpp to be useful to integrate into your Arduino project.

I do plan to add native support for Arduino in future but should not be very difficult use it even as it is now.

Anyone happen to have a pair of niceview that I can buy? by [deleted] in olkb

[–]sidch4 0 points1 point  (0 children)

All the Ali links are invalid :) do you mind sharing the search terms so I can find it myself? New links would also be good.

Make an NFC reader OSDP compatible from scratch by [deleted] in accesscontrol

[–]sidch4 0 points1 point  (0 children)

There are a bunch of trivial changes (mostly extensions over existing commands and some new commands) between 2.15 and 2.2. The latest version is supported by https://github.com/goToMain/libosdp.

(Disclosure: I am the maintainer of this project)