NPM2100 EK CONNECTION
Can I connect The NPM2100 EK with NRF52 DK? If so..... 1. How do I physically do this? 2. Can I program the NPM2100 EK to send Voltage Supply of 1...
I'm trying to convert some code from ESP32 to nRF, and I'm having problems with the microphone input. Mind you, I'm a beginner with nRF, so I'm sure I'm missing something...
Hi,
I got my hardware modification which added the nRF21540 to our system more or less running under NCS v2.9.0.
Currently, I have the following FEM and antenna configuration...
I'm encountering a blocking issue when trying to create a new board using the NCS Board Wizard in VS Code with Nordic Connect SDK v3.0.0. After filling in valid inputs and...
Hi all,
I've build a custom bord with an nRF9151, I try to connect to aws iot but it's seems it's doesn't work probably cause by bad cert, I got AWS_IOT_EVT_DISCONNECTED...
Hello, We're developing a firmware for our board based on nRF9160, using ncs 2.7.0. We want to allow the user to set the certificates over i2c. How can we in a secure mode...
We are developing an IoT device that utilizes the nRF9151. We would like a review in the second round of our schematic and layout to understand if there is any issue that...
How to run the sdk examples from usb on the Sparkfun. I can run the adruino code, but want to shift to a more standard production environment.
After manual install of GCC...
I can run the SAADC example and read the analog inputs fine, now I've modified the code to simply read the adc with the blocking nrf_drv_saadc_sample_convert call
All I...
Dear All,
while testing an own nRF52832-based PCB and an nRF5840 PDK for current consumption, I compiled and flashed the code below to both devices. Since then I am not...
Hello All,
I don't find any example of Dynamic Multiprotocol of ESB and BLE.
The current multiprotocol example in Nordic’s nRF5 SDK is a switching solution for multiprotocol...
Hello,
Here is a summary of my main transmission protocol:
The (unique) client contact one of the many servers to get the value of a particular server's state.
In the...
hellow nordic.
i use sdk14.2 ,but pstorage_update return NRF_ERROR_NO_MEM.
i use NRF_SDH_SOC_OBSERVER(m_soc_evt_observer, 0, sys_evt_dispatch, NULL) to creat sys_evt_dispatch...
I have a couple of "cannot-be-resolved" issue with Eclipse.
Issue 1:
Sometime when I set up a project in Eclipse, it runs into an issue where types like uint32_t or...
Hi,
I'm trying to send sensor data via BLE to Processing. If someone has already done it, could you post your code or help me explaining how to approach the problem?
I...
Our Nrf51822 will disconnect the connection with timeout reason when it is sending a large amount of data (about 20-70 KB) to our central device which is TI cc2540 . This...
Hi Nordic.
I have questions about preserving device unique information such as device id and so on. (The information will be written in factory)
I know the best way is...
I am trying to add I2C/TWI bus to nrf51822 device. I have used the SDK example code (12.3.0) and keep getting the following errors:
sdk/drivers/nrf_twim.h:69:38: error:...
Hi, Is it possible to make the same nRF52832 device to function as a master for some interval and then switch it to slave?? i.e, Does Nordic have a single SoftDevice capable...
Hello, the current QIAA package is rather demanding on the manufacutring and significantly increases our cost, are there any alternatives? I failed to find any in the datasheet...
Hi !
My goal is to create a large mesh network (over 100 nodes).
I plan to have 3 kind of nodes : a client (connected to a PC), several server relay nodes (not on battery...