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'm working on the NRF52832. I'm using the function "nrf_serial_write()" to send data over uart. I want it to work in blocking mode. As I can read in the infocenter...
I am working on BLE development and need to study the BLE heart rate collector and peripheral examples. I plan to flash ble_app_hrs onto nRF51422 and ble_app_hrs_c onto nRF52840...
I am using nRF52832 SDK 15.3 and type 4 tag and some phones like iPhone 11 and Samsung S20+ are not able to detect the tag. The tag works with other phones so I don't think...
Hi there,
I'm using nrf52840 DK and Custom board, SDK 17.0.2, Segger Embedded Studio(SES v5.20)
my issue is when I receive data from UART interrupt based on serial uartes...
I'm developing a system of nRF9160, nRF52832 and Iridium 9603 (satellite modem) - all on the same main board. The nRF9160 is the brain of the system and handles LTE, GPS and...
Hi,
I am new to working with nrf52840 devices. I am wondering if it is possible to change the transmission power of packet during transmission several times such that some...
I wanted to increase the bandwidth of bluetooth using the following example, but there is a limit of only 1 board.
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v17...
project : zephyr
controller stack : zephyr stack
description : we start direct adv using our DK,and we want it send broadcast only once。 but zephyr stack send adv all...
Hi,
I am working on NRF52 series (NRF52 DK and NRF52832) and would like to know whether it is possible to use Bluetooth 5 extended advertising capabilities to send, let...
Hi there, I'm routing the nrf9160 to a STM32 and I need to know the pinout for COM port used.
On my PC, I know COM11 is the one that is used for AT Commands
But, I...
Hi,
I'm using NRF52840 with direct test mode application.
I'm sending to the function dtm_cmd following parameters: 0x4000, 0x8000, 0x9400, 0xA500.
I understand...
Hi,
After suspending task in a specific code line (using vTaskSuspend) and resuming the task (using vTaskResume)- will the task continue from the specific suspension line...
I am going to make a project with nRF52840 In my application, I need to send sensor data to Raspberry Pi I noticed this tutorial and tried to implement this in my project...
i tried to implement radio notification in order to change advertising data but i had this error
when i put the periority to LOW i get this error, if put MID or HIGH the...