Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hi
Does anyone know a CE—certified module based on the nRF24LU1+? Ideally, it should have an SMA connector, but any kind of antenna would be fine.
There are many modules...
I am running peripheral example radio test example on PCA10001(part of nRF51822 Evaluation Kit). using nordic sdk v7.
I am using mincicom on linux at baudrate of 38400...
Hello!
I am trying to get windows phone work with nrf_uart example on nrf51 dk board (pca10028).
I am using SDK 9.0 with S110 softdevice ver. 8.0.0.
I was using examples...
Hi
I met a problem when I use my new board,I found that the example in the peripheral folder in SDK can run correctlly,but the the example in the ble_peripheral folder...
Hi,
I am trying to use the PORT event to trigger interrupts when a button is toggled, i.e. both on LoToHi and HiToLo.
To my understanding PORT events are generated by...
I am running Windows 7 Pro SP 1 64 bit and have gong through the tools installation procedure, in particular running nRFTools_7_7_0_Installer.exe. This ran the J-Link V5.02...
Hello,
I am using nrf51822 / sdk10.0.0 / S110.
I write flash in SD / bootloader / application order.
I use nRFgoStudio and J-Link.
There are about 20% of malfunctioning...
SDK10 examples work when built for s110.
When building the same for s130, they do not run.
Debugger indicates main() is not reached.
Tried both Keil and armgcc.
SDK12...
hi,
how to send and receive data using UART0 without interrupt request with softdevice s110.
i tried to disable interrupt it could not give any response.
please help...
Hi,
I am planning to develop the customer application on window's platform. I am using the customer USB dongle board via COM5.
when i call the function
var devices...
There are a bunch of questions ( 1 , 2 , 3 ) about handling the NRF_ERROR_INVALID_STATE code returned by the soft-device. This code is returned when the stack is in an "Invalid...
Hi
I have working application on SDK 11, contained with bootloader, softdevice 130 and application using BLE. Is it possible to upload new application and softdevice from...
Hi,
There seems to be some pieces of new code (updated example and some components) for ble_app_mtu_throughput example embedded in the softdevice packet 5.0.0-3.alpha....
I've recently migrated from SDK11 to SDK12.3 to take advantage of the low power option. However I still am having weird issues with power consumption. I have a feature which...
I have merged all the 4 file's together (app.hex, app_valid_settings.hex, softdevice.hex and dfu.hex).
Then I uploaded the custom app with dfu services enabled using nrfgo...
Hi there,
I'm porting an app from NRF51 SD130 to NRF52 SD132, both with sdk11. I do the usual stuff, like changing includes, freertos ports libraries, etc, and everything...
Just a general resource question. The Softdevice uses RTC0, FreeRTOS (by coded default) uses RTC1. So in order for the SDK ble_conn_params.c to run properly I have to link...
I was able to add the Device Information service as well as a proprietary service using a 128 bit UUID. I modeled after the ble_peripheral uart example. However when I try...
Nrf52/Kiel/SDK11
My application was at the point where I needed to add DFU. Following the examples and SDK doc, I added the files and code needed. It would NOT advertise...
We recently moved from SDK11 to SDK13. We run out of memory when adding custom services & chars to the S132 v4.0 softdevice. Increasing the app start address in the linker...