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...
Hi, I have a simple voltage divider circuit and I am measuring analog input from in between the resistors. I am using a custom NRF52832 being powered by a DK. I get quite...
I recently purchased a Thingy91 and have been following the start up guide but have been running into an issue with the thingy91 being recognized over USB. I was able to connect...
Hi Nordic,
I am developing a distance measurement application between the nrf52840 and nrf52833 unit for the long distance mode.
for the nrf52840 as center which running...
HI
I'm using SPI connecting to mutiple max31856(two now) on nrf52DK and SDK15.3
so I control my ss pin to pull low by myself
chip select by changing spi_pin like some...
a data array, length is 2048,use function "sd_ble_gattc_write", a error occurred, length less than 240, no error.
do {。。 err_code = write_configure(m_center_handle,14...
Hi all,
I'm using NRF SDK v17.0.2 and IEEE 802.15.4 stack library. I want to implement sleeping device. I think I should use sys_sleep_request_ms function to make the device...
Hello, Is it possible to use the USB Pins for Uart? no USB Protrocoll Would be nice if i can use the USB socket for UART with my other projects so i dont have to create a...
Hi,
There are new softdevices (v7.0.1) out for the nrf52832 and nrf52840 but, I don't see any mention of them on Nordic's infocentre. Are they compatible with SDK 16.0...
OS in development environment :Windows10 HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board : Central / Peripherals CPU :(Nordic) nRF52832 / ARMR Cortex-M4F 32 bit processor...
Hi,
I have been working on DFU ble update with nrf52840 DK.
Using the onboard buttons I'm able to go to DFU mode where as for our custom board there's no buttons and I...
I am developing a firmware for the nRF52805 SoC with a nRF52 DK. I want to implement the DFU support on the same. The secure bootloader example in examples\dfu\secure_bootloader...
Hi everybody,
I'm trying to update a device (a PineTime device with a nrf52832). The firmware is using legacy DFU. I already have a DFU package, so, I only need to perform...
Hi,
I running a code that written on C and compiled with IAR for few years on nRF52832. Now i have a task to implement a new algorithm on embbeded but it was written with...