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...
Hi all, I am working on a mesh project. I've read Mesh Technology Overview written by Martin and I wonder what will happen if a node receive two or more messages at the same...
Hello,
I'm developing a BLE application using nRF52 based on SDK15.2 using Sofdevice S132 under Windows.
The nRF52 is used to send data in notification Format. In...
hi....
i am using nrf52832 and peripheral device , microcontroller should run continuously , nrf should be in turn off mode and it should turn on when the data need to send...
Hi all,
We are using nrf52832 board in our product. We used serial dfu method to upload the bootloader. Its done with help of nRFgoStudio application.
We want to know...
Is achieving a data length of 251 possible in SDK 14.0.0, SoftDevicve S132 5.0.0 ? I tried updating my GATT table to 6000 bytes and my NRF_SDH_BLE_GATT_MAX_MTU_SIZE to 251...
Hello all,
I would like to know if anyone is willing to share nRF drivers for ADS1298.
There seems to be a Github repo containing drivers for ADS1298 with arduino.
Has...
hi engineer: I use the software version: SDK15.2; the hardware IC is nRF52832; the protocol stack is s132_nrf52_6.1.0_softdevice; when I add "init.advdata.p_manuf_specific_data...
Hi,
After configure IO and RTC I tried to enter into low power mode however the current consumption doesn't decrease until I call again __SEV (); / __WFE (); / __WFE ();...
I am working on a project where I need to transfer the data from nRF52832 to ESP8266 through UART. I made the connections RX to TX and TX to RX.
I am using ble_app_uart_c...
Hello.
I am testing example 'usbd_msc_pca10056' of ' nRF5 SDK v15.2.0 '.
I don't realize how to change the size of the 8 MB mounted device with QSPI from external flash...
i've done nRF5_SDK_15.2.0_9412b96 saadc example.
i changeed channel_config like this
nrf_saadc_channel_config_t channel_config = NRF_DRV_SAADC_DEFAULT_CHANNEL_CONFIG_SE...
Hi,
I have a nRF52840 DK that I want to measure sleep current on, but I find it a bit confusing with all the switches etc. After reading through the documentation I have...
I have a Rigado BMD350 dev board. This has the NFC tag antenna included. I am just trying to get the example code to work on any of the NFC examples. I can't seem to get any...
Hello everyone
i have question
i'vedone nRF5_SDK_13.1.0_7ca7556 SAADC example.
but i can't find where these print statements are come from
Anyone can tell me where...