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...
Dear ,
I noticed that when I tried to create a new application from sample, e.g. blinky, it can't build and give out the error above.
As it is directly from a sample application...
Hi all,
I'm experiencing a weird behaviour when adding NUS BLE profile to a standard BLE Peripheral HRS example.
The code compiles fine without any error or warning, and...
Hi all,
I have a problem when I set up the software environment. i'm using Mac OS and I've downloaded the nRF Connect for desktop, Toolchain Manager and VS Code following...
Good evening,
since this morning, the data from my test devices (Thingy91) are unfortunately no longer displayed in the nRF Cloud. Neither the sensor data nor the device...
I am trying to get "just works" bonded pairing to work using the peripheral_uart sample code. I have modified it following this support ticket: https://devzone.nordicsemi...
Hi,
I’m currently experiencing some periodic MCU resets while testing the BLE Multiple central single peripheral scenario, whose root cause is not clear to me, except that...
Excuse me:
I want to achieve t he maximum transfer speed between ble_app_uart and IOS NRF connect app,How to modify the example to achieve the maximum transfer speed with...
Hi
We are now using SDK v17.0.0 for our product and planning to upgrade SDK v17.0.2 because SDK v17.0.0 could no longer be downloaded.
But SoftDevice for each SDK is...
Hi all,
Background: -NRF5340 -NRF SDK 1.9 -Zephyr 2.7.99 My objective is to send via Bluetooth data of 244 Bytes every 10 ms per notify . For the tests, I use the dongle...
Hello,
I'm quite loss using the command nrfjprog.
I install in VSCode all NRF tools. It seems working good. I can compile.
When I have a look on "device tree" I cannot...
Hello,
We want to read external sensor data using uart in lwm2m_client project.
I tried below following code :
static char RX_Data; static char uart_buf[20]; static...
Hi,
I could see that in nCS path : "v1.8.0\mbedtls" , "mbedtls" library is provided, I need to understand what it does & how do I enable it for use in my applications...
I am attempting to build and run the Zephyr NVS sample ( https://docs.zephyrproject.org/latest/samples/subsys/nvs/README.html ) on the 52840 using the nRF connect extension...