Hey I am working on nordic nrf51822 chip ( http://i.imgur.com/q8EM4uq.jpg ).
I want to run a bluenet code which i have forked from github.com/.../bluenet to github.com/....
Hi, I use the nrf 8001C + stm8s. I successfully installed settings nrfGo, but when I try to execute a command OpenAdvPipe I get an error ACI_STATUS_ERROR_CMD_UNKNOWN .
The...
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,
While linking I am getting the following error on Nordic SDK 16.0,
XYZ.axf: Error: L6218E: Undefined symbol nrf_ble_gq_conn_handle_register (referred from ble_db_discovery...
Hi everyone,
I am new to segger embedded studio. I want ibeacon firmware sample code to advertise uuid, major, minor, tx power, advertisement interval. I want to change...
We're developing a product where a single NRF52840 board - lets call it the central- serves as the focal point for multiple NRF52840 boards spread out across an area - lets...
I am not able understand the difference between APPROTECT and BPROT . Can you please clarify ? and if we enable the protection then how to disable it again whenever we want...
I've seen many posts about LL_LENGTH_REQ causing disconnection on certain Android phones and the solution from Nordic is to add a 100ms delay. Can someone from Nordic definitively...
Hi community,
in our setup we use the LSM6DSL IMU using TWI. First we initialize the TWI peripheral, then we configure the IMU. After that we initialize PPI to automatically...
I am trying to build the project "thingysdkv210" which is downloaded from https://www.nordicsemi.com/Software-and-tools/Prototyping-platforms/Nordic-Thingy-52/Download#infotabs...
nRF52 DK
HTS example
I added app_timer_stop_all() in the ble_evt_handler() of main.c, under the case of BLE_GAP_EVT_DISCONNECTED, but the battery service timer still...
need help on multiple things
All work is on the DK 840 board using sdk15.3
Started with this link
https://rigado.zendesk.com/hc/en-us/articles/360025376053-Add-Nordic...
Is it possible to run the Zigbee Light Switch example with the internal RC.?
On the sdk_config.h I have changed the following:
#define NRFX_CLOCK_CONFIG_LF_SRC 0
But...
In the only example in SDK16.0.0 with soft_device and Free RTOS, configMAX_PRIORITIES is set to 3, which means available priorities 0,1 and 2.
Is it possible to change configMAX_PRIORITIES...
Hi i'm very new in using Nordic nRF52840. Got 2 questions:
1.Why does each example project contain blank/mbr/slxxx folders? in these folders they all have a copy of the...
Hi,
we've been experiencing some strange issues with the OTA DFU on nRF Connect for Androind in the past two days.
We've been using such function on a regular basis with...
I am trying to transition my Nordic SDK v12 project from Keil to Segger Embedded studio. I followed the tutorial steps such as placing ses_nrf_51_startup.s file in Internal...