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?
Hi,
I have been using an UART connection for serial communication but it stops working when I enable the Bluetooth module and initialize it. The error I receive is the same...
Hello, in an effort to downsize the EC2 instance from t3.small to t2.micro (nrfcloud-mqtt-bridge/MqttBridgeCluster/DefaultAutoScalingGroup), the bridge instance is detached...
I have adapted and incorporated the NCS OTA DFU sample into my project. Initially, FOTA updates have been working. Now, after pushing an update, the image is stuck pending...
Hi,
We are making software for our custom board based on nRF52833 and nRF5 SDK 17.0.2. We use app_uart for our serial communication in active mode and in sleep mode we disable...
I'm trying to build a basic shell sample on a custom board based on nRF52840
In the proj.conf file I have
CONFIG_SHELL =y
CONFIG_SHELL_GETOPT =y
CONFIG_SHELL_BACKENDS...
I am new to Zephyr and I have been trying to get hold of a tutorial or a sample app that would indicate how I can use the UART on the nRF52832 for communications with another...
Hi,
I'm wrapping up a project which uses an nRF5340 as both a Bluetooth peripheral to advertise etc and also as a Bluetooth central to scan for devices (not both at the...
I recently started development on NRF52833 for one of my projects. I use segger embedded studio with the " ble_app_uart " example. As I mentioned I'm using nrf52833 DK so...
I want to recover DFU over BLE upon a dropped connection while in the middle of an update.
I have my own software that I've cooked up to program from another NRF52 chip...
Hi,
I see you have what appears to be a working implementation of OOB/NFC pairing over iOS here ( https://github.com/NordicSemiconductor/IOS-Nordic-Thingy ), which doesn...
Hello! We have an application that I need to implement Tensorflow Lite. We started with the Arduino Nano 33 BLE Sense board, which had a TFL library on it. After using it...
Hi,
For 52820-QDAA, what load impedance is preferred seen into the matching network? I mean the total load impedance of C3, L1, C4, L2, RF trace and antenna.
Since our...
In our application, we've enabled full modem firmware update, which requires us to enable CONFIG_NORDIC_SECURITY_BACKEND. When we also enable memfault, this compile time pre...
I am build an application with features : When I not used nRF it imediately in sleep mode and be wake up by BLE events to send some text, and return to sleep mode ( the reson...
Hello there, Thanks for writing an application layer for SGTL5000. https://github.com/NordicPlayground/nRF52-teensy-sgtl5000-audio
I've configured the SGTL5000 to source...