I have a central application and peripheral application that are based on the multilink-central/multilink-peripheral examples.
I've modified them to run on the PCA10001...
Hi All,
I'm using nRF24L01P for TX device and want to receive packet from nRF51822 RX device.
nRF24L01P TX device Register settings are as follows;
Reg.EN_AA=0x00...
I am trying to develop for some nRF51822 mbed boards, and I would like to use the S130 SD to enable both central and peripheral behaviour. The machine I'm using for development...
I'm using the nRF51822 eval kit
I have installed MCP but after starting I get pop-up: Master Control Panel has stopped working
In nRFgo Studio / Device manager pane...
the proximity example is running ok. but when I modify the length of the alert_level I have the following error on the server side that I am not understanding.
476;16:12...
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 ....
To the kind Nordic support team,
I have got a nRF52833 based Raytac module I'm using to develop before using a custom board.
I'm using Microsoft Bluetooth Virtual Sniffer...
Dear Hardware Application Engineer,
We are using nRF ASICs for our IoT products for the past two years.
In nRF52x series products, forex. nRF52840, there is a power supply...
When I do a DFU on my device (nrf52832 with Zephyr) using nrfConnect, the update is successful, but I get a message in the log stating "Length of data to send exceeds MTU...
Hi Nordic,
I am using the Raytac module with the nrf52840 inside, I have set my hardware as mode of Reg0 DC/DC enabled. Which disconnected the VDD and VDDH. Also I have...
Hello,
We need to use the RX TX on TTL level. That is possible with the nRF24L02 chip, as fa as I can understand from the datasheet. But we also need to use 8 bits, even...
Hello,
I am using nrf52840(nRF5 SDK v15.2.0). armgcc compiler, softdevice s140 hex, and application + OTA bootloader combined hex file.
in my application, I have some...
Hi,
We're developing with Zephyr OS on nrf9160 and recently added SD Card support. We build our application also for qemu_x86 for testing purposes and would like to add...
Hi!
Hope you are doing well!
I was wondering if we can use a normal characteristic to do the buttonless DFU (i.e. transmit all .hex file through that normal characteristic...
Hi, I have a few questions related to extended advertising. I am trying to receive extended advertisement sent from an nRF52832 with an ios device. The Softdevice used is...
Hello!
I have the Serial LTE code running on an NRF9160 DK and sending AT commands to publish data to MQTT broker.
It happens sometimes that the NRF9160 looses network...
I want to verify below configuration can operate or not in bluetooth ?
Fitness tracker is preset in connected mode. Broadcast mode can be selected as fitness tacker have...
We have been tracking down the source of excessive power consumption that we have been seeing with the nRF52840. Our application is spending the vast majority of it's time...
Hello,
I am following a tutorial about writing a custom ble service on the NordicPlayground Github:
https://github.com/NordicPlayground/nRF5x-custom-ble-service-tutorial...
I have a BLE service:
BT_GATT_SERVICE_DEFINE (lres_svc,
BT_GATT_PRIMARY_SERVICE ( BT_UUID_LRES ),
BT_GATT_CHARACTERISTIC ( BT_UUID_LRES_STAT , BT_GATT_CHRC_NOTIFY...