Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
Hi,
Again the topic which has already been discussed several times in this forum. I just want to share my experience and perhaps help other users having difficulties.
...
EDIT: We found the reason for this and it is a hardware issue. This question can be deleted as it is no longer valid.
-----
Hello,
We are currently developing a...
Hello,
I would like to obtain some information on the possible substitutes for the nRF51822 (BGA Packaging).
I received notification that right now only the final orders...
I am using the nrf9160 for an OTA firmware update application. I initially executed the fota download file from the http_application_update sample project in it's default...
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...
Hi,
I am using
nRF52840
SDK 15.3.0
Keil IDE
The soft device is S140
JLinkRTTViewer for debug
Device has both Central & peripheral functions.
It takes about...
Hi,
I used(SoftDevice 140, based on the ..RF5_SDK_15\examples\ble_peripheral\ble_app_beacon )
m_adv_params.properties.type = BLE_GAP_ADV_TYPE_NONCONNECTABLE_NONSCANNABLE_UNDIRECTED;...