Zephyr Eddystone example is connectable after power on of nrf52833 board. But after disconnect it becomes non connectable. How to fix it? And how to change advertisement interval...
We are looking for an experienced software developer, for existing board with using nRF Connect SDK. We are using nRF52840-dk.
Please, contact me if you are interested.
Hi
After each connection, I should press Alt-A.
Is it possible to add a feature so the advertising will restart automatically after the connection is finished?
Hello Support Team!
I use nRF52840 and migrate to nRF5 SDK 17.1.0. But I can't use Trace functionality, because SystemInit method from system_nrf52.c file use wrong pins...
I want to use the MPU9250 driver found in the Thingy SDK in my nRF52 project. I am using GCC 7.2 Arm/Eclipse as the development environment. The driver source file inv_mpu_dmp_motion_driver...
I would like to implement feature that swaps advertising data only if GAP address in scan request matches one of the application layer ,,authorized'' addresses.
The only...
Hi,
My app was written on Windows PC/MSVC and is ported to nRF52/Keil.
In many places I've used MSVC assert() macro in the following manners:
assert(function(arg1...
Hi all,
On SDK 15.0, Immediate Alert Service is not working without a secured BLE link. When peripheral is not paired, this latter doesn't receive any alert from central...
I’m using SDK 15.0.0. and softdevice 6.0.0.
When I compile the example:
https://github.com/haakonsh/MMD
I get the compiler error:
fatal error: compiler_abstraction...
Hi,
I tried ble_app_uart example by using SES it works fine. Then I tried it by using eclipse with OpenOCD and a STlink V2 on the debug in port I succeeded to flash it....
Hey guys,
With the new SDK15, I find myself looking at dependency problems over and over again. Right now, I am trying to setup a simple A/D conversion using nrfx_adc. Found...
Hi Env: keil uvision 5 and SDK 9 and custome breakoutboard for nRF51822 (PTR5518: no external crystal) and no SD.
I am trying doing the first steps in twi over nRF51822...
I been reading over your entire tutorials, but I have yet to see any tutorials that guides me towards creating an NRF52 project from scratch? Could anyone guide me through...
Hi,
I am transferring my nrf52832 project to nrf52810,and I have deploy the project according to the user guide (Transferring the project to nRF52810 hardware),
when I...
Hello everyone,
I'm developing an application for boards with NRF52832, Softdevice S132 3.00 and SDK 12.3.0.
The network architecture consists of:
one peripheral board...
I'm using my accelerometer's GPIO interrupt to wake up the MPU from PowerOFF mode and it works great. Now, I'm trying to use the same interrupts to wake it up from Sleep mode...
Hi,
I have migrated from SDK14.1 to SDK15.
One thing is embarrassing me.
I would like to modify the scan data as above, I do not know where I can fix it.
phy...
Hi,
I am using mbedos for a NRF42832 and am currently in the situation that I have to profile my code with gprof. Here comes the issue: the Nordic SDK uses explicit assembler...
this picture is from infocenter.nordicsemi.com/index.jsp
and this picture is from 《S132_SDS_v5.0.pdf》
in first picture the application base is 0x00020000 , in...