I'd like to use the GATT/GAP driver from an ARM based Linux system. Is there any possibility of getting a library compiled for ARM or (cough) the source code to build it myself...
It is possible to run easily a SoftDevice stack (e.g. S110) on nRF51422 using an accurate 16MHz external clock reference for HFCLK instead of an external 16 MHz crystal oscillator...
I want to change data bytes in the advertisement packet. In ACI_DEVICE_STANDBY I put: lib_aci_open_adv_pipe(1);
In ACI_EVT_CMD_RSP: I get feedback that command 1B (I assume...
first,PCA10005 can't load sofeware hex that after s110 7.0.0 hex(include 7.0.0),and gostudio note that the given hex file can not open successfully.
second,the PCA10005...
Hi, I'm wonder it is possible to stream video using nRF52x family? I know that chipset isn't designed to this purpose, but I'm only wonder about that.
Thanks
Robert
Hi,
I've started using the nRF5 11.0.0 (89a8197) SDK on a board that does not include an external low-frequency CLK source.
When using the nRF52 0.9.2 SDK, we were recommended...
I want to reserve a section of memory, FLASH, that will hold static, read only, product data. My application makes use of the following parts of the Nordic ecosystem.
...
I would like to carry out communication with a plurality of peripheral using a central multi-link function.
When performing the communication via the relay unit, the communication...
Hi ,
I'm intrested in using the BLE UART apllication provided by Nordic for the nRF51 422 developpement kit and I have a little question to ask and please forgive its simplicity...
Environment is a PCA10040 v1.1.0, measuring current with a Rigol DS1104B over a 10 Ohm resistor.
I'm using the ble_pwr_profiling example from nRF5 SDK v11. I've programmed...
Hi,
i;m trying to build the "nrf52-ble-app-lbs" example which i downloaded from git hub github.com/.../nRF52-ble-app-lbs.
I followed the instructions in the README file...
I want to connect to the wired sensor NRF51822 board, whether it is possible to adjust the findings for the closure, they sent a message to the application?
Hi, I've recently switched from the older SDK 6 to SDK 9. However, I am unable to get my NRF51822 working with any of the example projects. I've managed to compile the projects...
Hi, I am working on eddystone project i.e nrf5-sdk-for-eddystone-master which is newly released by nordic. And I set URL,UUID and TLM frames successfully but when I trying...
Hello,
I am encountering a very strange problem with the Timeslot API.
I am developing with s130 and using the timeslot example provided by Nordic to
send data revived...
So far I've been prototyping everything on an Arduino Zero connected to a nRF24. Is switching to an nRF51822 an option for me? or will I have to switch my entire code to work...
I need to communicate with several nrf modules, 1 rx and at least 2 rx. I started with nrf24l01 but it has no rssi. For that reason i bought nrf51822.
What i have to do to...
hi,
i have doubt regarding NRF 51822BEACON KIT [pca20006 board],
......i want to configure it in all ble modes [central,periperal,broadcaster,listener],
how can i do...
Hi,
I want to add DFU OTA feature for my project, I use SDK 6.1.0 and S110 7.1.0, I found a sample Bootloader code for different version of SDK (SDK 6.0.0), from Github...