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...
ISSUE: The spi driver does not seem to send/receive data and returns a (-5) error IO-ERROR
QUESTION: What is the details of the error?
The "spi_transceiver" should perform...
Hi,
I am facing following compiling issue while integrating the buttonless DFU to ble_app_uart code.
I have done whatever this case has instructed. Still i am getting...
I have set APP_ADV_INTERVAL to 100ms. Now when my device is rum=nning i want to manually change it say to 1000ms/300ms.Kindly assist how can this be done for ble_app_beacon...
I would like to use the flash in legacy way. My application collects data in small chunks and I would like to store it in a continuous area.
The recommended flash manager...
I succeeded in implementing the desired function using the NRF52832 development board.
I had to modify the project to include the NUS function of NRF52810. However, it has...
Hello, in zephir/include/drivers/can.h, in can_set_bitrate there is an error - you define local struct can_timing timing, but timing.sjw member wasn't initialized nor later...
In a previous post Related post it was mentioned that the below posted code would allow for a transmission of 20 bytes. However when I try to run this code I see a reported...
Hi everyone,
So I am having this weird behavior when i try to use the PWM with pin(1,9). In my case, i want to do pwm with a number of pin most of them are in port 0 like...
Hi support team,
We're planing to implement the scenario like this. In the mesh network, there are a few LPN nodes (i.e., 10 nodes) and one server node(non-low power node...
Hi,
Just need a quick checking on this.
Currently we using nRF5 SDK, after production, is it possible we OTA update the firmware which using nRF Connect SDK?
This...
Hi,
I tried to build and programm this DTM example from this SDK example: ncs\v1.6.1\nrf\samples\bluetooth\direct_test_mode
I got this following error. Do you know where...
Hi,
With the NRF Connect / NCS SDK, I can build the asset_tracker and serial_lte_modem without issue.
I want to make my own project, so I copied asset_tracker entirely...
Again I am asking a question I should not because I cannot find it documented.
I get a pairing request from the central. I need to respond with sd_ble_gap_sec_params_reply...
Hello.
Now, I'm trying to make a Beacon with updatable Major Value, based on sample 'ble_app_beacon'.
I'm not really familiar with BLE and Nordic device, though...
I...