Hi All,
Please correct the following in my understanding. Also , i am planning to build a
remote controlled device using a PWM output. How does ATT,GATT and GAP affect/influence...
My board works most of the time are very good,but one time i power down the board when ble connecting and data transmitting,the board can't work when power on.and i can't...
Posting this as separate question as it got no traction in the other thread:
Why are there many of the same include files in the DFU example directory as in the S110 7...
Hi all,
this is not a question per se but rather a warning to those who are attempting to debug Flash related operations with the SEGGER J-Link GDB Server (v4.84a for Linux...
I debugging some function abnormal after OTA problem, and problem with disappear after redo OTA FW upgrade, duirng it I found a problem about Master Control Panel FW upgrade...
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...