I am in the development phase of a Bluetooth based system design, which will be able to receive audio stream from any mobile device and play on the speaker, and also it would...
Is there a way to modify the distance measurement sample code to where it is intended for one transmitter and multiple receivers versus between just two devices? I am trying...
Hi all,
I'm unable to flash my nRF52840_XXAA using the nRF Connect extension in VS Code. My project uses the command:
west flash -d <BUILD-DIRECTORY> --dev-id 1050304532...
Hi, I am having trouble with the connection of my mesh nodes and my Smartphone over the nRF Mesh App. After flashing my boards ( nRF - 52833, 52840, and 7002), most of the...
Hello,
We are using the nRF52840 on our own board.
When I added up the current consumption at 3V, based on the datasheet, I get 14.3mA (CPU from RAM, Tx at 0dBm 1Mbps...
Hi,
Where can I find the nRF9151 CE/RED RF test results for the purpose of CE delta certification of a new product based on nRF9151? (i.e. leveraging existing nRF9151 certification...
Hi,
I encountered an issue with SPIM3 and interrupts while using the NRF52840 with an Infineon sensor. The sensor generates an interrupt every 54-55ms, after which I read...
Hi,
i did an app, that shows battery level. it's working, and show the vlaue i publish.
The app is the client and Master Control is the server ( the master control connect...
hi
i have nrf51422 v2.
is uart over ble want another microcontroller for send and recieve?
i mean can we send information by uart over ble by itself or i need another micro...
The configurability of the HCI Transport Layer for UART-based DFU in components/libraries/bootloader_dfu/hci_transport/hci_transport_config.h leaves something to be desired...
In the nRF SDK version 11 (specifically, this download ) some functions are either declared or defined to be __WEAK .
I will use app_error_fault_handler(uint32_t, uint32_t...
Hi, I found a bug with weak function declarations in SDK11, using GCC.
app_error_weak.h contains the following declaration:
#ifdef __CC_ARM
void app_error_fault_handler...
Hi Nordic Community and Developers,
I'm a beginner in the RF world and I'm designing a small Bluetooth module using nRF51822 to acquire the RF knowledge and to use it in...
Hello,
I have an NRF51822 (redbealab ble nano) that I would like to use to count pulses in very low power mode.
Pulses are asynchronous
The rate of pulses can...
Hi,
How Can I verify if my CPU has entered Low Power mode??
I have power manage function running in the main loop , but when I put breakpoint on sd_app_evt_wait() or...
I am trying to read data from SPI slave on the nRF51DK using mbed online compiler. To do this the mbed SPI library (class) includes a method called transfer. When I try to...
Hi,
I am trying to save some parameters after disconnection pstorage_clear or pstorage_store will not return to the pstorage callback function. I am working under SDK 9...
Hi.
I have a question.
I use nRF52 Preview DK, PCA10040, SDK11,
I tryed some examples in nRF52_SDK.
Some projects moved,and some another projects didn't move.
I...
I don't find the information in the nRF51822 documentations and in this forum.
How can I know that? Is there some register to check, or some hints to know that debug mode...
hi,
i am using the nrf51422 and trying the UART example ( in order to connect the nrf51422 and a stm32f4 using serial connection)
what i didn't understand is what does the...
I am using a nRF51822(pca10028) for current measurement. I had set up the devices as told in user guide. I am using SDK 11.0, softdevice s130 and default ble_app_pwr_profiling...