I am trying to flash custom firmware to Thingy using nrf52dk and nrfgostudio.
I have attached a cable from the debug out port on the DK to Thingy, and followed the steps here: nordicsemiconductor.github.io/.../dfu_cable.html
However, in NrfGo under…
Hi,
We have devloped PCB based on nrf52832 as beacon.
We have also developed firmware for that and it will advertise for some and than go to sleep mode and after some time it again advertise(To save battery consumption).
I have to measure how…
Hi,
I want to use battery service in my beacon for that i have tried two examples of sdk14 on nrf52 dk
1)ble_app_hrs
2)ble_app_proximity
in first example ble_app_hrs values decrease 100% to 99% then 98%.....till 81% then increment 81%then…
I am trying everything.
In sdk_config: #define UART_DEFAULT_CONFIG_HWFC 0
In the nrf_cli_uart.c I changed it to APP_UART_FLOW_CONTROL_DISABLED,
in the pca10040.h I changed the pins to:
#define CTS_PIN_NUMBER 0xFF
#define RTS_PIN_NUMBER 0xFF …