Our company needs wireless temperature sensors (can be externally powered or battery operated) and transceiver with 4 channel analog outputs. It has to be finished product...
I am toggling Value of slave through a button on nrf51822ek .This Value is displayed on MCP of dongle, but i have to get this value on terminal to send it to pi then through...
Hello, I am tryong to use to masters to communicate with two accelerometers.
Q1_ I found the following image from Nordic's website that shows SPI0 pins but there is no indication...
In the nrf51 series reference manual section 12.1.9 it states that there is hardware protection that prevents write instructions from being executed and that there is more...
Hello, I have established the connection between two pca10001 boards, one as central and one as peripheral using multilink_central and multilink_peripheral. I have serial...
Hi,my friend,
Now,I use nrf905.Situation is as follows:
I use the NRF PCB circuit of data manual.Nrf905 work, often loss of data.
1.The Product host is to use the stick...
Hi,
I want to use the Blend Micro with more security. I want use a passkey for the Bluetooth connection. For example through the iOS Device.
Is it possible? Static passkey...
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...