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,
Of late, I've been evaluating Zephyr in its support of the nrf5340. I've come across several deficiencies that need to be addressed:
1. All callbacks (for the most...
I have an application for NRF5340 which I was trying to add BLE HCI RPMSG into the network core. I went ahead adding the necessary build configuration in such a way I would...
Hi Team,
Recently, I am developing spi functions. There is a function that makes me confused --"nrfx_is_in_ram".
I am not clear that what types belong to RAM data. ...
The datasheet for the nRF52840 states, in section 5.3.6.7, what retained registers do and then, rather unhelpfully, states that details can be found in individual peripheral...
Ian currently using Nrf52840 development kit and SDK 4,0 fir the zigbee and the thread. SDK 4.0 is being used for the project due to some functions that are not present in...
Dear NCS experts,
When trying to debug in VSCode by hitting F5 (or Menu: Run->Start Debugging), compilation fails with: fatal error: zephyr.h: No such file or directory...
Hi,
We are facing a very long startup delay with nRF52840 and I would know if there are some possibilities to reduce it.
I have made some measurements in different configurations...
Hi,
We're working on the nrf52833 chipset and were wondering how to add more data to the flash storage. I've traced the calls of load_settings() in the main and where fcb_init...
I had an issue when using both the current time service (CTS client, getting time from phone) and the battery service (BAS getting battery level from phone).
When requesting...
Hey everyone, I got a question regarding the BLE Advertisement with the nRF52840 (Softdevice s140). I am using the nRF Connect SDK with Zephyr and currently working on a BLE...
I created the project with 3 custom services with 1 characteristic per service (SDK v16.0.0, NRF52832 DK PCA10040 ). All characteristics has next settings:
char_md.char_props...
static void nus_data_handler(ble_nus_evt_t * p_evt) {
if (p_evt->type == BLE_NUS_EVT_RX_DATA) { uint32_t err_code;
NRF_LOG_DEBUG("Received data from BLE NUS. Writing data...
Hi,
I am trying to update firmware of multiple things on AWS .during upgradation I got error in download thread block Error in recv(),errno 116 and download client error...
I use ESB to send data to a nrf24L(PRX) from nrf51422 (PTX) , data is recieved correctly in nrf24L but I always got a NRF_ESB_EVENT_TX_FAILED event in nrf51422.
the nrf24L...