I am trying to find out the part number of the antenna (I assume it is a PCB antenna) used in the nRF51 DK ( www.nordicsemi.com/.../nRF51-DK) . I found a lot of similar questions...
Hi.
I am using the NRF52 Development board, on Keil uVision, to implement a C program that uses Dynamic Structs. The Structs re-size themselves ( by increasing their capacity...
Hello,
I have an NRF51822 (redbealab ble nano) that I would like to use to count pulses in very low power mode.
Pulses are asynchronous
The rate of pulses can...
Hi
I'm attempting to read a PT-100 sensor value that is part of a voltage divider using a nRF52.
Both the reference resistor and the PT-100 is sampled while the voltage...
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...
Hello,
I have a question regarding sensor configuration. I am planning to use the LIS2DW12 sensor. While reviewing the SDK, I found the source code in the path sdk\zephyr...
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...