If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
Hi!
I'm trying to switch from SPM to TF-M in oder to use the secure processing environment. We currently use MCUboot + SPM for bootstrapping and DFU Image Manager for applying...
I was using Nordic Connect SDK v1.4.0, but put development on hold for a few weeks waiting for v.1.5.0. In particular I was waiting for openthread to be updated (which requires...
When I look at datasheet and reference designs for the nRF5340, I see a variety of approaches to DC/DC converter and bypass components. Is it a 10 uH inductor, or is it 10...
Hello Nordic!
I want to control the battery level, and set alarms... I know that there is a cluster callled PowerConfig cluster and I have been reading it, but I acan't...
Hello,
Sorry in advance if it sounds simple, i'm a beginner but I read AT command interface — nRF Connect SDK 1.5.99 documentation (nordicsemi.com) except that I can't retrieve...
Hi!
I'm currently working on a project thats based off of the nrf desktop keyboard. I'm using the Taiyo Yuden eysgcnzxx.
I just wanted to inquire the functionality of...
We have a Zigbee device that doesn't seem to use ZCL to transfer data and I have been trying to see if there is a way to get it working with an nrf52840 acting as a coordinator...
Hi, can we connect and enable the BME680 in the asset tracker code for the nRF9160DK?
It is already on the Thingy and I notice there is a switch CONFIG_BME680 in the code...
Tried to connect and Flash the hex file to enable BLE sniffing on the DK. However, the Connect desktop app was not able to detect the Development Kit.
All Steps mentioned...
Hello,
I am working on the Nordic nRF52840 development board to create a thread network and I want to use Raspberry Pi4 as thread board border router. The nordic SDK provide...
Following the insn here: https://devzone.nordicsemi.com/f/nordic-q-a/54591/nrf_serial_event_drv_err-what-is-the-cause
I found that under certain conditions, I get ERRORSRC...
Hi Nordic Community,
I have been experimenting with samples in NCS and making modifications.
Sometimes adding some code causes a hardfault during runtime. I can often...
Hello.
My application is an I2S Master that transmits audio data to an audio codec. I need to setup a transmit buffer using EasyDMA. Is EasyDMA used by default when using...
Hello,
we developed an application with a nRF52840DK as central and a custom board with a nRF52832 chip as peripheral. The peripheral sends data via NUS with a data rate...
Hi,
I'm working on the secure_bootloader example. I am having problems with micro ecc. When I compile the project, it gives an error like this.
I'm trying to follow...