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...
Hello,
So I need to connect my NRF52 with a LoRa module E32 via an UART connexion, and then I need to send data using this function:
The probleme is that my code work...
Hi!
I have found the following piece of code on an example from a Nordic employee. I'm curious as to its purpose.
Why is the register set, and then read just after...
I am testing BLE 5 throughput with the following hardware and firmware:
- two newly purchased nRF52840 DK boards, one as host and the other as peripheral.
- latest nRF5...
Hello,
I'm looking through the available packages in the SES Package Manager and I came across the captioned package - currently showing version 1.06 (no date). I haven...
...\sdk\nRF5_SDK_for_Thread_and_Zigbee_2.0.0_29775ac\examples\multiprotocol\benchmark\zigbee
IDE: Segger Embedded Studio.
HW: Two 52840 DK, name them : A & B
PC Cli...
Hi
I'm using SDK 15.2.0 with Nrf52
I used the example of SPI from the SDK
..\..\nRF5_SDK_15.2.0_9412b96\examples\peripheral\spi
and I get this error
..\..\..\main...
Hi,
I use the SDK 12.3 ,example :nRF5_SDK_12.3.0_d7731ad\nRF5_SDK_12.3.0_d7731ad\examples\ble_peripheral\ble_app_uart
I want keep advertising,I use the code as follow...
I'm trying to configure an application queue to hold BLE events I receive from the SoftDevice. The SDK defines NRF_SDH_BLE_EVT_BUF_SIZE as the "Size of the buffer for a BLE...
I would like to set the security level of a service to security level 4. Unfortunately I have problems with using the BLE_GAP_CONN_SEC_MODE_SET_LESC_ENC_WITH_MITM setter with...
Hello,
I just wanted to throw in that for a hobby project I interfaced Solomon Systech's SSD1331 (96x64 pixel) color OLED display and created an SPI-based driver for it...
Hi BJorn,
I am using nRF52840 chipset using NINA-B301 EVK and could port and test some test applications using NRF52 SDK. My query is in actual harrdware we are using only...
In the nRF52832 Product Spec v1.4 th the ere are discussions in sections 16.5 and 19.3.10 about being able able to output a divided down version
of the 32MHZ clock on the...
I'm using nRF52 and SDK 15.2 with SPI Manager (NRF_SPI_MNGR_ENABLED) with EasyDMA disabled. Some of the external chips I'm communicating with via SPI can't handle consecutive...
Hi,
I am trying to write a I2C read and write wrappers for Invensense MPU9250. Previously, I was using SDK11 and I don't have any issue with it. However, after porting...
Hi,
I am trying to use the USB connectivity firmware so that I can use the pc-ble-driver with it.
I downloaded to my custom board the file 'connectivity_4.0.0_usb_with_s140_6...