Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
Hello,
I have developed a board with the integrated nRF51422 QFAA. I have the nRF51DK.
To compile I have used both mbed and arm-gcc and the binaries work perfectly on...
Hi everybody.
I am making a firmware based on ble_app_uart example (PCA10028 NRF51422, Softdevice S110, NRF51 SDK9.0). In this firmware, I insert dfu part ( follow by this...
I am testing out the Bluetooth Mesh SDK 0.9.1 Alpha using the light control client/server example. The examples have not been modified.
I have set up a nRF52 development...
In android while at the stage of scanning there is list of ssid ,i am getting print of scan_result but while trying to print the RSSI value,the result is 0 .Files i have changes...
With our custom board, I have implemented the battery service and it's working well. But the nus service is not shown up at all, the same initialization code as the official...
i use the nrf52832,s uarte. using the app_uart_fifo.c document. but i can only receive the max 256 bytes.the configuration is belows:
APP_UART_FIFO_INIT(&comm_params,
...
Hello,
Is the characteristic value data supplied to sd_ble_gatts_characteristic_add() and sd_ble_gatts_value_set() copied into the softdevice RAM, or does the softdevice...
.pdf d051cefddbc197cd7d)
Hello All,
I am working on Automotive project using nrf51824 SOC...
Hi,
I am working on making a test harness using the nRF52DK and a raspberry pi so I may run unit tests directly on the nRF52832. I want to use the UART to give test results...
We recently did pre-compliance RF radiated immunity testing at a certified lab. The EUT was nRF52832 on a battery powered post card sized circuit board with some sensors....
when I run the program I get this error
Checking installed packages
pyside: 1.2.2
pyqtgraph: 0.10.0
numpy: 1.11.3
pynrfjprog: 9.1.0
Warning: The software is tested...
I am using a PPK with v1.0.0, but elsewhere in DevZone I see references to later versions of the software. Where can I download the later versions from? Have I missed a link...
Hi.
Great that you have added logging capability to the PPK desktop app. This was exactly what I needed.
I noticed one minor issue with the logging: When starting logging...
I have an application with hard real-time requirements (i.e. down to the clock cycle). My topology and desired timeline can be seen below. Concerning the timeline, I believe...