Seeing recent response to my original question on multiple chip selects, I've opted to share a modification to spi_master that I've implemented in part to make handling some...
What is the official status of the Softdevice Serialization for S130 in SDK 9? I could see an older answer on how that was removed in SDK 8 but since almost half year has...
Hi
The documentation for the new feature in S110 v8 to change the gatt table size says that to change it the linker configuration needs changing .
This means it is a...
I used to be able to see my development kit in nRFgo studio and flashed S110 onto the chip. Now all I see is: "No boards connected". I am still able to flash programs onto...
Hello,
I have an iOS application communicating with a custom device having a nordic 8001 chip.
They have established a bonded relation. In nRFgo Studio, in Security...
Hi there, thanks for your help in advance!
I have tried the nrf51-ble-ancs-nus sample from github and making it work on a 51822 EK board, i.e., it can receive notifications...
I try to use hcidump, capture CSR dongle on ubuntu14.4.
I can find SDK8.1.1 s110 keypad demo create connection fail.
HCI Event: Command Complete (0x0e) plen 4
LE Set...
Dear Tech support,
I spend couple month with discovering your nice nrd24l01 chip.
Most of the things working correctly, but till know I just used two modul as a single...
Dear all
I'm using NRF51822 & 24LU1, I've tested to set timeslot to 500us.
For packet diagram, it should be reach to 2k packets per sec. but it only be the 200 packets...
Hi all,
Can I log the processor activity when using a softdevice with nrf51822? What I mean is can I get an event or timer count when the processor wakes up and goes to sleep...
Hi, I'm trying to make BLE hardwares on both s110 and s120.
There are two devicees one for S110 peripheral and the other for s120 central.
S110 pheriperal device has to...
I have compiled the ble_app_uart sdk the nRF51 SDK_v5.2.0.39364. (see attached file)
and I upload this app to my device using OTA .
I found it can work with my Android...
Hi,
I am using ancs service to get some information of my iphone.
I use nRF51822 microcontroller and Nordic suggests to use the new SDK (5.2) for new microcontroller...
HI:
It is correct that call the function nrf_nvmc_write_word at nrf51_sdk_v4_4_2 and s110_nrf51822_5.2.1。
void FlashWRPProcess(void)
{
#define NRF_UICR_RBPCONF_ADDRESS...
S110 define UUID rule as below, it just can modify one word.
Services UUID = 0x49535343-FE7D-4AE5-8FA9-9FAFD2-5E455
Characteristics UUID= 0x49530001-FE7D-4AE5-8FA9-9FAFD2...
I have programmed custom services on my evaluation kit and everything works great. I am now looking to implement updating my application from iOS and Android app.
Using...
Hi,
i have a question relative to the configuration tool File Format.
I'd like to modify (automatically) the configuration file in order to change the "Device Name"...
I am using a Bluetooth NRF 8001 module. I want to send data to the module from my android phone to the bluetooth module connected to an Arduino. For sample test I used nrf...
Dear Håkon Alseth,
you posted twi source code which took care of all SD/PPI stuff here and it was also linked here , but it is no longer available. The whole forum seams...
Hello,
I use the bootloader in SDK v5.2.0 and could not run APP after DFU completed.
It always stay in the DFU state.
After checking the memory by J-Link commander, something...
At work we are primarily interested in using the 128kb nRF51822 devices. I am able to get a softdevice and bootloader onto a 256kb device just fine. When I attempt to do the...