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...
If a manufacturer ships a large number of nRF52840 based devices that are configured as Zigbee end devices, and then later decides to switch them to Zigbee routers through...
I am using the Sparkfun thing plus nrf9160 feather with SDK 2.0.0 and modem firmware 1.3.2. Ultimately I would like to get LTE working along with GNSS, however, I can't even...
Good morning.
I am looking for an example of how to program the u-blox NINA-B221 module using the AT commands so that it is compatible with the application of the Nordic...
I've just updated from nRF Connect v1.9.1 to V2.0.0. In my bluetooth code that worked in the older version, I setup a couple of callbacks for BLE pairing:
In v2.0.0, I...
Hi, We are developing with the nrf9160dk as our development board. We are working from the aws-nrf-cloud a-gps sample (cat tracker sample) for our stack as our main system...
I'm trying to work out why this happens, but am not a great expert at linker scripts. Currently, we use arm-none-eabi to build our projects (and cmake) to great effect. I...
Hello,
we are using the following equipment:
- nrf5340-DK Board
-Zephyr SDK 1.9.0
Our application is intended to transfer a large number of data over BLE.
So, we...
I would like to test nRF52832 passkey method with pc-ble-driver-py ( https://github.com/NordicSemiconductor/pc-ble-driver-py) . Does pc-ble-driver-py supports passkey? Where...
Hi, I am developing an application that includes the following features: 1. PWM to control the buzzer 2. 2 Uarte to communicate with 2 external devices 3. BLE to wireless...
I am trying to speed up the burning process.
I am using JLink ULTRA+ (swd max speed 50Mhz) and Jlink base( swd max speed 30Mhz) and NRF52833 but still get almost the same...
Hello,
We developed a system that consists of 1 central and 10 peripherals, all are based on nRF52840. Below is the configuration of the system:
Central: AWSFreeRTOS...
So I've been reading and re-reading all the guides and white papers for the last week, and I think I almost have my head wrapped around everything, but am struggling with...
I have a code build on top of nrfx 2.0 and after a few received bytes I get NRFX_ERROR_INTERNAL back from nrfx_uarte_rx call in blocking mode.
So I can process around 20...