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...
Hi, I am testing the flash storage of nrf52840 with NVS example from NCS v1.4.2
i have run the example code successfully. from the example code i have changed the
uint8_t...
Hello,
I am trying to create a single static library for SDK, and use it in application and bootloader, for that i have merged sdk_config.h files of application and bootloader...
Hi there,
We are a cycling accessories company (mainly light accessories) and have been using Nordic chips for BLE 1 to 1 connection of our helmet to phone (for configurations...
Hi,
I have added the bettery service to ble_app_buttonless_dfu_pca10040_s132 project successfully.
The sample code is from latest SDK 17.0.2 .
When I do the same set...
Hey Folks,
The new LPUART (doc here https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.5.0/nrf/drivers/uart_nrf_sw_lpuart.html ) is supposed to address the issue of...
Hi, I am testing " Zigbee OTA Upgrade Server Example with image transfer over BLE ", https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_tz_v3.2.0%2Fzigbee_example_ota_server...
On the device I have flashed the nRF91 with the latest firmware from here: ncs/nrf/applications/asset_tracker_v2. I have flashed the nRF52 firmware with the most recent firmware...
Dear Sir,
I am working on Bootloader of nRF52840 which I need large space to display some LCD when bootloader startup.
I use Keil compiler, SDK 1702.
In Keil, iROM...
Hi,
I'm planning to develope a set of BLE mesh devices (one control unit which is the coordinator and configurator) and sensor devices (low-power, friend and relay nodes...
Hello,
i need a very sample code for ,open a SPI device ad send , receive a byte.
In particular how open the device tree spi device,
how write a byte
how read a byte...
Excuse me:
1、How many low power modes does NRF have?
2、What is the power consumption in various modes?
3、What is the eDRX power consumption(LTE-M and NB-IOT) and average...
Dear Nordic,
I've integrated a BLE central device with an existing BLE mesh product to create a device that would scan & pair with a monitoring device, collect the data...
Hi
I'm trying to ackquire a GPS fix, and then transmit it to my server as a UDP packet.
First, i enable the GPS with the AT%XSYSTMMODE at command, and then try to enable...
SDK 17_0_2
Hi!
I can't understand is it any possibility to wake up nRF32 from sleep mode via internal RTC timer?
For example- I set ADV duration 30 sec. After that time...