Hi all,
I'm working with the nrf51422 and the nrf51822 and I was wondering what the current status of the over the air DFU system is.
I'm using SDK 6.0 and I managed...
nRF24l01+ at a transmitter module one time successful transmission show & after 1 sec failed also . if any doing programming with atmega32 ,please send code for TX & RX ....
Hello,
can the radio notification and radio disable APIs be used to use the radio hardware from the application layer?
Background of my question is, that I have an application...
Hi,
I am using central s120 with peripheral s110. The connection to the peripheral is depending on the name advertised by the peripheral.
When connection is done, the...
Hello,
I am trying to ecrypt some data in order to send some data encrypted in the MINOR and MAJOR adverts of the device.
I used this code to ecrypt the data ( this is...
Hi,
i use anRF51822 with soft device 7.
I run the UART app on my iPhone 4s with ios7 and on the nrf51822 board the ble_app_uart with keil uVision5.
Both devices connected...
Hello,
I upgraded nRFgo Studio software to version 1.17.0. Installation goes OK but the application crashes every time I try to launch it after installation process.. Then...
When I call sd_ble_gatts_hvx() it returns 0x3400 and I'm not sure why. The error indicates the sum of these three errors:
NRF_ERROR_STK_BASE_NUM (0x3000) NRF_GATTS_ERR_BASE...
Dear Members,
I tried to include temperature into my ANT HRM receiver code,
but when I add components\drivers_nrf\nrf_soc_nosd
I got plenty of errors, what do I...
Hi,
Using 'nrf5_SDK_for_Mesh_v5.0.0_src' exampe project 'light_switch' developed for nrf52 Development Kit(pca10040). How to make the same project working on Thingy52(pca20020...
I am working on a project based on the ble_app_hrs_rscs_relay example project which I have largely extended with many additional services.
For example I am offering an additional...
Hi
I am working on nRF52832 , I want to store the data in NVMC . so I am trying to write the data blockwise , I saw the layout each page consists of Block 0-7 .To each block...
Hi everyone,
Is it possible to implement a USB device belonging to the Personal Healthcare class with the nordic nrf52840 DK?
NRF supports Personal Healthcare USB class...
Hi, I have written these 3 functions to erase/read and write. When I write any value from address 1 it gives following wrong output(0 1 2 3). But When I start address from...
Hi nordic team,
I use the nrf52832 EVK ,I want to connect MIC and speaker to the EVK.
I read the nRF52832_PS_v1.4.pdf, and i guess following interfaces can be used.I don...
Hello
I am using Linux PC
nrf52832
chmod 777 to the nordic serial port
using the bt_nus_shell script :
sudo python bt_nus_shell.py --name BT_NUS_shell --com...
I want to use nrf5340 on DTM mode (installed through nrf connect) to test Carrier frequency offset for CTE packets using CMW500. However, CMW uses power trigger to find the...
I have developed a custom PCB based on nRF 9160. I have followed the connections as per the attached image
Can I use Segger Embeded Studio to program the custom PCBs. If...
Hi there!
How i can put nrf52840 NCP module into low power mode or turn it off? By SPINEL_PROP_MCU_POWER_STATE property of Spinel protocol getting error - "Prop_not_found...
Is it possible to implement a wakeup/power-on-long-push?
Working with the pwr_mgmt example from SDK 17, I see how bsp_wakeup_btn_config works to enable a BUTTON_ACTIVE_STATE...