Hi,
I'm developing an application running on a nRF9151 that connects to AWS. I'm using the aws_iot library and my code is based on the aws_iot sample application. While...
Hi,
I am testing the Bluetooth function on my custom board with nRF5340 CLAA chip. I have tested the clock, I2S and SPI on this chip previously and they all worked perfectly...
I'm having some trouble connecting to the onboard jlink with the NRF9151 devkit that I've recently received. The quickstart seems to detect the NRF9151 dev kit, but when I...
Hi Nordic team,
I'm encountering a crash when attempting to stop BLE advertising using bt_le_adv_update_data() and bt_le_adv_stop() on the nRF5340. Below are the details...
We have been evaluating the nRF5340 and nRF7002 for use in a new product and we are currently looking at our Wi-Fi FOTA options. For reference, we are using an nRF7002 DK...
Hi Nordic team,
We are developing two types of devices based on the Zephyr examples:
periodic_adv_rsp
periodic_sync_rsp
Our design uses the following...
Hello,
I've a battery based device that uses a buck/boost to efficiently use entire battery voltage range (4.2-3.0) . This component have a low quiescent current between...
A call to sd_ble_gatts_service_add(..) is returning fault code 0x3001. Looking at the NRF_ERROR #defines, this seems to mean "STK SVC handler is missing".
Can anyone shed...
Dear ladies and gentlemen,
I can't find this information anywhere. In the datasheet on page 519 - 521, I see that the decoupling capacitor C6 on pin 32 (DEC2) is not mounted...
Hi
Currently I have a device with the following details:
Ic Version - 2,
Variant - CE AA ,
Build Code - D0,
Hardware Id - 004d
I am using the softdevice s110_nrf51822_7...
I am trying to set up an environment based on CMSIS Packs. However, when using some components from nRF_Libraries, these lines get added to RTE_Components.h:
#define GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS...
Softdevice Version: 8.0.0
SDK: 9.0.0 IC:
NRF51822 Rev 3
service: NUS ANCS
When the application is not downloaded, the bootloader is working.
After serial bootloader...
I am working on nrf51 iot sdk. I have created a IPv6 tunnel in HE and is able to ping the gateway as follows:
root@raspberrypi:/home/pi# ping6 2001:xxx:18:xxx::1
PING...
Hi,
I already used the sd_ble_uuid_vs_add for adding my base UUID in the internal table and it return a valid uuid_type (in my specific case it's 0x06).
I need to add...
I am using SDK 9.0.0 and i am having a doubt in bsp.h.In this header file when gone through this part of the code
#if (LEDS_NUMBER > 0) && !defined(BSP_SIMPLE)
#define...
For nrf 51 - DK , I flashed s130_nrf51_1.0.0_API
and then using keil uvision I copied over ble_app_uart_s130_pca_10028 and
tried to compile the code,
The code failed...
Hi,
What is the maximum voltage a level than can be given as an input on a pin on nrf51-dk? I've measured VDD at 2.91V. Is it from VDD-0.3 to VDD? If yes, is there a way...
Now I am trying DFU via BLE, some times I can do it successfully and I can do it as long as i want to, but the other time it shows "Error(0x85) GATT error" message and whatever...
I'm testing the DFU as described in this link developer.nordicsemi.com/.../a00086.html
after reseting in DFU mode, when I start the device discovery, I only get empty packets...
Hello
Quick question. With the nRF51, When in System On mode, should I manually disable peripherals to minimize power even if I'm not using the peripheral in question?...