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...
Hello,
In order to reduce the consumption, I remove some sensors (physically from the board).
Should I change the SW ? Is there any discovery state required that should...
Hi Nordic,
1. I am using bl653_dvk board and (C:\ncs\v2.1.0-rc2\zephyr\samples\drivers\uart\echo_bot) is using for my sample
2. Here is i need to communicate with both...
Good day
sorry if it's not clear, it's a rare problem and I have difficulties to explain it but here goes:
I Have two boards - PCA10056 from nordic and nrf52840 Feather...
Hello,
We have a custom NRF52840 board that can be powered via both Battery and USB. The peripherals that are connected to the board require it to be in high power mode...
Hi,
Build an application without SD but with MBR. MBR is at address 0x0000 - 0x1000. Application is at 0x1000 - 0xF0000. At the beginning of the application is the ISR...
Hi
What is your maximum throughput experienced with Android devices over Bluetooth 5.0+?
On my side, I can reach 340 kbps from Android to a nrf52 based device while transferring...
Hello all,
Two same same nRF52820 modules are connected to two usb ports and they are easily flashed via Segger, namely selected via two JLink emulator numbers.
Two separate...
Dear sir/madam,
My question is: - can you recommend courses/books which can help us to more deeply understand the zephyr RTOS in conjunction with the nordic microcontroller...
Hi,
We are currently developing the nRF52833 (peripheral) with ncs v2.0.0. We would like to calculate the link budget of our system when different smartphones are used as...
Hello
I am working with nrf9160dk_nrf52840 and using the BLE of nrf52
I am using the peripheral uart sample code to send some custom data.
I am trying to send more than...
I am having trouble updating a product with the firmware update file using NRFconnect app for ios version 2.5.3 using iphone se 2020.
We have been running successful updates...
Hi,
I am working on NRF52840, I want to read ADC data over I2C communication. Can you please tell me how to implement the code in nrf52840.
Thanks & I am waiting for your...
Hi,
Our device nRF 52832 using connect SDK connects with the Android application. And successfully negotiates an MTU size of 247.
Is there any call back in the nRF SDK...