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...
In the past few months I got aware, that some, in my opinion simple questions, get marked with
"This comment is under review"
and then nothing happens. For weeks, even...
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...
The nRF51822 Product Specification says that "Maximum number of pins with 5 mA high drive is 3."
Does that mean that you can only configure 3 pins as high drive, or could...
I managed to upload my application OTA DFU when there was only the bootloader running. After my application is there, I can start DFU and my application runs thru reset_prepare...
Is there a firmware locking feature for either 51422/51822, or can you purchase OTP (one time programmable) versions?
Can you buy them mask programmed from Nordic?
I...
I want to get sensor data from arduino, with atleast 200 samples per second, but at present I am only getting around 20 samples per second. I went through forums and got to...
What is the source resistance for the GPIO pin when driven high and configured as following:
Output, Standard 0.5mA drive, No pullup, S0S1
Output, High 5mA drive...
Hi there! I added ANCS to my project which contains services nus, dis, dfus and two other custom services. Everything seems OK except device manager. I paired the device with...
Hello,
I would like to know whether the below PA can be interfaced with nRF51822?
For our application we need to increase the power of the BT. so I have selected the below...
Hi, I am now using hid mouse example to develop a project. On the nrf51822 side, connection\bond\data sent are all ok, then I need to test the project on phone side. In iOS...
Hello,
There is a problem of compile when I finished compile process on Keil as following. Is there any process I missed before I starting to develop nRF52 SDK? what I...
I'm using Windows driver 0.5.0 with a s130 BLE USB dongle.
If my application calls sd_rpc_open on init and sd_rpc_close before exiting, everything works fine.
Now, if...
Hi,
I find an interesting thing: when I test hid keyboard example with android and iOS, after pairing/bonding with the phone at the first connect time, even when phones are...
I downloaded nRF51 SDK 10, but there is no IAR project in examples\dfu\bootloader. Why does Nordic delete IAR project? Is there any problems? Now, I'm using SDK9 with IAR...
Hello Nordic
I am running into a problem where I am trying to change the interrupt priority of the the RADIO_IRQ using a proprietary radio protocol on the nRF51 rev3. I...
Hello there,
I'm currently using nrf52832 with s132 and sdk 0.9.2, based on the 'ble_app_uart' example and keil5. I'd like to use 'ble_nus_string_send' function to send...
hello! i want to send mac address of my bluetooth device. i have written function
uint32_t get_address(void)
{
uint32_t err_code;
ble_gap_addr_t ble_gap_addr;
memset...