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...
My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
Hi @ all, can anyone here recommend me a suitable chip antenna, preferably one with matching regulatory documents in combination with a nRF52840 MCU.
Thanks and best regards...
I am trying to flash a NRF52832 using the J-link EDU mini in the Arduino IDE but I am having no luck.
I have successfully downloaded... 1. J-Link Software and documentation...
While digging for electrical information I came across :
.63ma using HFINT or 1.58ma using HFXO ?
So I hunted down HFXO to see how to switch between them:
But nothing...
please advice how to add "QDEC_NRFX" to the project configuration of 5340
1. it's not on the default menu config
2. I have tried adding under "ncs\v1.4.99-dev1\zephyr...
Hello
I evaluated FOTA using the http_application_update example. This worked so far until I tried to use my own key for image signing. I created my own PEM-file using the...
Hello,
With nRF52840, I using SDK ver.16 to create a USB HID multiple touchscreen. I need to set up value some HID feature report. Such as Contact count maximum. I have...
Hi,
I want to configure the nRF52840 with Multi-role capability. I will be using the Central role as well as the peripheral role simultaneously. However, i'd like to maximize...
Hello
I would like to use SAADC 2 channels sample at 8K samples \ per second for each channel
based on:
https://github.com/zephyrproject-rtos/zephyr/blob/master/tests...
Hello,
I understand that SES has a built in debugger functionality, but would like to implement debugging on VSCode using Cortex-Debug for a better workflow. I am experimenting...
Hi there!
I'm currently in a position where I'm using SPI0, SPI1 and SPI2 (for ST7735, WS2812 and SD-Card for FatFS) while I need to also be able to use I2C for the Adafruit...
I am using sniffer v3.1.
I have installed the sniffer code on a nRF52840 dongle (PCA100059). When I insert this into the PC it appears as "nRF Sniffer for Bluetooth LE ...
Hello,
I am new user for the Nordic NRF528400 microcontroller. I am working on a project that is using the 8 channels of ADCs to get data from sensors. The system is powered...
We are testing our custom board using the the dimming_server example from mesh 5.0 sdk. This example runs fine on the PCA10040 board. On our board, the provision runs normal...
Hi,
I try to add BLE scanning function to receive all the advertising data in my application.
My existing application is started from advertising example.
After added...