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...
How do I receive multiple signals simultaneously at a single receiver (433MHz) with multiple transmitters ?
I am working on a polling system. This one is similar to the audience...
Hello,
I established a connection between my central and peripheral module. Now i want to write characteristic value on peripheral. I tried with sd_ble_gattc_write function...
I am using the NRF24l01 for my products and looking to buy in bulk(100-1000). Now I know where to buy the just the IC but antenna design is a hard point to break right now...
Hi, my friend,
I've been with nrf905. I use a 16-bit CRC check.
But I encountered problems in use:
1.Nrf905 16-bit CRC check format is CRC-16(IBM):X16+X15+X2+1 or other...
Hi everyone!
Challenge :
I'm trying to stream data from 9 nrf52832 (12 bytes each) to a computer, hopefully at 25 Hz at least (it seems more than realistic!).
Dream...
Hi !
I want to send simple HCI commands, such as reset, to the nRF5340 via UART. Therefore, I'm using the sample "hci_uart" available with nRF Connect SDK v1.5.0. I am sniffing...
It would be great to get some reassurance on this design. Is it ok for production i.e. is robust and within limits?
I am successfully driving an smd rgb led by sinking 2ma...
I am using the https fota, aws sample OK.
testd the aws certificate via Linux PC this way:
openssl s_client -connect kamacodeetrog.s3.us-east-2.amazonaws.com:443
now...
I'm trying to write the stripped down version of UART driver myself and having a few issues:
I enabled the UART, along with other registers as shown below
but when I...
on Ubuntu 20.04.2 LTS i have setup nRF connect SDK. When i try to configure segger Embedded studio. I am getting the error "create nordic project.py failed". I have connected...
The temperature sensor that i am using is analog. As mentioned above I have already gotten the temperature value using sd_temp_get().I also wish to send the values of voltage...
Hello all,
We are using Segger Embedded Studio (SES) v5.20 ,SDK v17.0.2 ,NRF52840DK board
The issue we are facing is we have a .msbl (kind of binary file)( file size 180KB...
Hi all
I want to trigger a limit event on a signal, which I receive on AIN0. Since the signal does not always have the same baseline, I set the limits with the first measurement...
This has been happening for a very long time when building nRF connect SDK applications on a windows 10 machine via the command line with cmake and ninja. In an application...
Had this linking error when I tried to build the bootloader for nrf9160dk_nrf52840 calling
west build -b nrf9160dk_nrf52840 ..
the same error ocurred using
cmake - GNinja...
I am new to this community although I have already been exposed to products with Nordic components.
I have been reading a lot and watching recorded webinars the past few...
Hi everyone,
I am trying to send a custom zigbee message by using this function zb_zcl_finish_and_send_packet_new() with a callback function to free the buffer after send...
I want to delete the bound device information through erase_bonds during the main function, but this will always cause chip errors and restart,I want to know how to solve...
Hello. I work on the multirole mode application. There is a strange situation, the conn_handle is not equal to 0 when connecting for the first time (equal to 2). Because of...