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...
In the schematic of the nRF52840-DK L1 and C4 form the matching network. C22 is noted with NP, but on the DK i have, is a component placed.
Since i would like to use the...
Hi to everyone!
I've been testing the Bluetooth on the nRF52832 DK board with some of the examples and I have saved the mac address (obtained from my smartphone).
In...
Hello All,
I was wondering if someone can confirm the consumption of the nRF52840 in SYSTEM ON when running the Power Management Example on the nRF52840 DK board (in nRF...
My end object is to connect the peripheral to one required central. It should not get connect to another central or to the nRF connect app.
I have gone through many example...
Hi everyone ,
I'm looking for the ULPMark score for the nRF52840.
On the EEMBC website, I 'm seeing that Nordic Semiconductor is a partner, but I don't find any information...
Hi,
we are late stage development on NRF52840 with sdk 15.0 and softdevice 6.0. The mind turns to certification. It all seems very complex and confusing
1) Do we need...
I have an nRF52840 based peripheral running SDK 15.3.
I have a custom service with a write characteristic and a read characteristic. The peripheral supports multiple connections...
As far as I can tell the values are inverted.
4.8.2.2.1.1 Occupancy Attribute
The Occupancy attribute is a bitmap.
Bit 0 specifies the sensed occupancy as follow:...
Hello
I am using nRF52 DK, I am trying to use PIN 30 as Pulse train. The following while loop is expected to send out Pulse train of 2microseconds period but instead, it...
As far I know BLE mesh uses the 3 advertisement channels for communication without any synchronization mechanisms. When the mesh protocol emits a package it will send the...
Hi
Why is Mac OS no longer listed as a supported operating system for the nRF Connect SDK (see http://developer.nordicsemi.com/nRF_Connect_SDK/doc/0.3.0/nrf/gs_ins_os.html...
Hello,
I have a question regarding BLE characteristics and bi-directional communication. Assume a service like Nordic UART Service (NUS) is used, then there are two characteristics...
Hi,
we tried the example from the NRF SDK (15.3) with the USBD_MSC. The logging looks good so far and we have a data micro USB connected to the nRF USB Plug of the dev board...
Hello All,
I have 2 evaluation boards nrf52840 EVB "PCA10056".
I would like to run on them the "ble_app_uart" in "nRF5_SDK_15.3.0_59ac345" as following:
A custom board...