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...
Hello,
i'm working with my own board with the SD V6.0 and nrf51822 chip id QFAAG0. Already works fine.
Now i switch to the new SD V8.0. The SD V8.0 is programming with...
Hi everyone,
I'm working on the nrf51822 chip and using S110 stack of SDK 6.1. Everything is fine for IPhone5s. The proximity example is running on the nrf51822 device...
I have used your example of a bootloader nAN_18. I can create a basic program, with new firmware, and also load my new bootloader program at the high end of memory.
My...
Hi,
I'm developing some projects with the nRF51822 chip and I am not able to debug them successfully any more. However, I have previously debugged correctly some projects...
Dear All.
While trying to complete the DevAcademy course on nRF Connect Fundamentals, using the nRFCommand Line, the VSC, and the Extension Pack to configure the correct...
Hi,
I'm looking to send short data from my mobile phone to the nRF5340 via NFC. I've been searching for examples in SDK 2.7.0 but haven't found a suitable one yet. Now,...
Hi there,
I am able to access associated documentation under
https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/bluetooth/direct_test_mode/README.html
...
In our application, we require both Wi-Fi and BLE, which is why we selected the WT02C40C module.
Does the Nrf7002 support both Station Mode and Soft AP Mode?
Please provide...
I'm looking for an example program for a random number generator on a nRF52840-DK.
I want to now what #include statements I need, what initialization functions I need to...
Hello all,
i need to save uint64_t in to a specific memory address.
in main. c
i have create my .ld file named: my_memory.ld
i have edited CMakeList.txt as follow...
Hi,
I notice that some Andriod devices (Pixel 6A running Andriod 15 Beta and Samsung S22) are initiating paring twice during bonding. However, the issue goes away for the...
Hello
I built the mesh distributor and mesh target samples from Zephyr 2.6.1 SDK on 2 nRF52840 dev boards
Provisioned them as described in the docs, loaded a DFU image...
Hi, I am developing a board with an nRF52840 QFAA, which needs to communicate via BLE. I tried loading the test code 'ble_app_hrs' from the 'nRF5_SDK_17.1.0_ddde560' folder...
mentioned MBR is never updated.
For nRF52840, MBR's contents between S140 SD 6.1.0 and 7.2.0 are different.
The answer in is still valid?
Old MBR (6.1.0) can support...
I am sending messages from device A to device B via Nordic's nus_client service, and in the method:
bt_nus_client_send(struct bt_nus_client *nus_c, const uint8_t *data,...
In the datasheet I can see that flash memory space is divided in to 64 regions of 16KiB. Which is for application core, (64 * 64 KB = 1MB)
I couldn't find any reference...
Hello,
Could someone advice how the Zephyr I2S (i2s_nrfx.c) modules or Nordic Module (nrfx_i2s.c) should be used to I2S TX a USB ISOCH stream (1msec), when the 2 rates ...