Hi everyone.
I catch a terrible issue
When I use nrf52840 and NUS Android app and had for a short time a bad rssi (because of long distance between Android and SoC) and...
Hello
We need to scan for more than 8 devices, so we can't use witelist directly.
We have an idea to use presaved IRK and mac-addresses and use scanning without witelist...
Dear Nordic,
Do we have ready-to-use keyboard driver with scanning/debouncing?
I've not found an example or docs about using KSCAN with gpio-connected keyboard...
Dear Nordic Experts, This one's a tough nut to crack:
The firmware is based on nRF5 SDK for Mesh 5.0.0 with nRF5 SDK 17.0.2 and Softdevice s132 7.3.0. It runs on a nRF52832...
SoC: nRF5340 SDK: nRF Connect SDK 1.9.1
CMAC calculation works fine with SDK 1.7 and SDK 1.8. But it failed with SDK 1.9.1.
psa_mac_sign_setup returns error = PSA_ERROR_NOT_PERMITTED...
Hi Team,
Got a high current issue with uart from customer.
When the nrf_serial_init() is called and the uart is configured as dma mode(used as UARTE), the average current...
Cheers, again!
Our project uses an array of different modules, many of which will need to make use of the TWI manager. I've been able to create the manager successfully...
I'm working on a custom BLE keyboard (starting from the ble_app_hids_keyboard example, S132, seeedstudio nRF52840-mdk board, SDK v15.1.0).
The system is configured to wake...
I am developing on RAYTAC MDBT50Q-DB board.(nrf52840)
I measured current comsumption on RX mode.
with DCDC: about 8mA
without DCDC: about 11mA
datasheet written...
I am working on a LIN slave.
I have working code on an Atmel 2560, just porting it to the NRF52 now. The complication I am foreseeing is that on the Atmel part I could...
i'm using the sdk only for ble serial data transfer, which i'm not using for this pwm test
all code talks directly to the hw registers
those are some code snippets to...
Hi, There are some older comments. Since situation is changing fast and I am un-sure if these comments are out-dated or not.
ROM size. Some comments said 51 is small...
I'm using nRF connect 2.5 on PC and the latest Android app on a Pixel phone. My firmware is based on SDK 15.1 and soft device 6.1.0. I am using nRF52840-DK boards.
My firmware...
Hi,
I would like to know if the nRF51822 chips come with their own valid IEEE address of if we must buy an OUI and generate our own addresses for use in final products...
Hello,
I propose theses evolutions in nrf_bootloader.c, it allows to use gpregret and gpregret2 for other things:
(nrf_power_gpregret2_get() & BOOTLOADER_DFU_SKIP_CRC...
Hello,
I have questions about Thread protocol:
- Can i ask to network the ID of the last point used to connect a sleeping device ?
- I have a great area to cover so...
I'm trying to develop a beacon application where I dore to read the battery level.
I installed the Segger SES development environment.
If I use the example \examples\ble_peripheral...
I tried to follow the Video on how to use Segger (on this Page. www.nordicsemi.com/.../nRF5-SDK)
for nrF52832, but I get errors when building the Segger Solution: C:\User...
I have an application where I need to be connected as peripheral in 1 connection and as central in up to say 10 connections simultaneously. I posted regarding connection event...