Using the nRF Beacons app, but cannot see the battery condition of each beacon. Is this already implemented - if so how to turn on? If not how is it implemented?
Hi All
I am doing a BLE based project using nRF51822.Where i need to handle the message [with UUID] by using ble_gatts_char_handles_t.
so, can any one please share information...
I have a central application and peripheral application that are based on the multilink-central/multilink-peripheral examples.
I've modified them to run on the PCA10001...
Hi All,
I'm using nRF24L01P for TX device and want to receive packet from nRF51822 RX device.
nRF24L01P TX device Register settings are as follows;
Reg.EN_AA=0x00...
I am trying to develop for some nRF51822 mbed boards, and I would like to use the S130 SD to enable both central and peripheral behaviour. The machine I'm using for development...
I'm using the nRF51822 eval kit
I have installed MCP but after starting I get pop-up: Master Control Panel has stopped working
In nRFgo Studio / Device manager pane...
the proximity example is running ok. but when I modify the length of the alert_level I have the following error on the server side that I am not understanding.
476;16:12...
Hi forum,
I am working on nrf52832, using sdk 15.0.0. I want to send the data(command) from esp32 to nRF52832 through Rx ,Tx . I have done connections rx,tx,gnd . I can...
Hi,
We are developing our stack with soft device using nRF52840 as the Controller and have the below queries
1. How to configure a static random BDADDR which will remain...
The error is
CMake Error at ../../../cmake/extensions.cmake:416 (add_library):
No SOURCES given to target: drivers__spi
This similar to
https://devzone.nordicsemi...
Hello everyone,
Hello everyone, I am a beginner in programming with OS based systems. I would like to get more into development with the Zephyr based NCS. For now, I want...
Hello!
I try to run FatFS example (SD card example, pca10040) from nRF5 SDK on my nrf52832 (ebyte e73) with microSD card with no success. No matter what I'm still getting...
Hi,
I am trying to get the time and UNIX time after LTE connected. but getting 0 only.
please log
date_time_update() function does not support in SDK 1.4.2 so I...
Hi,
In "nRF52832 Product Specification v1.4, it recommends 32MHz with 40ppm as below:
as the question mentioned above, can I use one with 10ppm?
thanks
best regards...
Hi,
I am getting assertion failed error when putting the device in System off. Could you please help me understand why?
Below in the code where the error happens:
...
I'm working on modifying the ble_app_uart pca10040_s132 to send strings stored in flash memory over BLE to the nRF connect app on an iphone. From what I understand the uart_event_handle...
Hi There,
I m trying to use the xxxx\SDK's\nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8\examples\peripheral\spi with the nRF52480 Dongle and I already had applied the...
Greetings
I have an NRF51422 QFAAEO running S210 Soft Device version 3.0.
I have written a Bootloader application that uses Ant-FS as the upload mechanism. During testing...
Hello everyone,
is it normal behaviour to lose data on UART reception when BLE scanning and advertising both are active?
So far I didn't lose serial data if I just run...
hi all.
I am trying to change number of data packets in one time interval.
I don't know the senario to change it.
For first step I wrote this code to change the quee...
Hi,
I want to write data to the Flash memory of my Nordic thingy 52 board.
When I erase flash using API ret = fs_erase(&fs_config, fs_config.p_start_addr, 1, NULL); return...
Hi, I hope you are fine first of all
I'm have a PN532 module. I want to write and read data from that Midare card.
I started with the example Adafruit tag reader. when...