I'm trying to perform communication between my device and iOS and I ran into some problems. For tests I'm using iPod touch 5 with nRF Toolbox and LightBlue apps and nRF51822...
I've been using Master Emulator API 2.1.3 in Visual Studio 2010 Express, and have spotted a fix I may need in 2.1.5 so I've switched to using the 2.1.7 API. However, I've...
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...
Hello everyone , I am interfacing and trying to process GPS data received over UART port. The GPS outputs NMEA based sentences at a rate of 10 Hz. I started using the example...
I've tested two scenarios using a hardware loopback to test UART functionality. The double buffer approach does not work as expected.
SDK version 1.6.1
CONFIG_SERIAL=y...
Hi,
I used nRF91DK for almost 2 months non stop to debug the final nRF91 based board for our air quality monitoring hardware to fight the propagation of Covid virus.
But...
I tested various copy methods in terms of instruction cycles, that I determined with DWT.
For that I copied an uint8_t array size 70 by
for Loop --> 63 Cycles
memcpy...
Hello,
I am using nRF52840 dev kit with sdk 17.0.2, s140 softdevice and dfu bootloader also implemented.
When I download the firmware to dev kit it works as intended...
Hi,
i am working on nRF52832. i am facing a issue of RESET when i call advertise_start() again after advertise duration. in debug it shows fatal error.
Hi there,
I've installed and followed the nRF Connect SDK manual install getting started guide ( https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/gs_installing...
I'm using 52832 as a Central(SDK_17.0.2/S132_7.0.2), and sometimes get a connect-disconnect failure with reason 0x3e.It happens randomly and frequently.
I search the forum...
Hi Supportteam,
i am trying to use Release Assistance Indication (RAI) to shorten the RRC-Connected using nRF9160 DK.
I'm enabling REL14FEAT with the following AT commands...
Hello, sir.
I used to work on twi0 and twi1, but now I'd want to shift both twim0 and twim1. However, I'm getting an error saying that 'NRFX TWIM1 INST IDX' is undeclared...
Is it possible for nRF Connect iOS app to display devices that were connected/paired through the iOS Settings menu? The problem I am having is when looking to perform DFU...
Hi iBasis support,
I'm having a billing issue with your website. I'm using the iBasis card with the NRF9160DK board.
When I ran out of data, I just follow the link on...
Right now I use the app_timer_cnt_get() method to get a current tick count. It appears to return a counter that increases with 32768 counts per second. However, it overflows...