Hi folks,
I'm having some UART trouble - help would be much appreciated, and thank you in advance.
------------------------
Overview:
I'm working on a project that...
Hi,
We are using the nrfconnect for thread and zigbee 3.2.
We have modelled our Bluetooth peripheral, running on the nrf52840, on the BLE UART example. It connects fine...
I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hello,
I have a custom program based on the uart example. I can write to the device, but sending to the master fails.
I call the SendString code, but p_nus->is_notification_enabled...
Problem
I got some problem in change device name.
I found that the function of ble.gap.setDeviceName(deviceName) is useless.
So I've searching for another function...
Hi,
Does anyone know if there are plans to support RTX in the nRF52 SDK? It is included in the nRF51 SDK under external/rtx , and there is an example in examples/peripheral...
Hi,
I have purchased the nRF8001 DK and it came with no documentations. I downloaded the nRF8001 DK User Guide V1.1.
In this documentation, under section 1.3 there is...
I have setup environment on QT creator and i am using JLink GDB server debugger.The nordic chip is nrf51822 QF AA H0 and SDK is nrf51822 s110 version 8.1.0 .I read some posts...
I donwloaded the iOS nrf toolbox. I found that the app converts the glucose measurement to KG/L and not to mmol/l? The reading on the glucometer is in mg/dl so when I multiplied...
Hi,
I am trying to get my mesh running on the nRF52 Preview DK but calling
SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM, NULL);
will break my program...
I am using nrf51422 and ble app uart as my example code and trying to connect to my ios app nrf toolbox by enabling a static key for the pairing process. i have read all the...
After installing the Master Control Panel 3.10.0.14 (x64) on Windows 7 Professional, uninstalling JLink V5.02a (which MCP really does not like) so it uses V4.98c, and realizing...
Hi,
I have a program that it works fine with nRF51-DK, but I want build a PCB with the Waveshare Mini nRF51822 module.
What do I need to program this module? With the...
Hello
When refering to the documentation its stated:
"The DTM application is stand-alone. Therefore the S110 SoftDevice must be erased in the nRF51822 device. "
Is this...
when i download the 7.0.0 softdevice and the demo project "Nordic\nrf51822\Board\pca10001\s110\experimental\ble_app_uart" to my nRF51822 board,it works well,but use the 8...
I have changed some where of bps demo.one of is i use the app_timer_create() api creat the time use to send digtal periodicity,but after changed the nrf51822 could connect...
Hello Everyone,
I flashed the nrf51DK by using the basic blinky example after that i tried to flash the UART example program it is displaying programming is done, but still...