I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
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...
I'm developing an app that communicates with iOS apps using Nordic's services.
I got this error during development.
I have three questions about the "peer removed pairing...
Hi,
I want to enable 8 channels of saadc in SE mode with 10 bits of resolution. the number of samples in every packet is 32, which means every channel have 4 samples in...
The problem I meet similar to https://devzone.nordicsemi.com/f/nordic-q-a/60684/nrf5340-pdk---debugger-in-ses-remains-in-bt_enable-forever .
/* Wait til nameservice ep...
I'm interested in collecting the modem core temperature for my applications. After some digging in modem_info.h / modem_info.c , I saw the temperature data structure exists...
I want to use PPK2 to test the power consumption of my user device, I have connected the PPK device to my pc with USB cable and turned on its power switch, but when I opened...
Hi, I am trying to run the sample I2S echo program(nrf-sdk/zephyr/samples/drivers/i2s/echo) on 9160 DK, and am having issues reading any valid data on I2s RX. Codec chip is...
Hello
NRF52840 with own hardware
nRF SDK V17.0.2_d674dde
nRF SDK for Mesh V5.0.0
IDE: SEGGER 5.60
I started with the "ble_peripheral/ble_app_template" example...
I am trying to use the dongle as a BLE sniffer. I have followed the directions on how to program the dongle including downloading and installing the jLink software.
When...
SDK 17.0.2, SD 7.2.0. with secure bootloader, when performing DFU without BLE_GAP_ADDR_TYPE_RANDOM_PRIVATE_RESOLVABLE, nRFConnect will successfully update the app. With BLE_GAP_ADDR_TYPE_RANDOM_PRIVATE_RESOLVABLE...
Dear all,
is it possible to get a more detailed explanation what the function "averaging cell search mode" activated by AT%XDEEPSEARCH=1 does?
Best regards,
Peter
I scan a few devices which have BLE_GAP_ADDR_TYPE_ANONYMOUS. When I print the addresses from ble_gap_addr_t.addr, they look like this:
AC:23:3F:77:28:AE AC:23:3F:77:28:AA...
Hi Everyone, I've started working with Zephyr, VSCode and nCS. I'm using a sample and working on it modifiying things, but I'm not able to include extern modules, lemme explain...
Hi,
I am developing Coap-Client and Coap-Server devices using nRf52840 dev kit. I am using ncs 1.7.1 sdk. I have a few questions.
1- I can successfully send a data received...
Hello all,
I have recently developed a custom board that uses an nrf52810. It also contains an accelerometer as well as some hardware for regulating the voltage and charging...
hi
I am using nRF5 Calendar example and
I have this problem
could you help me, how can I fix that?
I don't use the UART functions, I'm going to use SSD1306 to...