A new library/toolkit has been built that allows us to invoke the services of an nRF24L01 from a Java environment. Documentation and links to the Github project can be found...
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 am using BL653 module with nRF52833, I have an issue about using USB with normal voltage mode(I am using 3.3V external power supply).Do I need to left VDD_HV pin unconnected...
Can nRF51822 scan advertisements from other microcontroller(ESP32) using Arduino IDE? Recently I have been working with nRF51822 and could only code nrf acting as server ...
Shalom!
Our central BLE nrf52840 device continuously scans using a UUID filter. I can see that the UUID is matched in nrf_ble_scan_on_adv_report(). In my ble_evt_handler...
Hello ,
I have NRF thigy 91 and nrf9160 DK board and have flashed asset tracking hex file in both the devices .
But the thingy91 is not able to connect to nrfCloud but...
Hi,
Some of purpose we want to terminate current connection and rejoin to exit PAN.
I use zdo_mgmt_leave_req to request for leave. However , at callback , the status...
Hi,
I use FDS to store some data.
After creating the file, update the data using fds_record_update().
When the update is completed, FDS_EVT_UPDATE occurs in FDS_Event_handler...
Hi,
I read data from FDS and output it to nRF USB. The output is implemented by
app_usbd_cdc_acm_write (&m_app_cdc_acm, m_tx_buffer, (sizeof(m_tx_buffer));
But I only...
I've been going through the nRF Mesh SDK and want to integrate it with my Zephyr project.. Reading through the various blog posts and documentation, it seems that the Mesh...
Hello
I'm learning the nRF5340 using the purchased nRF5340DK. After completion the beginner's tutorial advanced to the Getting Started tutorial on BLE custom service for...
I am looking at the example of the HRS collector (Central) of the SDK also called ble_app_hrs_c.
In the file nrf_ble_scan.c in the function nrf_ble_scan_on_adv_report we...
Hi,
I am using ble_app_beacon with Softdevice S140 with SDK 17.02 for nrf52840.
In the example code I want to set beaconing to only one channel (channel 39) and be able...
Hi Nordic Team,
when discovery custom 128bits uuid service, I have high probability get BLE_GATT_STATUS_ATTERR_ATTRIBUTE_NOT_FOUND, but sometimes I get BLE_GATT_STATUS_SUCCESS...
Hello,
I am upgrading my project from SDK 15.0 to SDK 17.0 and I get this message.
Please see my project's comfiguration file:
debug_additional_load_file="../SDK_17...
Hi, all
I'm trying to i2c(twi) in low power..
In this case, I want to generate an interrupt through the i2c read function " read_touch_data " (under code).
Where...