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 there!
I'm developing an nrf52810-based device, which needs to be as small and simple as possible, pretty much like your nRF51822 Beacon Kit.
I've founded the nrf52...
I successfully tried the "beaconing" example from your Mesh SDK 310.
I noticed that moving
line 215 "adv_start();" in main.c
right after "ERROR_CHECK(mesh_stack_start...
Hi, I am using nRF5 SDK for Thread and Zigbee v3.0.0, and I want use NFC pin and RESET pin as inputs.
I wrote in my .emProject this preprocessor definition "CONFIG_NFCT_PINS_AS_GPIOS...
Dear All,
I know that the max. input on VDD is 3.6V. But as a rule of thumb, I normally try to stay below the max. rating. But this time I have a peripheral LDO with 3.6V...
Sorry: Use google translation
I am compiling sdk using keil 5.27,use compiler version 6, armclang,
but is error:
Undefined symbol __start_pwr_mgmt_data...
I know...
Hello,
I am trying to create a new project after add source files and header files . While compiling I got error like "device must be defined. see nrf.h.segger"
Kindly...
Hi,
I'm asking this becase it is not very clear about the PWM in Product Specification v1.6 for nRF24LE1 in the nRF24LE1_PS_v1.6.pdf mentioned the pwm Frequency-range from...
I am using nRF5_SDK_15.2.0_9412b96.And we have code written to interface ads1298r to nrf52 dk for acquiring ecg signal.But the strange is the code is compiling in all others...
Hi guys,
Do you have any suggestions on how I can lower the power consumption. I am currently connecting - sending data - disconnecting .
I have the following set the...
Hi,
I'm trying to receive large packets on uart, but is seems to read one byte at a time .
uart_fifo_read() always returns 1
why is that?
can it be changed ?
Hey guys, i recently bought a nrf52 DK to implement a gateway between a usb touch monitor to a device such as a android or a computer.my approach is recovering the hid raw...
I'm using the nrfx drivers of SDK 15.3.0 and want to poll for data using a synchronous UART. In order to check for data, I use the 'nrfx_uarte_rx_ready' function. However...
Hi,
The documentation seems scant and IDE behaving inconsistently with regards to how basic project management, adding source files, libraries etc to a NRF9160 project,...
Hello,
I am using nRF52832, SDK_15.3.0, S132 SoftDevice and Segger for flash the image.
I started development on top of ‘ble_app_blinky’ code.
I have few queries...
I have a strange problem. I have two nRF52840 DK boards and I build an application on top of the light switch example. One board works fine, but on the other board stuck in...