Hi,
On the 3.30 of nRF52832_Rev_1_Errata_v1.5.pdf, the sleep current with LFXO active is 0.5μA higher.
I am using a nRF52832 module with the low frequency crystal oscillator...
Hi,
I'm using nRF52832 on SDK V12.2. I add the connection params in the conn_params_init:
static void conn_params_init(void){
uint32_t err_code;
ble_conn_params_init_t...
S130, SDK 12.3, ble_app_hrs_c example.
I want to use whitelist function in this example but I can't finish it.
When I run peer_list_get(), it gets all 0xFF, means that...
Hi all,
I am making a device which involves using nfr52832(PCA10040) to communicate with a NAND flash through spi to store data acquired from the ADC. After all the data...
How to enable semihosting in sdk11 examples?
This works, but I can't port it to examples/periferal/template_project :(
changes:
pca10028/armgcc/Makefile:
adding...
Hi,
I'm using the NRF52840 with the nRF5SDK (v16.0).
For my product, I'd like to enter as low-power a sleep as possible, while still being able to wake up on the on board...
Hi, I was using nRF52840 , flash is mx25L25645GM2, I used fatfs with QSPI ,but I found fatfs was unstable,After some time, the stored file would dispear.Sometime there were...
what is credit based flow control in L2CAP connection oriented channel..?
What is meaning of credits..?
what is exact usage in IPSP ..?
How it will effect data communication...
Hello,
I am preparing sniffing workspace for BT Mesh, where I have 3 devices in the Mesh network (provided by nRF Mesh app) and I need to read SRC, DST, SEQ and simmilar...
I tried to run my Thingy91 off the battery but it shuts off instantly.
My questions is if the battery charging functionality is in the firmware or hardware? Trying to figure...
Dear Nordic support member,
Where does "pca10100e folders" be installed?
I have nRF52833 development Kit. But I could not find pca10100e folder.
Note: My IDE is IAR...
Hi, I am looking to develop applications for the nRF5340. After watching the "Introduction to Zephyr RTOS" webinar, I saw that the software engineer presenting the demo was...
Hello
I am making a project in SDK v17. I want to use mpu6050 sensor but I don't know how to use library included in SDK.
The example Martinsbl has in GitHub is optimized...
Hi, i'm trying to find a way to use the Nordic nrf52840 with Adafruit SIM7000-LTE-Shield, the only apparently way is with Arduino IDE but i´m not using it (no success at the...
Various errors during medium-term deployment of cellular-enabled sensor device
We've prototyped an agricultural gas sensor based on the nRF9160, which takes readings every...
Hi,
We are having trouble getting the Thingy91 firmware running as is. We have achieved this in the past but I had made too many modifications and I decided to scrap it...
HI! I'm on Windows x86 and I've followed the steps from the getting started assistant. After trying to locate the board directory ncs/zephyr/boards/arm/nrf9160_pca10090 ,...
I am doing a custom desk for a client and I had this idea of adding a electromagnetic lock on a drawer. That is easy enough but I thought that maybe I could add a couple of...
Hello If I an exemple like ble_thread_dyn_mtd_coap_cli and that I configure the mode in MULTIPROTOCOL_802154_MODE_FAST_SWITCHING_TIMES: do you have any idea how long it takes...
I have two SPI buses on my board, with a different type of slave chip on each. Only a few bytes are read from each during boot. When I use SPIM0, 1 or 2 for them there is...