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...
Thanks in advanced. The peripheral platform is nrf52832, sdk17.0.2. I'm migrating examples\ble_peripheral\ble_app_hts to read temperature value. When I run this example alone...
Hi Team,
We are using the Libuarte driver for our data transfer purpose with the Baudrate of 115200 and timeout of 100usec.
nrf_libuarte_async_config..timeout_us = 100...
Hi everyone,
In the file header "app_usbd_cdc_acm.h" I notice this function:
/** * @brief Helper function to get class instance from CDC ACM class. * * @param[in] p_cdc_acm...
I am having problems writing to flash in an older version of s110 using the sd_flash_write() method. The question I have is when I update my code, make a new build, and download...
Hello,
I'm trying to test PWM with a simple example, I've edited spm via adding
KConfig:
spm.c
I'm getting the output at the boot as;
I assume that PWM_0 initialized...
SDK: 14.1.0
CHIP: 52840
MULTI PROTOCOL
Hi, I want to know zed rf on off switching mechanism and configure on/off interval time.
I(current) - t(time) graph
What...
Hello there,
I am experimenting with with the gpiote and ppi examples, and have a couple questions regarding the member variables of the nrf_drv_gpiote_in_config_t struct...
Hello,
I planned to to use in my design 1.8V. But for redusing power consumption of nrf5340, which way is correct and prefferable:
1. Use external 1.8V supply in normal...
Hello,
in file nrfx_gpiote.c there is a fatal error which overrides data because of a false array index.
nrfx_gpiote_init there is a for loop which calls the function...
Hi All:
As the topic...........,I want to set up DFU with usb,how? When I edit the USB_HID_KBD to USB_HID_GENERIC in usbd_hid_composite example,it makes some errors:
1...
Hi everyone,
I am working on the USB_MSC example and I need your advice. I read an IMU unit and I want to store the data into a file. I create a single file to store the...
I am using nRF52832 evolution board and SDK version 15.3.0 in Segger studio(Ubuntu system) for Interface LSM6DSL accelerometer using I2C.
I am use TWI peripheral example...
Hi,
I want to program a nrf52832 module and a J-link debugger is on it's way. Until then I wanted to use my Black Magic Probe to flash and debug the application. I can successfully...
Hi,
We want to choose which frequencies we should implement on nRF9160 to have the best frequency bands coverage. Would you have a list of all known frequency band used...
I want to use the sensor example to transmit 10bytes of data at at rate of 10Hz.
I have tested the publishing using periodic publishing configured with the nRF Mesh app...