What is the best way to minimize transfer in progress errors when trying to send ANT messages? I am using the S310 stack on an nRF51422. I have a busy ANT channel that is...
I'm running into a weird timing issue with a nRF24L01+ which I'm not quite sure how to work around in the general case. The basic setup is two radios, A and B. Auto acknowledgement...
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...
1、I down load the sdk about thingy52(about nordic 52832),it is keil 5
2、the pack 《nRF5x-MDK-Pack-5-Clause-NOD》is down load,and it is install ok
3、but after steps2,when...
I am using nordic_sdk_7 with s120 softdevice on PCA10001 board.
I got BLE_GAP_EVT_CONN_PARAM_UPDATE_REQUEST event from peripheral. Sending conn parameter update request to...
1、I have down load the thingy FW 2.1.0 which has three projects
2、I BUILD the 《pca20020_s132》,It is ok
3、and press the down load button in the keil
4、It shows download...
I am having problems implementing Device Firmware Update in Android. The specs of my development environment is:
Samsung Galaxy S7 Edge.
Nordic DFU API v1.5.1
...
Hi all,
I'm sending data with ble_nus_string_send() in a loop as shown below. If it returns an error it retries until it gets NRF_SUCCESS. I'm getting an error code 0x0013...
The DFU example given in SDK v12 is for secure bootloader. Hence, they are asking for public and private key. How to generate the key? Or is there any other way of disabling...
How do you do
Using E: \ Nordic \ nRF5_SDK_12 2.0 \ examples \ ble_peripheral \ ble_app_uart ble_app_uart routines, join in routine PWM program, cell phone bluetooth connection...
I am trying to record the time on nRF52840 with s140 softdevice.
I used APP_TIMER to setup the TIMER and app_timer_cnt_get to get the count. And then uint32_t app_timer_cnt_diff_compute...
Hello,
We are using ble_app_uart example for both central and peripheral. We can succesfully send and receive data.
We deleted the is_UUID_present control. And then...
hello
i am working with simple ble mpu example it is working fine but when i am trying to connect nrf52 DK with my android phone over bluetooth it is showing
the device...
I have analysed the light switch client and server example apps where the light switch is also the privisioner.
They both start and initialise a bit differently although...
Hello,
I used translation software.
I used the function to enable DCDC mode
I used sd_power_dcdc_mode_set ().
I want to use the optimal mode for power supply voltage...
Hello,
i'm using an nRF52832 as a Bluetooth to UART bridge, similar to the APP UART example.
Another controller (Cortex M7) is connected to the UART. I'm using UARTE with...
Hi,
I'm using two sensors with the same device address through I2C.
each sensor is supposed in a specific period of time (not working together), each sensor has a different...
I am writing a mesh beacon application based on Mesh SDK v0.10's beacon and light switching examples.
A very kind Nordic employee has provided an example on how to combine...