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...
Hi, We are attempting moving our BLE security from mitm to lesc+mitm, and have a few questions on the matter:
Is it "good practice" to change the security of the characteristics...
Hi,
I have developed a device with a smartphone controller. I can transmit and receive commands to the device using the ble_app_uart instance. I want to send data from device...
Hi Friends,
I am not yet familiar with NFC and have a question about using NFC with the nRF52.
If I understood it correctly the nRF52 is a "listening device" i.e. it cannot...
This previous case is an example of what i am trying to do.Reconfifure the radio parameters.
Using example code does not work for me. the DUT has other aspects that need...
Hi Nordic,
1.I am running (C:\ncs\v2.1.0-rc2\zephyr\samples\drivers\uart\echo_bot) but i need to change baud rate within program
2. I Can Change my baud rate using overlay...
Hi All,
I modified ble_app_uart_c code to create multiple central connections instead of single central connection.
Here I am facing problem, once my central device...
Hi all
For the nRF52832, there existed diagrams for "GPIO drive strength vs Voltage" and "Max sink current vs Voltage" in the product specification (PS V1.8, figure 25 ...
Hi, as the title states, we are exploring the possibility of building a product that utilises dynamic multiprotocol to be a BLE Peripheral as well as a Thread SSED concurrently...
Compiling nrf_dfu_ble.c I get several errors:
unknown type name 'nrf_dfu_observer_t'
'ble_dfu_transport_init' undeclared here (not in a function); did you mean 'nrf_dfu_transports_init...
I am working on a 52840 platform DFU bootloader.
I get linker errors I cant seem to fix:
undefined reference to `crc32_compute',
Bootloader/nrf_bootloader_info.o:C:...
Hi Team!
Does release 2.1 of the SDK address the issue raised in the below ticket with LWM2M implementation?
I have made the necessary changes to Asset Tracker v2 application...
I am looking at adding BLE to an existing design. The product uses an ARM micro, and currently has SPI and I2C available at daughterboard connectors. I am trying to understand...
Hello, guys.
I am using nRF Connect SDK, version 1.4.2 and nRF52840DK. I wonder what would be the way to print floating numbers during debug phase?
According to this thread...
Using the latest nRF_Connect_SDK
How can we set a udp/dtls socket, peer connect timeout for this call:
If there is no way to set a timeout for the call itself, is there...