Hello! I'm trying to develop an Android-nRF-Toolbox App. What features and folders do i use with show logs? In order to develop the uart in the toolbox app, we have deleted...
I thought this should be very simple but it has not turned out that way. I have started with the pc-ble-driver heart rate monitor (peripheral) example. I was able to take...
Hi,
I building a gas meter monitor ( peripheral ) that transmit meter reading to the Central.
The gas meter will be sending to the Central it's ID and meter value ( uint64_t...
The International Conference on Embedded Wireless Systems and Networks will host also this year a dependability competition to benchmark the performance of state-of-the-art...
Hi,
I find the CSCS example program reading zero at low cadence levels below around 50 rpm.
Using ble_peripheral example ble_app_cscs loaded into the PCA10040 board or...
hi guys!
i'm trining to develop the nrf 52840 devkit in particular for the ble use.
from the documentation i didn't find anythingh about send a message to the dongle from...
Hello guys,
I am using nrf52832(PCA 10040) and transmitting radio packets. I want to collect the packets using raspberry pi. Is it possible?. If yes, how are the ways we...
Hi, everyone. I've been trying to migrate from the SDK 14.2 to 15.2, but I've been having trouble getting one new function to work. I previously used ble_advdata_set() to...
Hello,
I've checked a few related threads, but without any success.
I need to react on "Data Ready Interrupt" and read data from SPI. SPI and Device is initialized before...
I'm am trying to select an LDO to provide the VDD_GPIO power rail for the nRF9160 and am interested in selecting either a 100mA or 200mA LDO. Can Nordic provide a rough order...
Hi,
I was trying to communicate with an I2C device, which's address is 0x7C
But I always got NRF_DRV_TWI_EVT_ADDRESS_NACK event, so I took a check on the TWI wave:
...
Hi Nordic Team,
Meanwhile we are working with Laird BL654 which uses the nRf52840.
My questions:
1. Can we flash gazell examples on Laird BL654 with Segger?
2. If...
i'm trying to get distances between nrf52840 ble transmitter and receiver, using measured rssi upon receiving ble_gap_evt_adv_report_t from ble stack. in order to calculate...
In file sdk_config.h, in order to configure a calibration interval of 8 seconds, what number should be used in the define NRF_SDH_CLOCK_LF_RC_CTIV?
The time units are not...
Good day,
I again have an interesting question). There is a useful descriptor to better understand the purpose of the characteristic. This is a 0x2904 handle (GATT Characteristic...
Hi,
I want to know what event DEV KIT jump into when mobile provision complete for DEV KIT (100% , not bind app key and pub sub address). My idea is in provision process...
Hi!
I am currently evaluating the nRF91. For testing reasons I want to enable the debug logging for the lte link control. I checked the Zephyr documentation etc. but I was...
Hi everyone,
I am implementing a custom protocol using the NRF52 radio, and so far I was able to make the transmitter working as expected.
In a nutshell, the protocol...