Results 121 comments of Pascal

You can buy the programmer here : http://www.silabs.com/products/development-tools/mcu/8-bit/8bit-mcu-accessories/8-bit-debug-adapter Read : http://diydrones.com/forum/topics/hm-trp-modules-start-from-the-beginning I remember I also used an Arduino scilabs programmer to flash HM-TRP bootloader:) The same I used long time...

For me on Debian it work I just call "make" inside the Firmware directory (you must install the c compiler)

Sorry for my english Do you truly receive packets (or corrupted data) from other network ID on terminal or you just check the RX led on the radio ? With...

You are right: there is no bad net id packet rejection with ECC (soft golay) enabled. Without ECC the LED light up (radio_receive_in_progress) but is rejected. I look if I...

I found the problem. The golay ECC code is never included because developpers added AES support on some board type, and disabled ECC on these boards. golay23.h : ``` #ifndef...

The clean solution is just to add this inside radio.h like on golay23.h : ``` #ifndef INCLUDE_AES #define INCLUDE_GOLAY #endif ``` https://github.com/Serveurperso/SiK/commit/0f5f65c8848685bcf7ef5bb8915da3fc4c584d39

You must apply this patch https://github.com/Serveurperso/SiK/commit/0f5f65c8848685bcf7ef5bb8915da3fc4c584d39 or developers must add this commit (only) inside the official repo.

Do you have a fix for the scan end with error ? "[ERR] Error executing Scheduled Task" "[ERR] Error refreshing owned items for /path...." "Database is locked"

> > Do you have a fix for the scan end with error ? "[ERR] Error executing Scheduled Task" "[ERR] Error refreshing owned items for /path...." "Database is locked" >...

> With 10.9.2 I have (with scan and encoding tasks forced to "1"): > > ``` > [15:10:38] [ERR] [34] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL GET /UserViews. > Microsoft.Data.Sqlite.SqliteException (0x80004005):...