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!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
Good morning, I have a question about NRF Util. I need to make some changes in souce code of nrfutil for my own needs, but the most recent version, which is provided on Github...
I am using the code below to save data from an ADC into a circular buffer.
I then want to save that buffer for retrieval later so I do:
But when I look at the debug...
hi all
Every time the serial port provision the mesh with python, when the temporary variables disappear are defined when exiting the serial port , how to improve the code...
hi,
I am currently learning to use the mpu6050 read and write code in the SDK from the nrf5_sdk_12.3.0_d7731ad to control mpu9250. The part of the gyroscope and accelerometer...
Hello,
Is it possible to program nRF51822 with nRF52DK (PCA10056) ?
Currently I am trying to program my custom beacon (nRF51822) connected via SWD P20 header. I am using...
Hi
I succeeded to run the DFU OTA process and updated only the application. Application is running OK
The problem is that after repower the application is running but...
Hello,
I am trying to add NFC wake up functionality to the project based on ble_uart_app example;
Using SDK14.2 SD132 V5,1 using DK52 development board
I have added...
Hi,
I am trying to add interruption on light switch example. So, eu studied the gpiote example from SDK14.
When I add PPI, GPIOTE and TIMER libraries, on light switch...
So I have my custom board up and running (nrf51822) pluged into the nrf51DK with RTT debug comm and uart comm working, also starting some initial experimentation.
...
Hi,
I am using ble_app_uart service in my application. In my custom board GPIO pin 8 is used for LED. But this particular GPIO is configured for UART RTS pin in ble_app_uart...
When an NUS Central has several NUS Peripherals connected, is it possible to send the same "message" to all of the connected peripherals at once?
Or do I just have to iterate...
Hi,
It looks like we're experiencing an issue with uart's and digital inputs on an "S132 SoftDevice". Both an UART and digital inputs are used. The UART is initialized using...
Dear Sir/Madam,
I am playing with SDK12.2 on PCA10028 board and runs its HRS example. This example has a battery service and its battery level characteristic could update...
I use DFU. All ok. But I need to store my settings after update. As I was advised, I located my data from address 0x72400
But Keil added after this struc some code
...
Please Find the Attachment Screen shot of SDK Document for Advertising Module. Also Side by Side I am doing Code Walkthrough Blinky Peripheral . The Code in Blinky No Where...
Hi,
In function advertising_init(void) , I have set
and in function gap_params_init(void), I have set
still the icon doesn't change. What could be the possible reason...