I thought this should be very simple but it has not turned out that way. I have started with the pc-ble-driver heart rate monitor (peripheral) example. I was able to take...
Hi,
I building a gas meter monitor ( peripheral ) that transmit meter reading to the Central.
The gas meter will be sending to the Central it's ID and meter value ( uint64_t...
The International Conference on Embedded Wireless Systems and Networks will host also this year a dependability competition to benchmark the performance of state-of-the-art...
Hi,
I find the CSCS example program reading zero at low cadence levels below around 50 rpm.
Using ble_peripheral example ble_app_cscs loaded into the PCA10040 board or...
I had manged to deploy and configure mesh networks on Nordic Thingy devices based on these 2 examples separately. 1. Generic OnOff models https://github.com/NordicPlayground...
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...