I am trying to connect some I2C sensors to the the nrf9151dk and I cannot figure it out. Where do I physically plug the sensor into the board and what configuration setting...
Hello, I am having issue to migrate a working project based on Azure IoT Hub Application code from 1.7.0 to 2.7.0, I have resolved all errors associated with changing the...
I'm running the peripheral_ancs_client using the 2.9.0 SDK on a nRF5340-DK. On an iPhone running iOS18, the device is not visible under Settings->Bluetooth when the nRF5340...
This feature used to be helpful pre version 2.7 or so, but has persisted as an issue since then. All of the configs in any *.conf are all underlined and have this phrase when...
Nordic #Devacademy intermediate course: Ticket for exercise 2 of lesson 2
Dear Colleagues,
I selected the #nRF9151-DK, since it was in the list of recommended boards for...
Hello,
I am developping an application based on PAwR (Periodic Advertsing with response) in coded PHY (S8) extended advertising on SDK 2.7.0.
costum chip nrf52840 (on...
Hi everyone, I have a custom board in nrf52833. Currently, the gpios on nrf52833 are gone, except for the NReset pin (P0.18). Can I configure the NReset GPIO as a GPIO I/O...
Hi,
Im using an app_timer in my application to create a timeout for UART read (im not using SoftDevice).
On my board I have USB and battery power, so at the moment when...
After switching to 51822 in example project nRF_Examples\7.0.1\dfu\bootloader\
I have next output:
compiling pstorage.c... compiling bootloader.c... compiling bootloader_settings_arm...
i am useing nRF51822 pairing with nRF24lu1 over GZLL protocol now,
is there someone have the experience on how to config the parameter of GZP_TX_RX_TRANS_DELAY in function...
I have a peripheral running the S110 stack, which presents a characteristic to which I want the central (running S120) to be able to do a long write. What I've been trying...
Besides the fact it's a later release?
i.e., why does one have "nRF51822" in the name and the other simply "nRF51" ? Is it because the former will only work on a 51822...
Hello,
I have the Bluetooth Smart Beacon Kit along with the Dev kit (J-Link Lite and other eval boards). I am using the nrf51 SDK version 6.1.0.0 in eclipse along with GNU...
I have a a new pca10028 DK board and a pca10000 dongle. Using Keil v5.14 and Nordic SDK v7.2 I can compile, download and test several pack examples (e.g. ble_app_hrs, ble_app_alert_notification...
We need to develop a system that can receive multi heartrate ANT+ strap signal at least 50 to 100m range. Im newbie in this technology and I don't know if is there any antenna...
Hi
I am using SDK8.0.0 ble peripheral sample code and PCA10001 board but I am not getting any advertise ment on sniffer.
I have test hrm, template and ble nus_uart code...
Hi all,
I have been trying to combine the UART and hID Keyboard examples into a single application.
I want to use the HID part to send specific keystrokes using buttons...
Hello, I build a BLE 6LoWPAN environment on my raspberry pi with Kernel 3.18.3 and connect a BLE Dongle. The BLE Node is Arch BLE ( www.seeedstudio.com/.../Arch-BLE-p-1998...
I referenced the question in this link devzone.nordicsemi.com/.../sd_ble_gattc_primary_services_discover .
And I can see the Read by Group Type Request and response in sniffer...
HI,
I add a readable and writeable characteristic with :
attr_md.vloc = BLE_GATTS_VLOC_USER;
attr_md.vlen = 1;
attr_md.wr_auth = 1;
and
attr_char_value.p_attr_md...
Hi Guys,
I'm doing a test between CC2541 and Nordic NRF51822. The CC2541 work as a peripheral role. NRF51822 as central role. But CC2541 can update another CC2541 that...