Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
We do have a product in which we program a bootloader on the target. It is remotely based on the ble_app_buttonless_dfu example. The bootloader is not actually used in the...
Hi I am building a software watchdog to monitor nrf52 peripheral states to have higher confidence for 10+ years battery lifetime. The idea is to check every few seconds if...
I am working with the S140 softdevice v6.1.0. The message sequence charts located on the Nordic infocenter are great help. Question: are they available in a printable form...
Hi,
Is there any editable software available that I can use to create a custom interface between my PC and my nrF58210 module. I have been successfully using the Nordic...
How to program flash with the output HEX file and SoftDevice file using NRF52-DK.
When programming with the output HEX file the device does not work, I need also HEX - SoftDevice...
I'm trying to set up a project with SDK 16.0.0 using FreeRTOS with the softdevice. The device will be battery powered and therefore power management capabilities are required...
Hi all,
I am trying to generally gain a better understanding of the GPIOTE module and how it can benefit myself in the project I am working on.
I am essentially attempting...
Hello
Does the nRF5280 include Schmitt-trigger inputs on the GPIO pins?
If yes, what are the voltage threasholds for the rising- / falling edges?
(Can't find anything...
Hi,
How does disconnect work in S112?
In the ble_template project, I did not find anything in DISCONNECT event.
static void ble_evt_handler(ble_evt_t const * p_ble_evt...
I have a nrf52833 pca10100 which can connect to nRF Connect Desktop to program fine. EVBW833 should have the same chip DK but it is not being recognized. Is there a way I...
Hi
On my custom board, I have an external flash connected via SPI. . The nrf runs on mfw 1.1.0.
Without activating the flash, I get an average current consumption of around...
Hello,
I am using nRF51 DK and it is programmed with s130 soft device and uart application hex file with nFGo studio.
It programmed successfully but device not showing...
Hi, guys. The codes in Nordic Github like
Android-nRF-Mesh-Library / Android-BLE-Library / etc
are written in Java.
https://medium.com/@nithinjith.p/ble-in-android-kotlin...
Hi,
I'm currently evaluating the nRF9160 chip as a potential replacement device in our internet-connected products. In most cases the zephyr documentation and examples are...
Hi,
I modified your USBD BLE UART Example by commenting out the button and LED code to run on a dongle with J-Link debugger soldered on.
I removed the bootloader and set...