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...
I've used Segger Embedded Studio to compile and run a number of example projects -- nicely done!
Now I'm ready to start creating my own projects, with the ultimate goal...
hello,
i'm trying to communicate between a central device and a peripheral.so if multiple peripherals are present and all of their mac id is known.how can i select a particular...
SDK 14.2
i just added peer manager to an existing project, and peer manager seems to be working correctly. pm_peer_data_app_data_store() is successfully called to save addition...
Hi!
I'm currently in the process of evaluating the nRF9160 DK. I'm trying to measure the current of the LTE when the PSM mode it's set. I'm using the at_client application...
Hi team,
My customer found that our SDK15.3 is supporting FreeRTOS version 10, but their original codes are based on FreeRTOS version 9, do we have any guideline which version...
Dear expert
I have created a keil project according to the example of light_switch with Segger_Embedded_Studio IDE in nrf5SDKforMeshv310src, and when I build the main source...
HI All,
I wanted to configure nrf52810 as TWI Slave for one of my application. Am not able to find any example related to TWI Slave configuration
Please let me know if...
Hi,
I am using nrf52832_AA, SDK 15.0.0, s132.
I am using an ADC and it does not seem to be measured correctly. The value is shaken.
The AIN2 pin is used, and when the...
Hi:
When I recently debugged the SPI driver, I found that when I used nrf_drv_spi_transfer to read the SPI to receive the return value, the first byte was always 0xFF. Actually...
Hi,
I'm using nRF5 SDK v15.0.0, and I'm trying to use the PDM peripheral for a digital microphone. I'm modifying the driver from ThingySDK, but I can't seem to find where...
I have modified sdk_config.h (cii_sdk_config.h) to use xxx_CLOCK_CONFIG_LF_SRC 0 (RC not the default XTAL, as my design just uses the 32MHz Xtal) I have modified pca10040...
Hi,
I was able to use SPI communication to read data from ADS1220 (one channel of a 3-channel ADC) and transmit it via NUS ble service to my NRF Toolbox app and RTT logger...
Using nRF52832 w/ SDK 15.2 as peripheral connecting to an iOS 12.2 central (iPhone XS Max).
IDE: SEGGER Embedded Studio for ARM, Release 4.10a
The max data rate I can...
Hi,
I am working with a custom board based on nRF52840. I am using SDK 15.0 and softdevice 6.0.0.
I have two custom services that have user descriptions on all characteristics...