Hi Guys,
I have a MCU RTOS project. in Hardware board, builtin Nodic BLE chip over UART,RTOS BLE stack works fine.
We also have a MCU RTOS Emulator based on Qemu,we...
Hello,
I would like to have more info about canceling the pairing request on iPhone (thru the popup that asks if you want to pair with the device which is managed by iOS...
Hello everyone, I'm severely struggling to perform a simple task. I must be missing a very simple answer and, I hope with your help that I resolve the issue.
I am trying...
if the issue can be worked ,how to do that with android source code? the 2 ble pure devices (not android phone) connect with a ble android phone.
please check below, the...
Softdevice Version: 8.0.0
SDK: 9.0.0 IC:
NRF51822 Rev 3
service: NUS ANCS
When the application is not downloaded, the bootloader is working.
After serial bootloader...
We're looking for a few (2-3) savvy OS X users who might be interested in trying out Xcode to natively develop code for the nRF51/52 BLE SDK's. This build method does NOT...
I see LESC_DEBUG_MODE defined in some of the examples in the SDK (17.0.2) but I can't see where this definition is referred to in any of the libraries, so I don't think it...
I am facing strange issue when I execute firmware with NRF_LOG_ENABLED set to 0.
During BLE communication, Firmware is crashing.
If I enable NRF_LOG_ENABLED, all is working...
My requirement program flow is clearly written down .Please help me out.
void USART_EVENT_Handler()
{
// disable timer 1
//disable timer 2
// clear timer 1 count...
HI,
I have already got output from each of the SHT20 and MLX90614 sensors. Now I want to combine both the code. Regards, I need an help to Setup prj.conf file
Thanks &...
I'm referring to the HID keyboard example (BLE peripherals)
The example itself is more or less working and since my goal is to send a whole character string via BLE and...
Hello, Nordic!
When a scan is started with certain scan parameters, a timeout event (NRF_BLE_SCAN_EVT_SCAN_TIMEOUT) will occur in a time less than the specified timeout...
How can I do a point multiplication in NRF52840 using the ECC hardware accelerator for the secp256k1 curve? Also are there examples or any documentation on how to implement...
Hi,
I'm openning a new case (following the proposal of Einar Thorsrud ).
I want to do a BLE NUS project with custom service 128bits and with custom characteristics also...
Greetings!
Using the NRF52840 PDK, I succesfully erase, write and read without any modifications!
I have custom boards which involved a NRF52840 and a MX25R6435F (so same...
Dear Nordic Support,
My project is split into two parts: A firmware application that is based on the Generic Level Server model example (from the Mesh SDK) and an Android...
Good morning,
I'm working on nRF5 SDK v17.0.2 and I am using Segger Embedded Studios (SES) for the development.
I'm having a problem when I want to share my project...
I'm aware that the nRF CLI tools are not yet ported to AArch64 so they don't work natively on Apple Silicon. Normally rosetta 2 is fine, but nrfjprog is not compatible with...
working with nrf52832, sdk 16.0 s132 v7.01
in the uart example i get to this place in the code :
i get a pin toggle which makes my system do some unwanted things...
Hi,
I have a ARM based Linux host CPU connect to MDBT42Q-U(nRF52832).
But I cannot control it by BlueZ:
```
root@OpenWrt:/# btattach -B /dev/ttyMSM1 -P h4 & root...