Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
After programming a panel of 6 modules embedding nRF51822, I would like to send some data in order to test some features. The basic idea is to validate the modules before...
Hi,
How can I change/add include file path in the new pack SDK.
For eg: I want to port the S110 bootloader to S130. But I am not able to change the include path to the...
I am using LMT84 temperature sensor directly connected to P06 on my nRF24LE1, QFN24. Using the built-in BG reference of 1.2V, I measure temperatures from about -30C up to...
When I call the function sd_ble_gatts_sys_attr_set, the compile error "source\ble.c(142): error: #165: too few arguments in function call" showed in Keil V5. But I found just...
Hi,
I have used the following version for my development
SDK: 6
SD:s110_nrf51822_7.0.0_softdevice
nRF51822 :3.0
Recently we are using nRF51822 3.1 QFACA1 1442AB...
Hi,
I am trying to setup DFU on a PCA10001 board with the following specifications:
softdevice v8.0
bootloader: From SDK v8 examples (bootloader\pca10028\dual_bank_ble_s110...
I updated my MCP to the newest version and then the new MCP wanted to update the pca10000 with the newest firmware--> failed. Now i can't get my pca10000 to work again. i...
Hi,
i am trying to connect via bluetooth using the gatttool on a Raspberry Pi. On the Nordic device I am using the BLE Proximity Demo. Everythings work fine, but after 30...
Hello all,
I am trying to get a communication between the nRF8001 and the nRF51822 using the UART service. The nRF8001 is connected to an Arduino and is working fine. I...
I am trying to find out the issue with my nonvolatile driver. I currently try running
nrf_nvmc_page_erase((uint32_t)(page_address));
However, that doesn't seem to...
I've been testing Pre-Production samples running a firmware in which I catch any and all Error codes or Reason reasons and write them to the gpregret register to be read later...
Hi, I am using a modified version of RBC mesh.
When I connect with an external device to one node using BT I get connected but I can get randomly disconnected when data is...