Hi, I'm testing the beacon example
(ble_app_beacon, Beacon Transmitter Sample Application ) with my custom board.
I use IAR 7.1 for ARM, Softdevice S110 ver 7.1, and...
Hi,
I'm trying out S130 SoftDevice. I have 1 device with S110v7 which acts as a peripheral.
2nd device contains S130 0.9 (I've based my code on S120 multilink central example...
I've gotten the experimental_ble_app_s130_example_c_pca10028 (BLE Dual role application) to work with my nRF51-DK (modified for my needs). It's an nrF51422 chipset.
I want...
Hey I am working on nordic nrf51822 chip ( http://i.imgur.com/q8EM4uq.jpg ).
I want to run a bluenet code which i have forked from github.com/.../bluenet to github.com/....
Hi, I use the nrf 8001C + stm8s. I successfully installed settings nrfGo, but when I try to execute a command OpenAdvPipe I get an error ACI_STATUS_ERROR_CMD_UNKNOWN .
The...
I am using PCA10031 dongle with SDK 7.2. I tried the blinky example in peripheral directory. Unfortunately it didn't work for me.
When I use the makefile from blank/armgcc...
I've tried compiling and running the ble_app_hrs_rtx demo example suing the makefiles and GCC 'as is'. However, the program just hangs and doesn't do anything. Specifically...
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...