Hi!
I'm trying to configure my NRF8001 module with the help of nRFgo studio. I'm using Nordic UART over BTLE service template. The module can be discovered via nRF Master...
I'm trying to make a BLE device that actually pairs securely. I posted this question on StackOverflow but didn't get any answers - maybe someone here knows more. As far as...
I am using esb in SDK 11 and my understanding is that the radio causes interrupts that are forcing and cannot be disabled. These in turn causes software interrupt 10 to be...
I'd like to read and write data to the reserved app data space while in the bootloader. Is this possible with pstorage?
Because the BOOTLOADER_SETTINGS_ADDRESSS = 0x0003FC00...
Hi,
I am using 'pstorage_update' to store data in the internal flash. Whenever the number of bytes that should be written matches the size of a storage block everything...
Has anyone tried to generalize this example to different sized variables? What I would like to do is allocate a data structure, write that to flash, and recall it at a later...
I've a PCA10036 V1, I change the IC to nRF52822 QFAA-B016. With nRF5_SDK_11.0.0-2.alpha_bc3f6a0 and SD: s132_nrf52_2.0.0-7.alpha_softdevice, the programme started but if I...
hi there,
I am using this tutorial to add dfu to nrf51422_xxac_s130 beacon application. however Im getting these linking errors:
._build\nrf51422_xxac_s130.axf: Error...
I was wondering what the procedure it for questions asked over the weekend. Obviously you guys are only available at office hours (Norway time I'm guessing?), so how do you...
I was kindly surprised with new S130 functionality - ECDH key exchange. Do you have plans in the near future to implement it in S110 softdevice? Thanks
Hi
I have nrf51822 CEAA which is powered with 1.9 volt on vdd (low power chip). I'm using ADC to measure battery level but the conversion gave me 5.4 volt wich is wrong for...
Hi,
we have developed some software that is running fine on the nRF52-DK (PCA10040 v0.9.0) which uses nRF52832 IC revision "Engineering B".
We are using SoftDevice s132_nrf52_2...
Hey everyone,
I am using nrf51 dongle pca 10031. Nordic promised to have 1Mbps data rate. when i was trying to transfer data through UART. data is validated until 401600...
hi
im working with nrf51422 and keil and s130
my external crystal is a 32768 and 16 mega
for my soft-device witch one should i use
// Initialize SoftDevice.
SOFTDEVICE_HANDLER_INIT...
I'm trying to add a characteristic to a service in nRFGo Studio with the Write propery enabled.
However, the software doesn't allow me to enable Write and greys the checkbox...
Hi,
i am using nrf51822 for my application.
i am using connectable undirected mode with 40 ms advertising interval but when i am seeing the device data in the nrf master...
hi,
i am using sdk 10, with s120.
i want to advertise data on a single channel with frequency say (2426).
is there any sample code or something, with which i can play...
Is there a hook anywhere in the SD (130/132) to let me generate my own LTKs, EDIV and RAND during the bonding process? I don't think so, I've not found one, but perhaps I...
Good afternoon.
I´m using nrf51-dk with SDK 9.0.0, s110 softdevice and uart nordic app on mobile. I have a program in my nrf51-dk that it sends and receives data between...
Hi all,
We are using nRF51822-QFAA-R7 to develop our HUD system. The BLE connection is not stable some time.
For most iphone 6/6s, the BLE can connect for a short time...
Hi. Im beginner in BLE.I have a question. how PipesOpen bitmap in Pipe Status Event create? is it sent from smartphone application to nRF and nRF sends them in Pipe status...
Hello everyone,
I am using 3 nrf24L01 on arduino Uno boards.
One arduino is the coordinator and the others are nodes.
The coordinator send on a specific pipe a value...