Hi,
I use UART bootloader SDK example(dfu_dual_bank_hci) to do update firmware on EK PCA10001 board,it can work ok.But i changed the HCI_SLIP_UART_RX_PIN_NUMBER and HCI_SLIP_UART_TX_PIN_NUMBER...
Hi. I have been trying get a notification through ANCS.
I have created an app which is made by modifying ble_app_ancs sample.
It works basically but there is one problem...
Hello,
I'm using the nrf51422 with 210 softdevice.
I'm trying to figure out a way for the receiving slave device to go to sleep when away from the master, but to wake...
To be able to upgrade FW through UART, a bootloader for nrf51822 is required in my project. I have tried out the example bootloader in SDK. But this example is using softdevice...
I followed the forum posts and nan-29 to get eclipse 4.3.2 to successfully connect to JLinkGDBServer via a Segger J-Link EDU on Ubuntu Linux.
I can start the GDB server...
I'm using Softedevice 6.0.0 and SDK 5.2. and Keil 4.7.
I Modified bootloader project so it compiles with both ble and hci transports. Currently I use button_0 and button_1...
I am working on the proj that needed 2 MCU and nrf51822 work as slave.
I would like to know any ref on how to firmware upgrade on board without external tool?
I'm trying the get the development kit of the nRF52832 (PCA10040) displaying a floating point value. I read several postings of this problem, but non of the suggested solutions...
Hi, I'm having an I2C read lock-up issue similar to those described here , here , and here .
I'm using SES, SDK14.1, and an nRF52382. The only other component on the I2C...
Hi,
I have a custom board with nRF52832 SOC and temperature sensor in it.Interface Between the nRF52832 and Temperature sensor is I2C.i have to see the data through the...
Hello
We are currently making STN1170 based OBD II scanners with the nRF52810 for communications. The product is stable and available for commercial deployment, however...
Hello Supporter,
I'm going to develop one BLE nrf51822 based custom device. in which i want to use BLE DFU.
i am able to load DFU and APPLICATION with KEIL uvison 5. ...
Good morning, I have a question about MESH RF. We need connect many vehicles to station base via RF. - Station base --> UART --> RF Device [ MESH ] (SKY CLEAR and outdoor...
Hello Nordic community! My setup is pca10040, android tablet, s132, sdk14.2.
This time I am trying to understand why this code:
While using nrf toolbox nrf UART prints...
Dear All,
I would like to explore the possibility of repetitively transferring small amount of sensor data from an nRF52832 to an ANT(+) compatible Android device, for a...
We are using an MDBT42V(29 pin) module which we discovered from the datasheet, comes with an nRF52832 controller. We are using a nRF52 DK to dump codes into this target board...
I am using nRF Connect (PC version) a lot to debug my application. I am using a PCA10040 board as dongle and everything works fine most of the time. But after I keep the nRF...
SDK 14.2 libraries/util/sdk_errors.h includes sdk_config.h but does not use it. In other words, it falsely expresses a dependency.
This makes it harder to compile code ...
I'm trying to send a string of 140 characters length using UART.....but only 98 characters length is being recieved in the output.
what could be the issue? How many bytes...
I am using nrf52 with SDK 14.2.0 and SD is S132.
The issue I am facing is that after Central is paired with one peripheral and bonding is done, the bonding information...
Hello! I am attempting to prototype a solution that implements a peripheral with the battery service that connects to multiple central devices. I see in the ble_app_multilink_central...
Hello,
i try to get a service with base_uuid1 and to this service a characteristic with the base_uuid2.
I am trying to implement BLE MIDI, the BLE_MIDI Specs:
BLE...