Hi
I have been searching the forums, but were not able to find an answer to my question.
I'm trying to sample 4 analog inputs on the nRF51-DK using the ADC hal. (SDK10...
Hi
I have been trying to get two NRF24L01 chips communicate with each other since a week now, without much success. All what I can find on the net is Arduino examples using...
Hi
I have done several projects with the nRF905. I know the device quite well. Normally I use the CD, AM and DR interrupt pins to determine the status of the device, my current...
i made this project to try to create RSC service on arduino
developer.bluetooth.org/.../runningspeedandcadence.zip
unfortunately the server starts but i'm not able to...
Hello,
Could someone give me a hint with the following problem?
I am using two example projects (ble_app_uart_c, ble_app_hrs) to connect a central and a peripheral.
An...
I created xml file for heartrate server using bluetooth developer studio and the plugin nRF8001_Arduino (plugin nordic semiconductor for arduino)
the generated xml file...
I read this older post ( devzone.nordicsemi.com/.../) and have a similar issue but with enough differences that I felt it was worth a new question.
I have an STM32 MCU...
Hi, We are developing a custom PCB which contains the nRF52840 MCU as the main MCU on the PCB. The PCB is battery powered and would need to support timekeeping even after...
Hello, I'm working with NCS 2.6.0 in Visual Studio Code
I already have a private key generated by using imgtool.py, and I put the .pem file in C:\user\nordic\ncs\user_apps...
Hi,
I am using the Nordic NRF52832_dk with SDK 16.
I need to write, read, and delete data in flash memory.
I store the data by creating a file in the flash memory...
Hello, I want to make periodically wake up nRF52840, performing some work (connecting to MQTT broker, sending some data) and after that going to low power mode. Then the nRF52840...
Hello,
We want to use a nrf52840 as a logic controller which reads data from Modbus RTU Sensors (as Modbus RTU Master) and simultaneously is the Modbus RTU Server for an...
Hello Team,
We are trying to make Release and Debug mode for our software.When I compile a sample program I see lot of Debug information in the Mapfile. Will this influnce...
Hi Support team:
I'm using Zephyr cellular modem driver on the nRF5340 and set APN in prj.conf with 'CONFIG_MODEM_CELLULAR_APN="telenor.iot"' now. I need to set APN value...
Hello,
When building my project although the terminal doesn't show me using all the RAM, I get the following error message which fails the build.
I am using a...
Hello,
I was working on a ble communication using two nrf52dk boards while one of the two stop responding. The board is correctly recognised by the computer and segger asks...
When I am on to collect the accelerometer data from Thingy-53, only 3 sampling frequency options are provided which are 20 Hz, 62.5 Hz and 100 Hz as shown in figure. Please...
I am new to nRF chips and currently working with the nRF52810. I am developing with nRF Connect SDK and VSCode.
I have encountered an issue with the Blinky example (ncs...
Hello,
when creating a multi-image build is it possible to select the optimization level for each image individually?
Below is an example of the issue I am facing currently...
Running the Ciphersuites sample code on the nRF9161 I get Connection Refused on all attempted ciphersuites. Including after adding the CONFIG_EXTENDED_CIPHERSUITE_LIST=y to...