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,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
The nRF5340 net-core examples (e.g., radio_test, hci_rpmsg) work fine with the 'west' build system. However, with SES, download fails with the error similar to below although...
I'm trying to narrow down the cause of a Softdevice assertion happening in S132 7.2.0 at PC=0x15810.
We set up a proprietary RF project which utilises parts of the SDK for...
Hi all,
I have a nRF52DK as peripheral and a nRF52840DK as central. I want to send data from the peripheral to the central with a data rate of 50 kBit/s.
I added a continuous...
Hi! Maybe I am missing some idea, but I wonder why Nordic prepared CSC Service for Server but there is no implementation for Client. I know there is RCSC, but I belive to...
Hey,
I try to build the bloud_client application in nRF Connected SDK v1.5.0 for Thingy:91.
I am using to build.
I am using it inside the directory
I also using before...
We are currently developing a family of products that will use Bluetooth and I am putting together the plan for the profiles for each product.
I have structured the profiles...
Is nrf5340 support only bluetooth hci_uart mode on cpunet?
I comping as following sample:
west build -p auto -b nrf5340dk_nrf5340_cpunet samples/bluetooth/hci_uart ...
I am using a 52810 custom board and the SAADC module.
It is used for sampling one analog input through AIN2 and the battery voltage directly by setting the pin to VDD
...
Hi,
We have chosen nRF52832 chipset for our product, I need to clarify that nrf52832 module can support for mesh technology? and need the pin details for master and slave...
Hi!
I want to use the N52840 without any external xtal due to very constrained space and no need for BLE in this application.
The idea behind is to use the same chip which...
This topic follows devzone.nordicsemi.com/.../why-having-nrf-connect---bluetooth-low-energy-open-makes-my-connection-faster-and-more-stable which was partially fixed (with...
Hello,
I would like to use Nordic SDK libraries (currently I'm using SDK 17.0.2) to read and write on a FM24CL16B I2C F-RAM.
This device has the following writing workflow...
Hello,
I recently used GPIOTE Events to manage Digital state changes and this is awesome. I would like to perform similar thing but when a PIN goes under/above a given voltage...