Hello.
I have had a search but can not find anything so sorry if this has been covered before.
Our company has developed a consumer product using the nRF51822-QFAA-R7...
Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
But now I have a new problem that is whenever I set " PWR_UP " bit in CONFIG register then it drop the 3.3 volt vcc to 1.2 volt. I don't know why its happening. Anyway, is...
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...