Amreo

Results 15 comments of Amreo

> Have you found another opensource IP streaming camera? No... > I managed to decompile it and it now compile in Android Studio and can be used in some android...

> > Pin#4 (ev3) (green) --- 5V (arduino) > > Is this actually powering the Arduino? If not, don't connect it. No, Arduino is powered through USB, so I have...

@dlech after I have rebooted EV3 (or better I have wrongly shortcuted vcc and gnd) I continue to get b'\x05' instead of b'A'...

I don't have a oscilloscope or logic analyzer. The output isn't always determistic. I have tried to use the hardware serial but the output isn't the right output and determistic....

I have a similar issue: ``` $ opensc-tool -i OpenSC 0.23.0 [gcc 12.2.0] Enabled features: locking zlib readline openssl pcsc(libpcsclite.so.1) ``` ``` $ opensc-tool --name Using reader with a card:...

I'm not sure it is a CNS because it is a infocamere camere even there is written "Carta Nazionale dei Servizi" (CNS)

> `pkcs15-tool -D -vvvv` https://gist.github.com/amreo/33c9584125a2e521be6e2fbc23bb8d52

PC/SC trace of opensc (captured using pcsc-spy) https://gist.github.com/amreo/ff28899aa85c09402a5b26c19421672f PC/SC trace of bit4id, the official proprietary middleware https://gist.github.com/amreo/8fc16c4411749f0b19d171e6ed44a1d9

> @fredrik-jansson-se > > Pseudocode: > > ```rust > let mut direction_pin = gpio.get(DIRECTION_PIN)?.into_output(); > let mut modbus_request = ModbusRequest::new(SLAVE_ADDRESS, ModbusProto::Rtu); > > let mut request_buffer = Vec::new(); > let...