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...
I'm trying to implement a really simple script to sample voltage values from 5 different analog pins on my NRF52832 DK (using Segger at the moment). I found the SAADC example...
While nrfconnect-3.11.0-x86_64.appimage works well, the update to 3.11.1 ends up without Apps.
Ubuntu 18.04
NCS 1.9.1
I found a past case and removed the config and...
Hi,
I am working with NRF52840, I am using segger embedded studio as V5.42a from that I build the example code as ble_app_proximity. I am getting some error as "Output/Debug...
Hello, I am a private developer of wireless gaming mice in Japan. I am thinking of using Nordic's nRF52840 as the MCU, but can this chip be written to only by USB without...
Hi
I added some code to get the PA/LNA driver enabled in the DFU bootloader on my board accordig to this post:
https://devzone.nordicsemi.com/f/nordic-q-a/50687/pa-lna...
Hello! I am quite new to hardware design with these chips, I have been working with NRF24LUP1 for a while, and have custom bin file for it, not a hex file. and I am unable...
Hi,
I am trying to send the data from SAADC on BLE. I follow the example: https://github.com/NordicPlayground/nRF52-ADC-examples/tree/master/ble_app_uart__saadc_timer_driven__scan_mode...
I use PCA10059 demo board,receive BT data by" nrf connect for desktop",yesterday it is ok,but today when I plug it into my PC,it can't be recognized.and no any indicator,...
My peripheral_demo is already able to work. Now I'm trying to add dfu to it.
I followed the instructions here. (+) Add DFU support to your application - Software - nRF Connect...
I have been able to set up external flash for MCUBoot for FOTA.
But after rebooting, the image is the same than before the image upgrade.
I used a sniffer so i could...
Hi,
I have been looking at the sample https://github.com/Rallare/fw-nrfconnect-nrf/tree/nrf9160_samples/samples/nrf9160/simple_at and see that the socket() function uses...
Hi all,
I'm trying something similar to this:
https://devzone.nordicsemi.com/f/nordic-q-a/21628/how-to-use-nrfjprog-dll
i.e. using the nrfprog.dll to connect with a...
Hi,
How do you create a macro in the nRF Connect Mobile app (Android) that displays RSSI in the log every time I receive a temperature signal.
Thanks very much.
Hi,
I have nrf52840 based BMD340 evolution board. I am able to run beacon transmission example.
ble_app_beacon.
Now I want to receive beacons and see the list of it...