Hello team, I am currently working on the distance measurement functionality using the development kit (nRF5340 and SDK: v2.9.0). At present, the distance measurement runs...
Hi,
Right now I'm looking down at the nrf52840 datasheet, because I would like to do a project with such MCU, but I got to the part of the integrated DCDC converters and...
Im working with:
-Windows Nordic Connect for Desktop App v5.20.
-Direct Test Mode v2.5.0
-nRF54L15 flashed with ncs v2.9.0 direct_test_mode example
There is currently...
Dear team, in my design I'm using MCUBOOT to perform FOTA DFU over BLE and I need some confirmation about the building process to be sure to do all the step in a properly...
Hi!
I'm migrating my development environment to arm-based Mac. I succeed to install nRF Connect for Desktop app for aarch64 architecture, but struggling to get Bluetooth...
Background
Our device uses the CONFIG_LTE_NETWORK_TIMEOUT option from LTE Link Control, which by default is set to 600 seconds (10 minutes). I haven’t found any specific...
Hi all,
I am using and nrf9160, in particular a thingy91. It is running 1.3.7 firmware. I have the SLM sample loaded and can sent AT commands to the device using the nRF...
Hi
I'm just starting with all this. My set up is a nRFgo motherboard with a nRF51422 DK attached (PCA10007).
I've installed all the tools of the toolchain as stated in...
I've just flashed the softdevice 5.2.1 and BLE Proximity sample app to my nRF51822. I presume any previous bond state on the device should have been wiped by doing this. ...
It would be nice if you could update Application Note 29 ("Development with GCC and Eclipse") for the nRF51822 to include instructions for Mac OS X.
I don't think it's...
Hello,
I developed a BLE based application using nRF51822 softdevice S110.
This application is very low consumption.
The device connects every 60 seconds, and can send...
I try SDK hid mouse example this days, In SDK v4.2.2 it does not work sometimes when I press button 0~3 ,and some times the mouse arrow move slowly when I press the button...
Hi,
I'm trying to make the nRF module work with an older IO demo board. Does the flexible GPIO system via pin crossbar allow you to modify the pin assignments of the SWDIO...
I what to send button data , how to construct button data array :
uint8_t buffer[INPUT_REP_BUTTONS_LEN]; in function ble_hids_inp_rep_send() ?
In SDK mouse demo I can...
I want to add to lbs service battery service(bas) as well. One of the changes is in the advertising_init() function:
static void advertising_init(void)
{
uint32_t...
Hi,
We have a custom board, with accelerometer sensor, our ultimate aim is to collect the accelerometer data and transfer it to the master device (PC or smartphone) using...
Hi there,
Will any 4.1 features by making their way into the respective Soft Devices any time soon?
I would imagine 32-bit UUIDs would create some memory pressure on...
I am trying to use Eclipse+GCC for my projects. I found a similar issue as stated in the following post:
devzone.nordicsemi.com/.../nan-29-nrf51-sdk-no-project-files
...
I am having trouble getting up and running with the development kit (without the starter kit).
My setup is as follows:
The PCB antenna module is hooked up to the JTAG...
Hi,
In my design, there is a tag used by 24l01,It can transmit the temperature value.In the tag, the parameters are like this:
addrofch[0] = 0xe7;
addrofch[1] =...
Hello,
When the Ant stack want to transmit a packet while the BLE stack is using the radio, an event called EVENT_CHANNEL _COLLISION will be returned, is that...
Hello,
when the device NRF8001 starts Advertise, it sends out only one packet and unexpectedly terminates with a fatal hardware error in "ll_ctrl.s0.c" line 572. This happens...