I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
can somebody tell me where to find these error codes?
error = app_twi_perform(&m_app_twi, als31300_read_sensor_transfer, 2, NULL);
APP_ERROR_CHECK(error);
perform is returning...
Hello
I am trying to implement Device Information Service using the sample code "ble_app_bps_s110_pca10028" in nRF51SDK 7.2.0.
But I couldn't get any change when I edit...
Hello,
I'm using the openthread border router (wpantund) along with another end device running the simple_coap_server example that exposes a "light" resource.
I have connectivity...
The "Bluetooth Low Energy Characteristics" tutorial, a beginner's tutorial,
devzone.nordicsemi.com/.../ , uses a version 11 of SoftDevice. But I need a it in version 12...
Hello!
I use the NRF51228 board like this PICTURE
The ICs revision QFAAH0.
I use Keil-uVision 5.17 and ST-Link V2 from STM32F4 Discovery board to load firmware HEX as...
Hello,
I am just getting started with my nRF52832 and went through the first getting started tutorial . I use the SDK V11 with Keil and Termite as described and an iPad...
Hello,
I run ble_peripheral\ble_app_uart example from this link : devzone.nordicsemi.com/.../36
Used PCA10040, SDK 11, S132 2.0.0
I use Termite3.2 and IOS nRF toolbox...
Hello, I am toggling two separate pins at different rates but it looks like for whatever reason the when I go to clear one gpio register it clears everything. I understand...
Hello,
I would like to make use of white list advertisment for my heart rate application on my nrf52832 s132 pca10040, currently I am using SDK12.2, is there some example...
Hello,
I used translation software.
I'm looking into LDO mode and DC-DC mode.
However, I did not know what LDO mode and DC-DC mode are.
What are LDO mode and DC...
I'm working on a project that will utilize the nRF52832 as the Host and Controller and an STM32F3 as the application using serialization.
I've included the nRF5 SDK V14...
We just produced a PCB with a NRF51822-QFAB-R7, does Nordic provide a EMC test firmware that we can flash onto the chip? Basically need it be always transmitting....
Thanks...
I'm using the original BLE App UART from nRF5_SDK_14.0.0 on a PCA10056 Board.
The board is advertising, but if I want to open a BLE peer-to-peer connection, than the application...
With SDK 14.0.0 and Softdevice 5.0.0 I have problem with Windows 10 connection. The device connects to PC but then almost immediately disconnects with reason 0x13 (BLE_HCI_REMOTE_USER_TERMINATED_CONNECTION...