Hi,
I am trying to build a thread network using a border router nRF52840 with a Raspi3B+ and 2 others end-devices nRF52840 connected on a CPU Ubuntu 16.04 LTS.
I have...
Hi,
I have a nRF52 DK board and I am trying to build a BLE peripheral with both connectable advertisement (custom with my own name and service) and unconnectable advertisement...
Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...
Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...
I have a PCB with an nRf51822 @1.8V, using the SDK 10 (no chance to change it).
The PCB itself with everything but the nRF (we did not iron it on purpose to measure consumption...
I have downloaded the motion_driver_6.12 for Nordic Thingy 52 as given in the readme.txt file. And I am using Segger Embedded Studio to build and debug the code. But the IDE...
Hi,
I'm new in segger studio and nordic nrfSDK.
I have a nrf52832 and I use nrfSDK with segger embedded studio.
When I open a solution, for example ble_app_blinky_pca10040_s132...
Everyone in the PCB hardware space has heard of the great capacitor shortage, especially on ceramic caps that are 0603 and larger. All of the caps I'm using around the chip...
Dear Nordic,
I want to assign P0.16 for Analog input!
I refer to SDK_15\examples\peripheral\saadc, I review saadc_init function, but I stil don't know how to assign P0...
Hi,
I have to do a wireless accelerometer. This means that I will have an MPU9250, an Arduino (for testing) and I need a way to transmit the values from the accelerometer...
Hi!
I have ~80 mesh nodes that are flashed with my customized version of the light switch server (I have added some I2C sensor stuff too). I've now been wrestling with trying...
Hello,
I'm right now facing the issue in dumping the code to NRF51422. As before the code was getting dumped but now I'm facing some errors in dumping the code.
development...
Hi.
I want to implement the following functions.
Voice -> Microphone -> Bluetooth -> Speaker
I do not know anything about this field.
1) Can I implement the above...
I am developing a product that would benefit greatly from the use of NFC but is currently limited by the fact that NFC scanners are only available from iPhone 7 onwards. If...
Hi,
I was wondering if it is possible to create a program that can control mouse movement as well as perform some keyboard button functionality at the same time?
Hi,
I'm developing an Android App. I want to measure and display advertising interval of any scanned peripherals like NRF Connect does.
I researched Android BLE Scanner...
I am working on the multi peripheral example and added the uart services uart working fine but how i can see the data without enabling the nrf_log.if i am enabling the nrf_log...
Hello all,
I am currently in the process of adding BLE support to our project. I have been as careful as possible when copying over source files and SDK_config settings...