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,
I use, with success, the FDS library to save data to the flash memory. I also use, with success, the bootloader to update the application (original dual bank ble...
Hello there, thanks so much for taking the time to read. My problem is the following
I am trying to run GZP (Gazell Pairing Library). After successfully pairing with a...
We are currently trying to log our sensor data to a mobile phone through uart using nrfLogger app. We have nrf51 module and we are using SDK 12.
In nrfconnect, we select...
Hi,
I have problem with long write by sd_ble_gattc_write.
I send first 18 bytes by button on pca10028, then I waiting for BLE_GATTC_EVT_WRITE_RSP and sending rest of bytes...
I need some help with something very basic...
I need a way to upgrade my DFU BLE bootloader to either reset back to the app if no update has been sent after some timeout...
hello,
According to the "twi_scanner" example from the SDK12.2 I don't understand how the respective I2C pins/GPIOs are set up.
There is this function that I found "nrf_gpio_cfg...
My nRF52 device is an asset tracker and does not have a comm port. I have been looking at a BLE dongle setup for manufacturing test but the results are not repeatable with...
HI,
Nordic part used is nRF51822.
Is there any way to increase signal strength of BLE tx?
I see some parameters in advertising_init function for advdata.p_tx_power_level...
Hi all
According to chapter 50.2 of the nRF52832 product specification V1.2, the pins used for the UART peripheral should be configured before in the GPIO peripheral to...
why most of the examples of sdk 12's sdk config file has different options?
I'm trying to build an application that has Central and Peripheral Role application (and it...
Hi,
I have noticed the new preview DK for NRF82840 is now available, and the new chip is running the new BLE5 spec. My understanding on the BLE v5 is the higher data rate...
Dear Team,
We are facing an issue in nrf51822. We are compiling same project on different system in log file we got certain differences such as
System Licence
...
How to change Peripheral Role to Central Role without having concurrent Role?
I know S130 Can have 8 Concurrent Role as Central, Peripheral, Observer, Broadcaster.
But...
Hellow i am starting with nrf51, and reading nAN-36_v1.1x.pdf doucument
about using use a button to sent a signal through ble.
the BLE hellow world.
but I cant find the...