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...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
Hello, I want to port the "ANT and BLE Heart Rate Monitor Relay Application" to the pca10059, but it doesn't seem to work. (The led flashes fast so i guess it indicates BSP_INDICATE_ADVERTISING_DIRECTED...
hello i am using sdk 16 with nrf52830 dvk i have interfaced accelarometer sensor and created a timestamp using internal rtc now i want to send 100 packets(accelarometer data...
HI,
We meet the issue in our product, it is related softdevice, Please help us check it.
Our development enviroment:
SDK: nRF5SDK160098a08e2
SD: s140_nrf52_7.0.1_softdevice...
I'd like to use a nRF52840's UARTE0 as interface for a DMX512 controler. For that I'd need to set the interface at 250000 baud with 8N2. But I can't see how to configure 2...
Hi there,
I've configured the NRFX API of GPIOTE to sense four pins to go from low to high. This works well while the device is on. When the device is off (via having called...
The documentation mentions:
"Supports a star network topology with one Host and up to 8 Devices."
What is the fundamental limit behind this? Would it be possible to...
Hi All,
I tried NCS example scan_adv to test nrf52811 however it's stopped on bt_enable()
the log as:
[16:36:13:020] *** Booting Zephyr OS build v2.4.0-ncs1-1699-gcdc4c217fbd0...
Our application requires an RTC for keeping track of date and time. We use the nRF5 Calendar as a basis for this. This example uses epoch timestamps which is pretty easy to...
I am currently developing my app with nRF52 DK and use the nRF52480 Dongle as a simulated sensor using the built-in server definition capabilities in nRF Connect for Desktop...
Hi.
I am looking for advice on which board may fit my purpose. My intended route as of right now is described at the bottom of this post. I have a door lock that has an...
Hi, I am using ANT Protocol in nRF52832 SES SDK17.0.2
Run the code in <Install folder>\examples\ant\ant_broadcast\tx file and i found that need to download the SDK file...
Hello I have an application which advertises permanently on the Bluetooth but I would like that under certain conditions, that they advertise another name. Can you tell me...
Hi everyone,
In the USBD example we use ENDPOINT IN 1 to comunicate (if a button is pressed) with the host the position of a mouse.
I modified this example, I don't need...
Dear Sir.
In my program 2 strings I need to protect when a new firmware is updated.
#define PROD_DATE "PROD_DATE_03_12-2020" #define IRON_NUMBER "IRON_1234567899999...