x29a

Results 20 comments of x29a
trafficstars

Not working with cloc under windows currently but i came across a windows filesystem specific workaround. By [using the UNC prefix](https://serverfault.com/a/233020/240987), the path limit might be circumvented. Can anybody give...

@stefan123t not to hijack this thread, but if you want flashing capabilities under linux check out the work [here](https://github.com/x29a/nrf52-OTA-BLE-Linux) and even better [fanoushs desay_dfu python](https://github.com/fanoush/ds-d6/tree/master/fwdump#docker) which even runs in a...

How can we test if its working? I took out the call to `chown.sh` in the `entrypoint.sh`, rebuilt the image (named dockerflutterstable) and called it via `docker run --rm -e...

Should we maybe provide a script as well, how to build the docker images (since its split into multiple files one has to build the base first, then android image)....

Hi, have you tried various settings for the various axis properties as described in the [documentation](https://github.com/fuhsjr00/bug.n/blob/master/doc/Default_configuration.md#window-arrangement)? Which version of Bug.N are you running and with which windows? Dual Screen setup?...

@tfadler since the issue is quite old, could you provide more information on what OS with which version and under which conditions you are facing the issue? exactly like i...

After more investigation, i found the [default advertising name](https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.s132.api.v5.0.0%2Fgroup___b_l_e___g_a_p___d_e_v_n_a_m_e.html&anchor=ga44d90ef5a469087fd881f4e838cb4f5a) size to be 31, so that should be more than enough? The error i get is [NRF_ERROR_INVALID_PARAM](https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.s132.api.v2.0.0%2Fgroup__nrf__error.html&anchor=ga4c61f2b54667506e90cc296721b2e658). The strlen of the...

Ok, looks like a classical fail. Defined the buffer too small (22 is greater than the 15 after all). Now all 8 bytes of the Device ID are used so...

There is the SMA Q3, which has some discussion over on [hackaday](https://hackaday.io/project/175577-hackable-nrf52840-smart-watch#) - but no plans AFAIK of porting this firmware. Do you have a specific model in mind? One...