Hello!
I am trying to get windows phone work with nrf_uart example on nrf51 dk board (pca10028).
I am using SDK 9.0 with S110 softdevice ver. 8.0.0.
I was using examples...
Hi
I met a problem when I use my new board,I found that the example in the peripheral folder in SDK can run correctlly,but the the example in the ble_peripheral folder...
Hi,
I am trying to use the PORT event to trigger interrupts when a button is toggled, i.e. both on LoToHi and HiToLo.
To my understanding PORT events are generated by...
I am running Windows 7 Pro SP 1 64 bit and have gong through the tools installation procedure, in particular running nRFTools_7_7_0_Installer.exe. This ran the J-Link V5.02...
I am very familiar with the arduino side but the BLE is brand new to me. I was wondering if I can use P0.00 and P0.01 to talk to the arduino and if its possible how exactly...
Debug Logger without softdevice, and the define ENABLE_DEBUG_LOG_SUPPORT to my project in the C/C++ tab.
i just test, very simple , but cannot get debug log..
int main...
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...