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...
Do the examples in the SDK folder like ble_nus have their binaries with softdevice already? I'm a newbie in Nordic and using the BLE NUS example with nRF52-DK to learn as...
Hi team,
My customer wants to develop a system with one central, multiple peripherals, each bandwidth is <50kbps, but they want the latency can be as small as possible....
Hello,
I would like to know how can i use SPI on the radio example.
I'm using (programming) the radio example, receiver, for AoA and it's working so far. What i'm trying...
Hi,
My observations: DSP_PRESENT Macro is enabled in nrf51.h , nrf52.h, nrf5340_application.h files in v1.5.0\modules\hal\nordic\nrfx\mdk path As shown below: #define...
Hi
We are using nRF52832 with SDK17.2 and SD 112.
We are trying to make a NFC_PAIRING_MODE_GENERIC_OOB to a PC with the following System Information:
OS: Windows 10...
Dear All, I have noticed the following issue: In the beginning of my code execution pin 1.09 is high, before I can even call . From what I found in the datasheet pin p1.09...
Hello!
When using the AT%RAI=4 it works as expected for NB-IoT however it does nothing for LTE-M. It is my understanding that it should work for LTE-M. Does this mean my...
I see many questions on how to enable a timer to start SAADC conversion every period (such as 1 hour).
But never found a simple example.
I would appreciate if you can...
I have implemented a OpenThread application. The application connects to a Thread Border Router . I'm using ncs and when using version 1.4.0 everything works fine, I can connect...
Hello, I run a project in SES 4.30c with nRF5 SDK. I just got my computer updated by our IT-department, and now I get a compilation error on my first #include :-) I still...
I have a custom board with an nRF52840 that uses high-voltage mode (5V on VDDH) and the chips internal voltage regulators. This requires setting REGOUT0 to 3.3V. My firmware...
Dear Nordic Team,
We are using nRF52840 based module and using its ZigBee Radio. For one certification purpose, we need to know the max. pulse time (duration) for Tx and...
Hi again,
This is my project:
I have 3 nrf52832 kit and a Android phone. I want use my phone to control leds on those 3 boards. Because the phone dont support mesh, so...
Hi, I'm using nrf connect SDK v1.5.0 and I use SES to build and flash projects.
I use Visual Studio Code for only code editing environment. When I was using nrf5 SDK, I...
Hi ! I'm trying to access the beginning of a packet that is being transmitted, by accessing the SFD. My problem is that I'm not able to do it.
NRF got a function called...