Hi,
I am testing the Bluetooth remote discovery of the nRF52840 in LE Coded mode with the transmission power set to 8 dBm.
The farthest distance currently achievable is...
Hello DevZone,
I have an nRF5340 devkit along with an nRF7002EK, and I'm looking to upgrade from SDK version 2.6.1 to 2.6.4. However, I'm facing an issue. In version 2.6...
I want to measure the current consumption on the DK with an Amperemeter. For that i have this setup:
Please excuse my terrible drawing skills. Im basically powering...
Hello,
Our company makes module using nRF52840. And we also make development kit with it.
I recently programmed open bootloader built-in hex in nRF5 SDK v17.1.0 (examples...
Hi, As I am working on nRF5340dk and I am facing issues with flash memory. My application is exceeding the size of flash in nrf5340 (1MB flash). I want to move to nrf54 series...
Hi Team,
For my project, I am using nRF 5340 board and using the Zephyr SDK for development. I need to read and write data from/to an external QSPI EEPROM used ( MP95P08...
Hi,
We are using nRF52840DK. Our main object is to collect the log for the BLE. We have installed the nRF Sniffer software and wireshark tool to extract the BLE Packets...
Hello,
We do not want our beacon on at all times. I suppose our need below has been asked before.
Is there a sample snippit of code, or a document on ble_app_beacon...
hi:
i want to create timer in my code, i create timer and start the timer ,but the timer do not work,i found timer number can not exceed four,detailed information in the...
I found a bug in the FreeRTOS port provided by Nordic for the nRF52832 in SDK v11.0.0. This bug only applies if configASSERT_DEFINED is equal to 1, as the affected code is...
Hi,
We are assessing the pros and cons to port our software to work on S130. We are currently using S110 (Peripheral) and S120 (Central) on nRF51822 rev.3.
Based on the...
I am running ble_app_uart sample code on nRF-dk using SoftDevice n130. It is working fine.
Currently, when nRF UART app connects to ble_app_uart, user does not need to...
I have hard time in start a twi in nrf52832 with SDK11.0, I can't initial twi ,whatever i do ,when i build is still an error ,here is my code:
static const nrf_drv_twi_t...
Hello. Nowadays I'm trying to upload the softdevice for the RTOS based on the freertos.
As you know, determinism is very important for the realtime.
I want to know the...
Hai guys,
I am using nrf51dk, S130, and Keil to develop a simple project. My aim is to send the sensor data from the nrf51422 to the mobile app.
when no mobile is available...
I read this thread: nRF51 beacon high frequency scanning and advertising and have similar problem here.
Some repost from my electronics.stackexchange.com question
...
heya all,
I've tried folowing the guidlines for selecting correct SoftDevice for particular DK, but I am completely confused about the whole naming conventions and versions...
Hello,
I wants to store data in file or store data as non volatile .
I can't found any file related function.
Can any one help me how to store data as non volatile...
Im using nrf51. first I used bonding feature, for that I configured the characteristics with BLE_GAP_CONN_SEC_MODE_SET_ENC_NO_MITM on read to trigger the bonding on IOS. ...
I am using SDK 11.0.0 and S132 on a nRF52832. In my application, my device can operate in BLE mode with the SoftDevice enabled or in custom RF mode with the SoftDevice disabled...
I need an accurate timer to generate pulses about 20ms. With simple timer this is workiong fine, but I need more then one timer simultaneously. So I would like to use app_timer...
Hi
I am working on NRF51822. I am using S120 ble_app_multilink_central example. I am trying to create a Timer1 interrupt of 1ms interval. My interrupt is working but interval...