I am using PCA10031 dongle with SDK 7.2. I tried the blinky example in peripheral directory. Unfortunately it didn't work for me.
When I use the makefile from blank/armgcc...
I've tried compiling and running the ble_app_hrs_rtx demo example suing the makefiles and GCC 'as is'. However, the program just hangs and doesn't do anything. Specifically...
I'm using QT + QBS + bare-metal + gdb + openocd + stlink(debugger). I want to print into qt-terminal debug information. How Can I do this feature?
forexample:
int main...
I ran the ble_aci_Tranport_layer_Verification.ino sketch from the Nordic BLE library and I get no output to the serial monitor after "nRF8001 Reset Done" is displayed. I think...
I am trying to debug my code today and am finding that Eclipse is constantly breaking execution at the INLINE function app_timer_evt_get(). I do not have any break point set...
Hi,
Recently,
the DFU of the "Master Control Panel" (Android) can not complete the upload mission.
But,
the DFU of the nRF-Toolbox in iOS is
work well.
Old...
I just tried out the new iOS nRF Toolbox 1.5 and it doesn't seem to handle long init packets.
I gave it a zip file that contains a 137216 byte 'application.bin' and a 192...
Hi, I am using nRF52832 with sensor and Softdevice S132 v3.0.0 to advertising packets .I The sensor is interfaced with nrf52832 using twi interface. I am updating advertising...
HELLO,
Now i meet a troubole about app_timer in SDK15.0 with NRF52810.
I use the example 0f central with uart. wtih softdevide.
I creat a app_timer with 100ms interval...
Consider, I have checked these threads: https://devzone.nordicsemi.com/f/nordic-q-a/38832/system-on-sleep-mode & https://devzone.nordicsemi.com/f/nordic-q-a/30351/how-to-control...
I come from Linux background, where I've used Callgrind to get the dynamic analysis of callgraph of the firmware. But now I am work in IoT product its bare metal, I am using...
I am using SDK15.2 and I am using ble_app_hrs example to build a device that has multiple sensors and a display.
I am constantly reading sensors data using blocking TWI...
Hi,
I am starting working with nRF 9160 MLM1 Preview DK and installed embedded studio for nordic and imported asset_tracker project but I cann't program the board.
It...
I am looking for Windows 10 Driver that can be connect to remote nRF52832 via BLE (Using standard BLE Dongle in the PC with WIndows 10 ). Can some one give me points from...
Hi,
My question is how to set ShockBurst mode on nRF51 to communicate with nRF2401A? (is that possible)
I tried a micro_esb example on GitHub, but this didn't worked....
Hi,
I am using the nrf_cc310 library for the CryptoCell of the nRF52840.
PKCS1v1.5 encrypt and decrypt is working as shown in the example code (using padding).
I also...
Hi All.
I am familiarised with NINA-B312 module and I am used to seeing its local name being advertised after switch-on, but while testing a NINA-B302 I've just bought I...
I am using nrf52840. On running the Ble-Central program provided in examples of sdk15.2,Few nrfs are made to act as a Scanner whereas as many as 100 nrfs act as BLE Advertiser...
Please answer some questions below.
“Application” and “SoftDevice” can be replaced by DFU, correct?
Is Nordic DFU function inside “Module” (Orange colour part)?
If...
Hi
I am working on a product where I need a battery optimized beacon receiver - the opposite of what yo normal see with a beacon device where it is the transmitter which...
Hello,
I am currently using the sdk multiperipheral example. I use a nrf522832 as a central device and two nrf522832 as peripherals. I am connected to the two devices at...