I have a nRF5340PDK, Now I want to know the lowest power consumption of this chip in different condition, such as adv, connect, sleep. But I am not sure how to config the...
Hi, i am using:
-nRF 52 DK
-nRF 52832
-Sensor of Maxim Integrated
-SDK 17.0.2
I have some problems in handling the I2C through the nrfx module.
This is my ReadByte...
Hi, I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample from Zephyr OS. The nrf52840 is a...
what can be the starting Point for Bachelor Thesis involving BLE 5.0 devices to be deploy in mesh Network. How the challanges in the Thesis can be address and set as a Goal...
We are trying to use serial port library for simple UART comms in IRQ mode at 115200, but experiencing what looks like stuck TX interrupt. PCA10040 with SDK 15.3.
In the...
I'm using nRF Connect v3.0.0 to run Getting Started Assistant v0.9.3 and get a message it is only compatible with 2.4.0 (very old). I can install and verify Tool Chain except...
Hi
I am trying to connect and bond a nrf52832 to Galaxy S6, Android 7.0 by OOB / NFC with the ble_nfc_pairing_reference_pca10040_s132 example.
I selected LE Secure Connections...
Hi nordic,we want to config nrf52832 as a wireless full-duplex serial port transmission module through nordic proprietary protocol,so the module can send and receive data...
I have my IMEI but my pin number has 4 digits: 0000, instead of 6 digits(which is required to add the LTE device)? Please Nordic, what should I do? I have this problem for...
Hello,
I have problems setting the output RF power to +8 dBm during DTM test using the example dtm application. The example dtm application is used as it is provided with...
Hello,
i've been searching the forum for answers about Bluetooth certification but i'm very confused.
I want to use nRF52832 in my project, and i would like to make make...
I am trying to transferAdvertisement data from NRF52832 to Raspberry PI using BLE_app_UART example. I have updated the config as below,
app_uart_comm_params_t const comm_params...
Hi,
So this may seem like a stupid question but here goes. I've been trying to learn how to implement an IoT solution.
While trying to learn more about MQTT protocol...
Hi,
I'm trying to build the example found here: https://github.com/Rallare/fw-nrfconnect-nrf/tree/nrf9160_samples/samples/nrf9160/uart
and the build is failing with this...
Hi!
I've been trying to connect the nRf9160 to an AWS IoT account following the directions here https://github.com/NordicPlayground/fw-nrfconnect-nrf/tree/master/samples...
Hey guys I am using nrf52840 dongle for scanning ble beacons. I want my dongle to be power optimized in a way that it starts scanning for 10 sec and then go to sleep for one...
Hi,
I am working on nRF52DK. The Bluetooth MAC address is stored into the Flash during the pairing sequence. Can some one provide me the links to understand the storing...
hello
hi
I connect AT24C02 EEPROM with nrf52dk.
I connect SCL to 27 pin ,and SDA to 26 pin.
I open twi_master_with_twis_slave sample code and make some changes(i2c...