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...
Hi,
I want to upgrate bootloader in my firmware.
IC: nRF52832
SDK: 17.02
I have finished my project, this project include boot + softdevice + app + settings,and...
Hello support team Devzone.
I am new member and i have a nRF51 DK board.
I try to create hex file for my nRF 51 DK board on the website : Mbed Compiler
when compiler...
Hello,
I'm sorry for this question, it can be easy for most of you I guess. I would like to measure the current consumption of the Thingy91, I see in the documentation...
I am running a simple cloud example where I am trying to send a CoAP GET message to coap.me:5683 server over Thread.
I can ping 64:ff9b::0808:0808 and get a response. I...
Hello I want to know what is the command that I must add to the ble_uart code which exists in the SDK library to send hello word using the bleutooth in the nrf UART application...
in \connect SDK\v1.5.0\nrf\samples\bluetooth\peripheral_uart,data number is limited 20 bytes, more than 20bytes BLE will part data in two or more packs to send or receive...
Hello everyone.
I'm trying to run examples provided in Zigbee v4.1 https://www.nordicsemi.com/-/media/Software-and-other-downloads/SDKs/nRF5-SDK-for-Thread/nRF5-SDK-for...
Hi,
https://www.nordicsemi.com/Software-and-tools/Development-Tools/nRF-Sniffer-for-Bluetooth-LE/Download#infotabs , I have used this link to access the nrf sniffer hex...
I'm struggling to understand the difference between nrf_pwr_mgmt_run() and sd_app_evt_wait(). When should I use each one? It looks like nrf_pwr_mgmt_run() calls sd_app_evt_wait...
ok I am using nrf52820 and sdk nRF5_SDK_17.0.2_d674dde
when i was using
ble_app_uart\pca10100e\s112
Its work correctly
and
the dfu
pca10100e_s112_ble
also...
I am having problems advertising both FOTA and a custom service. I started with the peripheral sample (zephyr\samples\bluetooth\peripheral) and the smp_svr sample (\zephyr...
A SoftDevice is software which implements a wireless protocol and the nRF51 and nRF52 series specifically mention them. Since the nRF5340 has a dedicated network processor...
Hello,
I'm coming to you with a beginner question, I would like to use the functions localtime, difftime, strftime but I saw that time.h is not included. Is it possible...
The test of I2C signal found that the logic low level could not be lowered. It was pulled up to 3.3V through the external 1K resistor, and the logic low level of I2C was about...
I'm getting strange behavior when connecting to nRF52840DK.
Log from nRF:
Log from android nRF Connect:
The same code works on our custom board (nrf52832). We use...