Hi,
We are using the nRF905 device in an application where it needs to switch between auto-retransmitting and sending single packets, due to it communicating with several...
This is not a real question for support. It's more a success story i'd like to share with you!
Our company develops firmware for various customers on a lot of different...
Hi all,
What is the maximum data rate for the nRF24AP2 when using the Synchronous serial interface?
I cann't see it in the datasheet.
Is there anyone can answer me...
Hi,
In my design, there is a tag used by 24l01,It can transmit the temperature value.In the tag, the parameters are like this:
addrofch[0] = 0xe7;
addrofch[1] =...
We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
Hi,
I was developing my customer board with nrf52832,and started with ble_app_uart .
I added SPI flash with sck 3, miso 1,mosi 0,ss 2 and it works fine.
but now i restart...
I am using a 3rd party nrf52832 module and I am trying to program it and debug it using the nrf52840 board debugger output pins (swclk, swdio, ground and power). The connection...
Hi,
I am using
Custom Board(nRF52840)
SDK 15.3.0
Keil IDE
The soft device is S140
JLinkRTTViewer for debug
My board has two leds and two buttons for door...
The AWS FOTA sample starts the download of my app_update.bin file that I created and loaded into an s3 bucket.
The file downloads (you can see in the attached logs) but...
Hi, I'm using the Nordic DK52 (52832) along with SDK 15.0 to prototype an application where I can send some data from a sensor attached via UART to an BLE-enabled application...
Hey guys,
Ive been trying to add the USB power detection to our device and for some reason I can't get the desired result.
The device is a 52840 using SDK 15.2 and SD...
In order to test my custom BLE protocol on my device I am attempting to use the pc-ble-driver-py Python module (either 0.11.4 or latest version) to connect to my BLE peripheral...
Hi,
Is there a way to disable bonding? I am having issues when I delete the paired device from my phone. After I delete the pairing, nordic still has the stored keys for...
We are developing a Bluetooth device around the nRF52840 SoC. The time has come to investigate the production part of things.
Since we have been developing and designing...
Hi Devzone:
Where can I find full document on how to use nrf_power_gpregret_set?
Background: I am planing to do buttonless DFU without BLE but through usb cdc acm.
After...
Dear support team, we are trying to make the device ST IIS2DLPC (accelormeter) talk via SPI to the dev board PCA10040
We are using the evaluation board STEVAL-MKI191V1 wich...
Hello,
I am trying to build the lwm2m_client sample on my ubuntu 16.04 machine. I tried building for nrf9160_pca10090ns and nrf9160_pca20035ns The build fails with:
...
Hi,
I am using SEGGER/SEGGER Embedded Studio for ARM 4.12, I used Two working Examples ble_app_gatts_c_pca10040_s132 and flash_fstorage. I am getting these errors "undefined...
Hello,
For our project I'm using a LIS2DH (accelerometer) that is supposed to trigger an interrupt on its pin INT1 when a movement is detected.
I use nRF52832. Before...
Hi
I'm not familiar with C language, I tested the saadc example in SDK, it worked well in P0.02
But I dont see how they set CH[X].PSELP or CH[X].PSELN (V(p) and V(n))...