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...
on your item nRF52-DK
there are differents between Resision 2.1.1 vs 3.0.0?
V 2.1.1 ==> Chip ATSAM3U2CA-AU of Microchip is alone to provide "programmation/debugger segger...
Dear Mr/Mrs,
Our commercialized product currently have a default: some (luckily rare) clients get a crash after the 1st configuration - sometimes hours after but always...
hi support team,
customer 52832 product had problem that they can't pass fcc test,the reason for this is they forgot to add capacity to those pins.
their design is:
...
Hi,When installing the nrf5340 development environment, the tool chain is installed and the "getting started assistant" check is also passed. However, there is no NRF related...
By default the Thingy91 has many useful factors it can measure:
Pressure, Humidity, Temperature, Light, Position, Button, Flip, Signal, Voltage ...
I really only need...
Hello,
I want to design a board with nRF52832 or nRF5340 which contains several sensors, QUAD or regular SPI flash memory, and a TFT LCD. This TFT has an SPI connection...
Hi,
I am new to DevZone as well as BLE development itself. I am currently working on a project and trying to undestand the IDE as well as the processes and workflow of the...
Hello Community & Nordic support, Observed behaviour: my project build with nRF Connect SDk v2.1.1 was with errors
expected behaviour: my project build with nRF Connect...
Hi,
If I run my nRF5340 peripheral BLE NUS service with NCS 1.9.2, I get two different behavior at console.
When I connect from my WIndows PC running nRF Connect for Desktop...
I'm not sure if this code I inherited is using k_poll_signal correctly because it seems like I can handle it in a much simpler way with an atomic variable.
The below code...
I want to use the lsm6dsox IMU on my Adafruit feather nrf52840 sense board, and I should use other I2C, other than p012 and p011, to not have a problem with the other IMU...
Dear team,
I am not able to flash the nrf5340 audio application (gateway) to the nrf5340 Audio DK using SWD from nrf5340 DK. I nrf5340 DK outputs 1V8 logic.
I can see...
I am using S132 in the Segger IDE on an nrf52832.
I am using SDK version 17.0.0_9d13099.
When I call sd_ble_gatts_hvx() from within a GPIOE ISR (externally pin triggered...
Hello,
Looking to see if there is a pinout TABLE for this package. I've seen the schematic drawing already but looking for a table format which is more user-friendly when...
I've set "NRF_SDH_BLE_GAP_DATA_LENGTH" value to 27 on peripheral side, and it've changed to 251 after connection. On the central side, the value is fixed as 27. I believe...