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...
I am working on a custom board based on nrf52810 that my client provided. In this board the accelerometer (Bosch BMA250E) power has been controlled by the PIN 9. However when...
Hi, everyone
I have some problems to make the Image Transfer Demo APP work
I have read the content of the website( https://github.com/NordicPlayground/nrf52-ble-image...
Hi,
I have 2 devices: one nrf52832 and one nrf52840 dongle. After enabling PHY feature (see the following code) in nrf52832, I tried to connect it using the dongle in the...
Hi,
I got the following hardfault when running sdk 14.2, nrf52832. Since the address shows it locates in softdevice...I do not know why. May you please give me tip? Thanks...
Hello, we have a handheld device with Microchip (ex. Atmega) Microcontroller that essentially monitors and records different environmental conditions and stores them them...
I am making PUC for sending & receiving string through ble nrf51822 to phone(nordic app) with particular user define time interval like 1 min , 5 min etc. using ble_app_uart...
I'm running \nRF5_SDK_15.0.0_a53641a\examples\ble_peripheral\ble_app_uart\pca10040\s132\arm5_no_packs and following instructions from http://infocenter.nordicsemi.com/index...
Hello,
We are using in nrf51822 in a product.
I do not understand whether by definition and, thus, always, before connecting, whether a peripheral
goes to sleep between...
Hi,
our device has a hard current limit of 2mA. Normal BLE operation is actually no problem. Connection parameters and packets/event are negotiated accordingly between master...
Hello,
I am using nrf SDK 15.0.0. I am unable to build ble_app_uart example in SES. It shows this error in the screenshot:
But i can build the same example using Keil...
Hi everyone,
I want to set LF CLK source to XTAL without softdevice. But, LFCLKSTAT value is 0x00010000(CKL RUN, CLK SRC = RC) after clock start.
So, I checked same test...
When drawing lines of equal start and end x, y coordinates the GFX library shall draw a rectangle with thickness applied. If the value of the opposing axis has a start value...
Hi everyone,
This might seem like a silly post, but this happened.
I build and ran the example QSPI code given in the sdk.
But after that if i try to run my own code...
We're writing code that does dynamic pin assignment which may change over time. This question is about how the crossbar deals with conflicting pin settings.
If I set the...