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,
1. Can nRF9160 equipment automatically identify the following two networks?
2.CAT-NB1/NB2
3.CAT-M1
4. Automatically identifies the NB network when inserting a...
Hi,
I have a weird issue occuring when trying to connect to my MQTT server.
If i run the code on a NRF9160 DK i can connect perfectly fine to my MQTT server calling...
Hi all,
In the nRF9160 https_Client sample, I was able to connect to the server by provisioning a server-matched root certificate to the nRF9160.
Can I connect to an...
I've been playing around with the v1.9.1\zephyr\samples\boards\nrf\system_off\ example code, as I want to implement something similar in my own code. But I want to be able...
Hi
I would like to change my coded PHY layer 1MBps to 2Mbps.
For that, i just change the params BLE_GAP_PHY_1MBPS to BLE_GAP_PHY_2MBPS in my code.
But now the function...
Hi,
We are battling to get to the advertised low power values as described here:
https://devzone.nordicsemi.com/guides/cellular-iot-guides/b/hardware-design/posts/measuring...
Hi
I'm trying to create a central device to connect with a series of different peripheral devices. All the peripheral devices can be discovered during the scanning. However...
Hello!
I am working on a FOTA solution for the nRF52DK, I have followed this example: https://devzone.nordicsemi.com/guides/nrf-connect-sdk-guides/b/software/posts/ncs...
Hi,
I have previously compiled the zigbee command_line_agent for the PCA10059 which I use for testing.
It worked when uploaded so I have one working PCA10059.
Recently...
Hi,
I have a problem getting interrupts by the rtc component working. I am using the nrf58211 chip, nRF Connect SDK v. 1.9, uBlox BMD360-eval development board.
My code...
I have Windows 7 pc on which PCA10040 DK is used to test UUT.
- Devkit frequently gets corrupted for unknown reason.
-It has custom Firmware which is validated to be working...
I learned today that the ALIGN_NUM macro doesn't work as expected if the data type passed is not unsigned int type. I find that using int32_t or uint8_t with ALIGN_NUM produces...
I'm using nRF Connect for Mobile on my Android smartphone (HTC U11, Android 9) for over a year now
It was working well so far last year, then I paused for a few weeks and...
Is a bootloader required to flash code to the nRF-52832?
I built a custom board with a blank nRF52832-QFAB-R. I'm able to run through the tests on the Segger J-Flash V7...
Hi
I am working with an nRF52DK board that is successfully communicating with Nordic's nRF Toolbox app via BLE UART.
I would like to be able to modify the app as I modify...