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...
Hi
I am using two sets of different Eddystone beacons configured to transmit Eddystone UID data (namespace and instance id). One set of beacons are off the shelf (OTS) beacons...
We have noted a PCN that seem to affect power consumption and certification. ( https://infocenter.nordicsemi.com/pdf/pcn_134_v1.0.1.pdf )
Can you tell me if the 3v3 Vmin...
Hello NordicSemi and Developpers,
I am working on a project with using the nRF9160 SiP and running a slightly modified version of the Serial LTE Modem sample from the nRF...
Hi!
I'm trying to connect nRF52833 with nRF21540 for long range communication, but there is no recommendation in reference design files of output circut for ANT pin (nRF52833...
Hello Nordicsemi Dev community,
I have previously utilized the `zephyr/samples/bluetooth/peripheral_hr` example and flashed both app and net core with the respective ...
Hi
i'm trying to connect openocd using Jlink of nrf52833 DK, but it does not work.
i installed openocd in MSYS in win10 environment and also installed seagger Jlink driver...
Hello, i'm currently working on my Bachelor Thesis using Makerdiary Board. I recompiled the OpenThread Libraries to get the CLI working on my Board. I need to read out sensors...
Hello,
I'm trying to use UART0 for communications between the nrf52840 and another microcontroller, while also using UARTE1 for debug communications between the nrf52840...
Hi.
I'm trying to combine TWI sensor and BLE app UART examples.
I already tried putting parts of TWI sensor example in the BLE example, but it gave errors on missing...
HI everyone,
I have issue relate to ble_lbs_init(ble_lbs_t * p_lbs, const ble_lbs_init_t * p_lbs_init) function.
issue happened when i call: err_code = sd_ble_uuid_vs_add...
I am new with nRF9160, just bought a nRF9160 DK from overseas, but I use it in China, two questions come up.
1. Is it working with China celluar network?
I tried the Basis...
Hi,
I'm trying to make the softdevice controller work on NuttX RTOS. I followed the SDK example code to reproduce initialization. All calls are returning 0 (no error). However...
Dear Sir,
we're developing a Ble keyboard with 52810. the product needs to detect what kind of operating system and have different behavior therefore. but i don't know how...
As below, BLE Data RX works fine, but TX doesn't. When does this happen?
Currently BLE connect/disconnect and RX is working fine. The power does not turn off due to this...