Hi, I wanted to ask a question regarding sending data.
I currently have external memory that will send out serial data (SPI) to the nordic microcontroller. I have saved...
Recently, I try to programme nRF51822 DK communicating with nRF2401e1 DK,unfortunately,which does not success. With setting radio configuration: TXPower,frequency channel...
E:\BLE\work\nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
SDK 6.0.0
Softdevice 7.0
When I connect to Android 4.4.3 device(Nexus7 II) will...
E:\BLE\work\nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
SDK 6.0.0
Softdevice 7.0
When I connect to Android 4.4.3 device(Nexus7 II) will...
I have been trying to understand and get the “ble_app_template” running this weekend, but I keep running into errors. For example in
static void sys_evt_dispatch(uint32_t...
Based on the nRFUart demo, I added a masterEmulator.DiscoverServices() block before the DiscoverPipes() block in a very similar manner. Purposed is to be able to get more...
Hi,
There is much talking about the "large data transfer" over BLE, the l2cap channel being the best option for the moment.
However, does anyone know the datarate achievable...
Hi!!! we are developing bluetooth mesh, we have a function that send a message to nodes when we press a board button (nrf52 dk), all works fine,
but if we call the same...
Hi,
I'm trying to add the device information such as Battery percentage , temperature in the scan response packet to the ble_app_beacon example. I could add the data and...
SDK: 15.3, Device: nRF52840, IDE: SES v4.16
I am writing a radio test application that uses a service / characteristics to determine radio channel, power, etc. The idea...
I'm trying to build the "blinky" example found in nRF5_SDK_15.3.0_59ac345/examples/peripheral/blinky/pca10040e/blank/armgcc
Actually the pca10040e directory contains 'blank...
I am trying to port the 'radio test' example code in SDK15.3.0 from the nRF52832 to the nRF52810 so we can do some pre-certification testing of the radio in our custom design...
Hello,
I am using nRF52832, SDK_15.3.0, S132 SoftDevice and Segger for flashing the image.
To understand TWI better, I loaded 'twi_sensor' example as is on nRF52832...
Upon initial connection with iOS device, returned connection values at BLE_GAP_EVT_CONN_PARAM_UPDATE are:
ble_event: got BLE_GAP_EVT_CONNECTED. role: 1, conn_handle: 1,...
Hello,
I using the Segger with the last SDK. I modified the ble_app_uart example, I added the softdevice to the addition files. When I run the debugger everything seems...
Hey guys, Recently i decided to get the ICM-20948 DK and exploring it. I read all the info on their site and all their guides but the only briefly get over the topic, so i...
Hello,
I am using nRF52832, SDK_15.3.0, S132 SoftDevice and Segger for flashing the image. I am using ‘ble_app_blinky’.
I was going to “Batter Service”. Battery level...
Hello, I am using the PCA10056 to program a nrf52811 chip on a custom board with SDK 15.3.0. I'm using the example ble_app_blinky_pca10056_s140 I am following the steps in...
I am working on transferring BMI160 sample given in zephyr samples (\ncs\zephyr\samples\sensor\bmi160) to nrf sample (\ncs\nrf\samples\nrf9160\bmi160).
Below is the changed...
I'm having a problem with the nRF52 SAADC. It's configured for
One shot operation on Channel 0 using pin Ain4.
Gain of 1/6
Tacq set to 40us
8 bit resolution...
HI,
I want to configure HT1632 LED driver using SPI communication protocol
for that i should send commands LSB to MSB
immediately data should go MSB to LSB
My question...
Hello,
I am using nRF52832, SDK_15.3.0, S132 SoftDevice and Segger for flashing the image. I am using ‘ble_app_blinky’ and “nRF Connect” app.
I am trying to understand...