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...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
Hi,
I am using the nRF Connect SDK to develop software for a nRF5340_PDK focusing on Security and power efficiency. Therefore I wanted to make use of the CryptoCell-312...
Hello,
The release-notes of the Modem Firmware v1.0.0 for the nRF9160 state that there is now "Support for DNS server address setting by application.". However, I cannot...
After updating to nRF9160 mode firmware v1.1.1 there have been several vector catches. I have not updated Zephyr or anything else from the latest version downloaded on 9/24...
Hi,
I have programmed my Nordic Thingy 91 with lte_ble_gateway and seems to work fine. However whenever I increase the connection parameters, the thingy91 fails in the discoverty...
Hello All,
Please share me the link where I can get complete explanation on software part for how to use following wakeup options as stated in datasheet
1]The detect signal...
Hi all,
I have 3 nRF52840 Bluetooth tags and I have used Segger Embedded Studio for programming the nRF52840 for the proximity application. Once I have programmed all the...
Hi,
We are seeing some strange stuff when trying to pass floating point values to a function. When we pass the parameter by value (meaning as an actual floating point number...
Hi!
I'm trying to communicate with modem through UART.
Power supply: Battery connected to VDDH
VDD_nRF: 1.8V
nRF52840 DK connected to modem devkit using wires (about...
I am using example code TWI_sensor. It is the same code i just switch ports and added couple of lines that would power up my sensor. After running it i can't even clk going...
Dear Community;
I am using this code provided by a Nordic engineer to make some HTTP request in order to use Telegram Bot API . It works fine but after 1-2 days working...
Hi,
I am in search of an SoC capable of processing data and having Bluetooth features. I have to use it in an automotive design and need to be compatible for the application...
Hi, I am having an issues when i run the command
west init -m https://github.com/NordicPlayground/fw-nrfconnect-nrf This is the response : I found a similar issue here but...
I'm trying to find documentation about the RADIO peripheral of the NRF51822 chip. In the NRF SDK file nrf51.h i can find all the registers like 'PCNF0' and 'CRCCNF' but there...
Trying to setup nRF Sniffer v2.1 for nRF52 Development Kit (PCA10040)
1) Wireshark does not see the Sniffer. When I run nrf_sniffer.bat, I get this:
C:\Program Files\Wireshark...
Hi,
I am now trying to reduce the total number of packets during the dfu process. After reading all the code about dfu in both app and bootloader, I find that in this process...