Hi,
I just started to interface the lcd display with nrf51822 evaluation board. The display i'm using is, spi compatible, 18" tft (160x130) from tiny lcd. I took spi master...
Hi,
We are using the nRF905 device in an application where it needs to switch between auto-retransmitting and sending single packets, due to it communicating with several...
This is not a real question for support. It's more a success story i'd like to share with you!
Our company develops firmware for various customers on a lot of different...
Hi all,
What is the maximum data rate for the nRF24AP2 when using the Synchronous serial interface?
I cann't see it in the datasheet.
Is there anyone can answer me...
Hi,
In my design, there is a tag used by 24l01,It can transmit the temperature value.In the tag, the parameters are like this:
addrofch[0] = 0xe7;
addrofch[1] =...
We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Hello All,
I am trying to publish sensor data retrieved by nrf52840 to AWS mqtt broker.
has anyone ported amazon web service embedded C IoT sdk on nrf52 ?
Any suggestions...
I'm experiencing issues when porting a working app based on the BLE HIDS examples from SDK13 to SDK14. I now basically rebuilt the application from the SDK14 hids keyboard...
I was building a prototype on my nRF52DK. Before the weekend it all worked fine, switched it off, came back after the weekend and now I get the "Could not power-up debug power...
I made boards with the nrf52832 chip and the MAX8808X chip. The MAX8808X chip has battery monitoring. But I do not know what to do.
The number of GPIO pins connected to this...
Hello,
I downloaded the recent SDK 14.2.0 and installed nRF5x_MDK_8_15_0_IAR_NordicLicense.msi included.
When trying to load the ble_app_template in the dev kit I don...
Hi,
I have a custom PCB board with a nRF52832 and a motion sensor.
I cannot use a signal analyzer on the output from the sensor because of the shape and small size of...
Dear nordic employee
my purpose is send a data the length is from 150 to 273
when my server device send data by sd_ble_gatts_hvx(the send length is fixed 10 bytes) ...
hi support team,
my nrf52840 is acting as peripheral and my mobile with nrf connect is acting as central. after the connection i am able to read and write my device name...
Hello Nordic Team,
A quick one to let you know the links on the frontpage of the NRF SDK are either broken or completely cyclical.
if you click on a link to a particular...
There is only one constructor for type BluetoothGattCharacteristic in Android SDK
BluetoothGattCharacteristic(UUID uuid, int properties, int permissions)
Does the...
Dears,
I would like to implement a solution for multi-nus(peripherals) to connect one ble_app_multilink_central(centrals). Is it the right way to implement multi-nus connecting...
Hello, I am trying to set my own BLE service, and on the adverstisement initialization I get an error 0x0000000c when calling to ble_advertising_init() .
Why does it mean...
I'm trying to implement a BLE Central device on an STM32 using Serialization to connect with an nRF52-DK board; I've previously gotten a BLE Peripheral working on the same...
Hello All,
I want to write the peripheral code which will send sensor reading to central.
For that I started looking into the Uart_Nus peripheral code from SDK.
I tried...
Hi,
We have a BLE Tx (Transmitter) and BLE Rx (Receiver)
BLE Tx : Nordic nrf51822 (Role: Peripheral, Server)
BLE Rx : Other chip (Role: Central,Client) ...