I am working on "nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral\experimental
\app_s130_demo\pca10028\s130\arm4" project .
In this project,in which variable...
Or is there any LCD you could suggest that doesn't need that much code? Simple numeric 2rows would be enough. Want to use it with the nRF51-DK to display some measured valued...
I would like to develop my own central device to communicate with the RedBear Arduino shield. The RB device uses a from of UART communications to send data to/from Android...
I was wanting to use a nRF24L01 with a breadboard but its pin-out didn't allow it. A solution then occurred to me based on parts at hand. I wrote it up with instructions and...
Hello. Can I get a literature to the nRF51 series?
I need a full abstraction of the nRF51, like a book or other information, it's structure schematic of build-in modules...
hts, HTC phone, nrf tools HTM, nrf51822,
every time when it's power up :
the once connect: error code 0x7A cann't read characteristic and 0x14 state change.
the second...
Our company needs wireless temperature sensors (can be externally powered or battery operated) and transceiver with 4 channel analog outputs. It has to be finished product...
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 ...