I want to experiment with recording observations of the beacons with raspberry pi's.
Is there any precompiled firmware I can install on the nRF51822 smart beacon...
Hello everyone,
I am trying to communicate among 2 NRF24L01+ modules using 2 ATmega16A microcontrollers.
My SPI communication is working fine as I am able to write and...
Heads up for anyone using the IoT SDK (currently 0.8.0). This SDK has the TinyDTLS-0.8.1 embedded in it... and I believe that there is a bug in the TinyDTLS CCM functions...
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...
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...