Georgii Surkov

Results 55 comments of Georgii Surkov

>There should be more documentation on different linux distros and qflipper an what needs to be done to get qflipper working. There are instructions on setting up device permissions in...

Thanks for the idea, this whole class of devices looks promising. Will look into it, but on low priority.

@radioegor146 Is there any progress on unit tests? Do you need help with that?

@radioegor146 I've modified the decoder a bit so that it would accept the input from its own encoder (it wasn't the case due to different stop bit handling in either...

Implemented in #3484. To enable, go to `Infrared -> GPIO Settings` and set `Signal Output` to `Detect`. The only possible option for 5V power in this case is `Auto`, which...

>What happens to the concurrent jobs if the user leaves the scenes triggering them very fast? This should not be possible as before starting a concurrent job a busy animation...

@CookiePLMonster Thanks for a clear example! The solution you have proposed won't work though, because we HAVE to wait on a queue in `view_dispatcher_send_custom_event()`, which is currently called in the...

@CookiePLMonster such code will crash if it is compiled with `DEBUG=1` passed to `fbt` due to the `furi_assert` checks. However (unlike `furi_check`) these are omitted when debug flags are off,...

@C0ntr07 for now, you can use the `ir` command from Flipper CLI. It has a special form `ir rx raw` which allows receiving any signals without decoding them.

I have done some preliminary research and can confirm that for some remotes it is normal to send a signal several times in a row, even if the user does...