I'm trying to use the ADC and internal reference to measure battery voltage on the nrf51422, while S210 is enabled.
From the example nrf51-ble-app-temp-master, I found...
I have Nokia Lumia 630 and it works well with nRF51822-EK but only with SDK nrf51822_v5.1.0.36092 and SoftDevice 6.0.0. Now I decided to try DFU OTA. I programmed bootloader...
Hello,
I found that there is a multiprotocol demo in folder Board\nrf6310\s110\experimental\ble_app_multiactivity_beacon,then I found it can implement concurrent connected...
Dear Sir
We got the problem on DFU upload firmware, it always failed in second DFU . We must unpair the device at iOS setting panel. Before next DFU.
Here is the log data...
Hi All,
My requirement is to read the data from nRF51822 device that is connected to a bluetooth and bluetooth is connected to a system using a .Net application.
I have...
Hi everyone,
I'm using the nRF51822 (pca10000 Dongle + pca10005).
My plan is to send one byte over the radio.
I tried to use the SDK-Example as a template but it's...
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...