Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
I have a sensor device that needs to transmit every so many seconds. I am looking for a code example to run on nRF52-DK that will do this, sleeping inbetween transmissions...
According to the Gazell using the 1MHz spacing for each channels and the DTM using 2MHz spacing.
Then can we use the DTM channel 0 for Gazell channel 2 to test the Frequency...
I am looking for a nordic BLE development board that can do data transfer through the UART. Something like SPP (Serial Port profile).
Here is what I need;
The iOS and...
Hi,
Question regarding blog from Thomas Søderholm ( blog.nordicsemi.com/.../which-technology-should-i-choose-to-connect-my-wearable-device-to-a-phone):
Can't you do...
Keil 5.18a forces me to install "missing Software Pack"
I am trying to set up SDK 11, SD312, with Keil 5.18a, but when I try to load an example from the SDK 11 examples folder...
Hi! I have a nrf51 that act as a central and a beacon that is my peripheral, they connect to each other using is_uuid_present but I can't enable notification using db_discovery...
Hello,
I am currently designing a PCB containing the nRF51822 chip and I am concerned about how I will be able to update the program.
I have 2 main questions :
I...
Hi,
I developed an application with Nrf51822 with some bonding need.
No problem with android or using the dongle, but using iOs systems it happens that after a random attempt...
When I add a GATTC in S110-V6.0.0 ,my GATTS stops working,the NRF Master control panle retern ERROR(0x85):GATT internal ERROR Error(0x85):GATT ERROR .Can S110-V6.0.0 run GATTC...
The note on the IoT softdevice says:
"This SoftDevice is a technology prototype only. Therefore, it should never be used in production."
Will there ever be a production...
Hi
I know perfectly it is not possible to debug while the softdevice is enable and the Bluetooth is working. When I try to set up a breakpoint under these conditions, the...
hello there i want to communicate nrf51 and nrf52 using i2c protocol. [https://devzone.nordicsemi.com/question/75218/i2c-in-nrf51/?answer=75221#post-id-75221]
from this...
Hi ,
I am working on the heart_rate_collector example code of nrf51-ble-driver_linux_0.5.0.
The program detail of nrf51 as below:
-- sorftdevice : s130_nrf51_1.0...
Good morning,
I have designed a prototype based on nRF51822 device. Now, I want to program it with a demo software and I have the Ulink-me tool instead of Segger. From Keil...
Hey ,
I'm trying to implement a device that waits for the clicks from the user and sends it over ble as notifications.
i have written the header files for sensor . and from...