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...
Hi
I use the nRF connect SDK v2.0 installed with the toolchain manager and tried the distance measurement which works fine but doesn't use the high precision mode. I changed...
hello Nordic
i am working with zephyr NCS(1.7.1) , with vs code (on manjaro) with the nRF connect extension.
i am looking for a way to map my include files, to find dependencies...
While looking at ways to shrink the dfu image of our nrf9160 application, I was struck by how large the default SPM image is. Here's the file size breakdown:
Final app_update...
Hi I am successfully reading GNSS coordinates and sending them to AWS server. However, I have to stop gnss as soon as the modem goes into RRC Connected mode and resume work...
hello,
I am trying to access (Nordicsemi.com) website for downloading NRF CONNECT DESKTOP and COMMEND LINE TOOL software. but site not open.
still banned website.
please...
Hey there, I am using NRF52832 CIAA ( bga version)
I did some testing for internal DC DC ,
and found the following gaps
DEC1 - should be 1.3V , measured 1.27v
...
Dear support
I am developing a generic client, after connection and service discovery, there are usually a few characteristics with different uuids are found, I need to...
I'm trying to erase & write to the nRF5340 using the Programmer v3.0.0 but I get this error: Failed to load readback protection status: async task failure for id: 1198716183932...
Hello All,
I am facing an issue in nrf52840 development kit used as nrf Mesh sensor.
Issue details:
1. From the mobile application, we are setting the publish period...
Hi, I have an application that enable BLE (advertise and connectable) then disable BLE (disconnecte and stop advertising) every 10 second. My application worked when have...
Hi
I would like to include some flash in my project to store sensor readings. Please can you assist me with the SPI Flash sample and with some general questions on SPI...
May you please provide a .txt or .excel file of the location for each pin on the nRF52805 or the nRF52810.
Like the sample below for your reference. This will help us accurately...
Hi, I'm new to C, but I have made an application based on mqtt_simple that does what I want.
Now I would like to set the credentials from a variable that I have generated...