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...
I haven't been able to crack this one. Both pins confirmed as pull-up high using I notice when the peripheral is enabled the pins are pulled low (correct I think). Only sending...
Dear Nordic Developer Zone,
I want to change PHY configuration of ble_app_uart to 2Mbps.(SoC : nRF52811)
And I want to connect nRF52811 with iOS.(nRF connect for mobile...
Hi,
we reading out a Pressure-Sensor with TWI at the Sensor Server Model.
We get the Pressure-Data in an uint32_t and the measuring range in an uint16_t which have to...
From Mesh Model Specification 1.0.1.
"3.3.2.2.2 Receiving Generic Level Set / Generic Level Set Unacknowledged messages If the Transition Time field is included, the Delay...
I want to send larger UDP packets from nRF9160 (Thingy:91) using Serial LTE modem app.
I am not able to send more than 288 bytes of binary data.
How to send larger binary...
Hello, first, a little background info:
devzone.nordicsemi.com/.../
I want to know if I have successfully set the CCCD handle or not with my Android program.
And...
I've seen the Connectivity Bridge Application in the ncs, however I can't find any sample application for the nRF91 side showing how it can send/receive data and events from...
Hello
I have a cheap ST-link that I use heavylly to program STM arm cortex chip.
So my guess is that it should work for this case.
I am following this tutorial:
...
Hello.
When I try to import a project , it will show a error. I can't build it . Pleave view following info and help me about it . Thank you.
Harrison
BR!~
Hello,
I try to add the BLE-Template code into my existing program code, but I get the following linkage error. I have defined the following flash_placement.xml for my Segger...
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...
Hi,
Add BLE_GATTS_EVT_RW_AUTHORIZE_REQUEST event handle at ble_lbs service in example of ble_app_blinky. but when client read the characteristics 1524 or 1525, no BLE_GATTS_EVT_RW_AUTHORIZE_REQUEST...
Environment: Windows 10 nRF Connect SDK 1.4.0 I followed all of the steps described in nRF connect SDK documentation and tried to build "Blinky" sample from zephyr as shown...
use s132 on NRF52832
when i used sd_ble_gap_connnect () to connected peripheral device,it return NRF_ERROR_INVALID_ADDR
the addr copyed in scan_evt_handler() by NRF_BLE_SCAN_EVT_FILTER_MATCH...