Hello Nordic Community,
I need to know how to import my PCB design from Eagle to CST Studio to simulate it and I need to know if the simulation step will be useful to enhance...
Hi.
I'm trying to get Apple notifications to nrf52. And specifically to listen both regular ANS (for android) and ANCS (for iOS) events depending what sort of phone is...
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...
Hello, is it possible to reset the battery evaluation using SW without restarting the resources? Unfortunately, I sometimes have to take power directly from the battery, so...
Hello.
Previously, npm1100ic was used. In the npm1100, D+ and D- pins were in ic for usb communication. I don't think there is one in the npm1300. In this case, unlike npm1100...
I am running CoAP client with DTLS enabled on an nRF9161dk.
I poll socket using this code:
I am able to receive data (POLLIN), but when server closes session and sends...
Hi, I am using a module named MS12SF1 (nrf5340 + nrf7002). I was trying to write the Mac address for one time programming by using radio_test sample code. Before doing this...
Hi devzone, I am trying to use the Edge Impulse integration on a Seeed Studio Xiao BLE Sense (nrf52840 based). When I manually download the zip file from Edge Impulse and...
Hi,
I have a project which has been working fine but since adding some date/time functionality, when I enable MCU_BOOT, I get linker errors that I can't seem to get to the...
Hi all,
I'm developing a multilink system with 52840 dongle as central and 8 52832 devices as peripherals, which is similar to previous project in thread part I & Part II...
Hello,
As mentioned in the title, I am trying to use 4 pairs of I2C on nRF5340. Each of the four I2C pairs will be connected to a TCA9548A (I2C MUX), but that is not important...
I want to try out remote mesh provisioning.
I have added a mesh device with Remote Provisioning Server model to my mesh network with nRF Mesh app as the provisioner.
But...
Hello,
I've been trying to setup the nRF connect & power profiler on some of my co-worker, but downloading the pc-nrfconnect addon was not possible via nRF connect, so I...
i used my j-link to flash to my thingy91 nrf52 and nrf91.
now i want to flash a new program using the usb, but nrf programmer doesnt recognize a device when i use a USB...
Hi, I'm trying to send 64-byte reports for INPUT and OUTPUT: 1 byte for report ID and 63 bytes of data. However, the HID service code doesn't seem to handle incoming OUTPUT...
Getting error: board.h and other header no such file or directory. with nRF5_SDK_15.0.0_a53641a and nrf5sdkformeshv500src in the same path.
What could it be?
The evaluation...
I'm writing my own lightweight bootloader for nRF5340 (which may or may not turn out to be a good idea). I have something similar that I'm using successfully on nRF52832 based...