Sébastien Dominguez

Results 28 comments of Sébastien Dominguez

> > The Raspberry Pi doesn’t get much love here > > The entire project has been abandoned as far as I know This is sad, this project was pretty...

related #216 It's not a board crash, its just a build error. You can bypass the build check in ArduinoJson or remove the faulty [`#define nullptr NULL`](https://github.com/HelTecAutomation/CubeCell-Arduino/blob/78be08ded1af76349b02c46bbdc2952962e5a59e/cores/asr650x/Arduino.h#L58) inside [``](https://github.com/HelTecAutomation/CubeCell-Arduino/blob/78be08ded1af76349b02c46bbdc2952962e5a59e/cores/asr650x/Arduino.h)

Same issue here. C files doesn't seems to be syntax highlighted for some reasons. But no issue on GitHub : Here's a link of the Gist: https://gist.github.com/SebDominguez/824a73b46025880c5b3e7348a613ac89

Unfortunately `mbedtls` was correctly linked. ``` ➜ Anjay git:(master) brew link mbedtls Warning: Already linked: /usr/local/Cellar/mbedtls/3.4.0 To relink, run: brew unlink mbedtls && brew link mbedtls ➜ Anjay git:(master) brew...

Ok after running `sudo make install` I can successfully run `cmake -DMBEDTLS_ROOT_DIR=$(brew --prefix mbedtls) . && make`: ``` ➜ BC-ObjectImplementation git:(master) cmake -DMBEDTLS_ROOT_DIR=$(brew --prefix mbedtls) . && make -- The...

I only hear the noise when I'm at the end of my virtual band (not between my stations)

I think this is due to a bad installation on my part. When I run the install script, it was stuck on the scipy install for more than 1 hour....

So sadly it seems that this is the end for `omxplayer`. It was really convenient and simple to use. I used it in a lot of Raspberry Pi project until...

As stated in the [README.md](https://github.com/popcornmix/omxplayer/blob/master/README.md) (and I have to admite: I totally missed this before opening my issue) > Note: omxplayer is being deprecated and resources are directed at improving...

Are you able to restart your player after a crash? Or do you need to reboot your Pi?