Hi,
I am sending data from Android phone in every 200 ms to nRF8001. But sometimes I found there is a 50 ms or 100 ms delay. It looks like nRF8001 spending some time in...
Hello,
I'm starting a new nRF51 project on mbed for a custom board. I wish to know what is the "cleanest" way to define pinout (what file to edit) ?
Thank you
I have enabled data ready interrupt bit and also enabled the fifo bit and also enabled gyro_fifo and accel_fifo bits in mpu6050 so that when data ready interrupt occurs the...
I will be selling various ble products. My customers can connect to and program the devices using their bluetooth smart phone or tablet.
I want them to have the option...
Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...
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 ...