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 have been trying to get two NRF24L01 chips communicate with each other since a week now, without much success. All what I can find on the net is Arduino examples using...
Hi
I have done several projects with the nRF905. I know the device quite well. Normally I use the CD, AM and DR interrupt pins to determine the status of the device, my current...
The documentation states, “Only one data pipe can receive a packet at a time”
So what is the minimum acceptable delay between the receipt of two packets to two different...
Hi,
I have gone through PPK user guide but it is not working out.
In my setup I am using
One DK as external SEGGER JLink
One PPK as standalone power profiler
One...
Hi,
I want to interface wifi module(for example ESP8266 ) with nrf52832.
I need to transfer some data (received through bluetooth) to cloud(AWS).
Can I expect esp8266...
I have been trying to get the Timeslot API working with v15.0.0 of the nRF5 SDK, and have not had any success. All of the examples that I can find are built for much older...
I'm trying to implement the HID service on a custom nrf52832 board, unfortunately I'm running into problems.
Here's what happens: Advertising, connecting to the board,...
Hi,
I think I already know the answer but just to be sure, there is no difference on using printf (with added retarget library) and the app_uart_put() since printf will...
Hi, This is what constant carrier looks like at 2450MHz on my custom board using DCDC disabled
This is with DCDC enabled:
It can also look much worse with no real...
Hi there,
I'm looking at porting (i.e. re-implementing) an Arduino project to the nRF52832 to take advantage of the s212 or S332 softdevices. This chip is a few orders of...
I want to created a connectable iBeacon with nRF52810. I would like to connect my beacon through an app like nRF Beacon app and would like to configure....
* UUID
* Major...
Trying to run the SPI Master application on a custom nrf52382 based device (custom PCB) to communicate with an ADC chip that is taking analog values from a Multiplexer. Not...
I've designed a custom board for the NRF52832. Current consumption is not a major concern, and the pin location was convenient, so I wanted to use P0.00 and P0.01 for I2C...
Hi,
This is a problem report for the Programmer App v1.0.1 on nRF Connect v2.6.1 on MacOS 10.14.2. I have been attempting to use the programmer app with the nRF52 Dongle...
Hi all,
I have a trouble. I use 2 Dev Kit NRF52832. Flash light switch server proxy and light switch client proxy. Issue is when I erase and flash the first time, Client...
I'm developing an application for the nRF52832 using the nRF5 SDK version 15.0.0. We're using the s132 softdevice, the sample secure bootloader (modified to use our company...