Hello,In normal condition, I use UART,pwm,spi an so on.Now I want to clear the configuration, and enter System ON mode.But I don't want to system reset.
How should I do...
Hi, everyone~
My goal is to collect data from 4 sensors simultaneously using iPhone.
Now, my testing code for sensor nodes is working fine. It was built based on the...
I am an android developer and I am using your nRF Master Control Panel (BLE) product as published on Google play. Below is the link to the app:
play.google.com/.../details...
I want to build a USB dongle, so I purchased the nrf24lu1+ development kit. However, in order to program the target board, it would seem that I need the nrfgo. Is this correct...
Hi Nordic,
I would like to re/program my device using a OTA BLE Bootloader but i don't want others to copy my firmware or at least make it very hard. As far as i know there...
After modifying the ancs example to remove the data and control points, the event_connect() subfunction in ble_ancs_c.c gets called immediatly upon a connection to a master...
Hello,
I will use the I2S driver instead the direct acess to the registers.
I have implemented the registers version like this and it works / sounds normaly.
now I...
I am not able to create my new User account in nRF Cloud and I can not test my Thingy 91. I tried Google Chrome and IE but both Browsers did not work. I tried my iPhone Safari...
I did a chip-erase on the NRF51 DK. However, when I tried to reconnect and program the DK I get the error: Failed to connect to target, no Idcode detected
I tried doing...
Hello,
At the following line
I get the error:
hal.c(35): error: #20: identifier "NRF_DRV_TWI_INSTANCE_0" is undefined
When looking further it seems likein the...
I have custom board with nrf 52832. I am using SDK 15.2.0 and softdevice s132 V6.1.0 to transmit advertising packets periodically. I have written simple application that reads...
Hi Everyone,
I’ve implemented a ST7735S on the NRF52832 using the GFX example. My problem is that I can’t seem to update the screen in such a way that the screen doesn’t...
Hello,
I am trying to make LSM6DSR (STEVAL-MKI194V1) work with nRF52840 using TWI Communication.
Problem:
Firstly, I modified the TWI sensor example to use the accelerometer...
Hi guys, I've got a nRF 52840-DK, I want to verify the new features like 2M/long range/advertising extension.
1. Is there any exmaple to test these featues, or any guideline...
Hello,
On the nRF52840, is it possible to switch from TXIDLE to RXIDLE or from RXIDLE to TXIDLE without going first back to DISABLED ?
We are using the radio in 1 Mbps...
To the kind attention of Nordic support team,
we are very much interested in interacting with your nRF52840 devices preprogrammed with the wireless bootloader and waiting...
Hi! We are currently trying to develop a low power framework for our nRF52840 DK with SoftDevice S140. After disabling various peripherals and interrupts we use the provided...
Hello Team,
I just recently purchased Thingy52 i was wondering i can use NFC NDEF update using python library if it is possible can you point me to right
documentation...
Hello!
I am working on firmware for device that has freertos in the base and implements BLE beacon and 1 service with 7 characteristics. Everything works. But power consumption...
Hi,
We are currently testing DFU upgrades on Android. In my current setup I have two different phones, a Sony one running Android 8 and a OnePlus running Android 10.
The...
We have a device (in central mode) initiating a secure connection to a peripheral (slave) via the usage of `pm_conn_secure(conn_handle, false)`. This results in a `PM_EVT_CONN_SEC_SUCCEEDED...