Dmitry Murzinov

Results 51 comments of Dmitry Murzinov

What about unpacking in realtime h264 stream and displaying on LCD (at least at 800x480 resolution)?

5GHz band for WiFi highly desirable requirements for HW as well for proper CarPlay work.

Is it already solved? I see in lib-example FSK modulation by default (0 == FSK) for `ELECHOUSE_cc1101.setModulation(0);`

good news! thanks for confirmation.

I successful build it on vanilla CentOS7! I made short tips: https://gist.github.com/iDoka/4667f98810de8de81ad3bea96df5f845

I'm not proficient Windows user. My assumption you require to use [WSL](https://en.wikipedia.org/wiki/Windows_Subsystem_for_Linux) or try to manually setup from scratch following dependecies: * bash * busybox * awk * sed

+1 I think verilog parameter or define is reasonable solution for it.

Would be nice to gathering a list of apps which have capabilities to broadcast navi information over the BLE. AFAIK, at least Komoot app can send over BLE navigation guidelines:...

I suppose that I found the root of my issue: Since version SDK v1.1.0_15_05_26 appears new functions for global enable/disable IRQ: ``` /* disable all interrupts */ #define ETS_INTR_LOCK() ets_intr_lock()...

> Run this app without a GUI. > > ```shell > localsend --headless > ``` I believe that dedicated binary like ```shell localsend-cli ``` would be better solution: neither GUI...