Hi ,
I would like to know if a matching network is needed if I am only using a single external flex antenna for both LTE and GPS using a RF switch between them and a uFL...
I am a student interested in Nordic.
My coding skills are very poor.
So I want to get help.
I want to use the vl53l1x sensor in nrf52. (My ultimate goal is to measure...
I have a working project where pin 16 is configured as a low-level interrupt source.
it is working well with SDK 15.3
after porting to SDK 17.0.2, it is not triggering...
Hello Nordic Support Engineers and fellow developers ...
Just a note to thank everyone for help via this forum. I started very inexperienced with Nordic SDK a year ago and...
Hi,
I recently purchased a thingy91 for a project. I'm trying to follow instructions from a Nordic youtube video ( https://www.youtube.com/watch?reload=9&v=xQ7hDzRULJQ ...
I have a nRF5340PDK, Now I want to know the lowest power consumption of this chip in different condition, such as adv, connect, sleep. But I am not sure how to config the...
Hi I've been trying to get started with the nrf52840 dk and dongle on my Windows 10 machine but have been stuck on this set-up issue. I'm using the following versions:
...
I'm currently working on u-blox Nina B302 and I'm trying out program examples from the nRF52 SDK on an evaluation board. To try out BLE connections, I'm using the nRF Connect...
Hi
The Product (NRF52832) was upgraded from SD 4.0.2 to the SD6.1.1.
During the pairing procedure the sd_ble_gap_data_length_update() returns a NRF_ERROR_RESOURCES error...
I use SDK16.
test fstorage write data.I find fstorage is busy appears when BLE sends and receives data.
for example main.c :
line 206: fst_erase_test(); line 207: NRF_LOG_INFO...
I am trying to implement the Simple On Off Server model in an existing project. In main.c I did the following:
1. In models_init_cb(), I added the following lines:
2...
Hello. I'm trying to make a product by running nrf51822 as an observer role.
This product will only use passive scanning and will not transmit any data.
How much energy...
Hello,
I have some issues sending valid information to nRF Connect app by bluetooth using the Aduino Nano 33 BLE with nRF52840 on it. I am using Arduino IDE and the ArduinoBLE...
Hi all,
The project I am working on consists of a BLE peripheral, a BLE central and an enhanced shockburst device. I run into a problem in the code of the peripheral:...
In a project based on Softdevice S132 7.0.1 employing the Softdevice timeslot API, I noticed that the nrf_radio_signal_callback_t function passed into sd_radio_session_open...
Hello,
I am using UART_1 to receive GNSS data. For UART_1, baud rate is 115200bps. On terminal, I can see the correct data when baud rate is set to 115200bps. When the baudrate...
Hi, i am using nrf52840 development kit , four servo motor . using 15.2 sdk version
here i am controlling the angle using adc values , i am done with one servo motor . pwm...
Hi
I am modifying the scanning and advertising paremeters for coded (125kbps).
I made the following changes in advertising
.primary_phy =BLE_GAP_PHY_CODED, instead of...
Hi All,
I am using nRF52832 SOC for my development. I would like to buy a packet sniffer for my BLE development.
Can someone please suggest a suitable device for this...
Hi
In the SDK, Replay_Cache_Entries is assigned a value of 40, which means that Replay_Cache can only process 40 unicast messages. That limits the maximum number of unicast...