Hi, I wanted to ask a question regarding sending data.
I currently have external memory that will send out serial data (SPI) to the nordic microcontroller. I have saved...
Recently, I try to programme nRF51822 DK communicating with nRF2401e1 DK,unfortunately,which does not success. With setting radio configuration: TXPower,frequency channel...
E:\BLE\work\nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
SDK 6.0.0
Softdevice 7.0
When I connect to Android 4.4.3 device(Nexus7 II) will...
E:\BLE\work\nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
SDK 6.0.0
Softdevice 7.0
When I connect to Android 4.4.3 device(Nexus7 II) will...
I have been trying to understand and get the “ble_app_template” running this weekend, but I keep running into errors. For example in
static void sys_evt_dispatch(uint32_t...
Based on the nRFUart demo, I added a masterEmulator.DiscoverServices() block before the DiscoverPipes() block in a very similar manner. Purposed is to be able to get more...
Hi,
There is much talking about the "large data transfer" over BLE, the l2cap channel being the best option for the moment.
However, does anyone know the datarate achievable...
Assume that the Generic Level State is 0 and the following Generic Level Set message is received by a node.
Level: 0x7FFF Tid: 1 Delay: 0xFF (1275 ms) Transition time: 0x00...
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...