Hi to all Nordic product lovers,
This is not a question but rather an announcement of a new nRF52840 based finger tip size module 14 x 9 x 1.6mm launched at CrowdSupply...
Hi,
I have a SPI slave device which outputs 8-bit registers that I have to assemble. For example, I receive two 8-bit registers, a high and a low register, which I have...
I have a PCA10059 dongle. I have inadvertently configured pin P0.25 as the sleep debug pin and I use active state 0 as I am using off board LEDs with reverse logic. This means...
If you're working on a product that requires you to show and translate GATT Attribute (Service, Characteristic and/or Descriptor) UUIDs to Strings to the user, it's likely...
Hello,
We have been trying the sendNotification call and after getting a success log we are not able to send a second notification. I'll copy the snippet of code that we...
I have a firmware developed on the nrf52840 development board. When porting it to nrf9160, a lot of errors were reported. How can I use the LOG output function on nrf9160...
In my project, I aim to send an ADC value (10 bits ADC) and 6 data (16 bits/each data) from MPU6050 by using nrf51 DK to Android app ( modified from https://github.com/NordicPlayground...
Hi,
Using the nRF52832 device with the S132-v4.0.2 soft-device (s132_nrf52_4.0.2_softdevice) (So customized that two nRF52832 devices with the same Soft-Device interact...
Hi,
I do the FreeRTOS Blinky sample, works fine and I do the BLE Client/Server sample, works also fine.
Is there any sample combining FreeRTOS with a SoftDevice (132 for...
Hello,
I referred a Softdevice 130,310 & 132 Specification, from where i noticed that softdevice includes Host & Link Layer (As a part of Controller).
So, i want to ask...
Hello,
I'm working with 3 servers, 1 client and 1 provisionner ( 4 nRF52832-DK + 1 android with NRF Mesh App ).
Client side : light switch proxy_client example Server...
hi!
I use the reference design of nrf52832_ciaa.IntLib ,but it didn't work
I use the internal-LDO ,but i measure the voltage of DEC4, it's 2.5V(not 1.3V), the VDD is 2...
Hello,
I am developing a BLE application using the custom characteristic example provided by nordic. I have added a few characteristic for the same.
I am having a small...
I am just trying to establish communication between spi master and spi slave.
I am using two nrf52 boards, SDK 15, in one i dumped spi master example and in another i dumped...
Hi,
I have a customer developing with the nRF8001 with an external MCU, a PIC32MM. He is interfacing the the device with SPI and he is struggling to set up the device and...
Dear support team,
I'd like to provision a mesh node which is implement on thingy and without proxy feature.
As I know, the BLE device (mobile) should communicate with...
hello I am new on nrf52 and I would like to run the example for the ant+: "bpwr_tx".
I am on a nrf52832 chip (with a pca10040 1.2.4 demo board ), I am using nRF5_SDK_15...
Hello,
I used nrf52832 as a scanner.
Now i use it to scan only one tag. And the TAG advertise data addcoring to ble 4.0.
Now i find scan channels are not 37,38,39,37...
■Development environment nfr52832 SDK_12.3.0
■Question I'm making Central's module. After connecting with a peripheral of pairing finish, the function(pm_peer_rank_highest...
Hi all,
I am trying to test OpenThread protocol for an application that we have and we want to use the CLI interface as the application logic should stay in the application...