Hello,
we are developing a device which implements BLE hid keyboard. The code is based on the hid keyboard example in the NRF Connect SDK.
The example uses battery service...
I have been able to use external flash with Octal SPI mode on an nRF54H40-DK:
❯ west build -- pristine -- board nrf54h20dk / nrf54h20 / cpuapp zephyr / samples / drivers...
Hello, I want to implement a project with BLE mesh. Several nRF52480 boards should form a mesh and e.g. send the status of one of their buttons to a tablet. What would be...
Hello, I have nrf5340dk and AT21CS01-STUM10-T module. This is EEPROM module. I want to communicate with it by 1-wire. The problem is that I don't know how to do it. I looked...
Hi there. We have recently migrated from SDK 2.6 to SDK 3.0.
We have a custom-made external board, which we used to program with the nRF52840 DK when using SDK 2.6 (for...
Hi, We are using nrf Connect SDK 2.4.0 and have been looking through the NIST vulnerabilities databases. One of the vulnerabilities reported with the nrf5340 is a denial of...
Hello all,
I am having issues with the configuration of the FEM nRF21540 on the costum board Fanstel BT840NE with the Enhanced ShockBurst (ESB) protocole.
We are not able...
1.What are the dimensions of the NFC antenna (component A1) for the reference designs given in the design files here
http://infocenter.nordicsemi.com/pdf/nRF52832-CIAA_Ref_Layout_v1...
Hi,
As showed in the code, I masked " else if (m_nw_state.provisioned_devices == 0) ", then it reported "NRF_ERROR_NOT_SUPPORTED".
Can you tell me how should I do...
Hello,
I didn't manage to run PA/LNA switching with softdevice (function: sd_ble_opt_set(BLE_COMMON_OPT_PA_LNA, &options)) with P1.* GPIO pins.
Note that all P0.* pins...
Hi,
Is there any chance that we can completely turn-off the radio part of nRF52832 and only the application part of the processor running. Also, we should be able to turn...
Hi,
I would like to program and debug a code into the Nordic Thingy:52. I read that I should have either J-Link or nRF52 DK. And I have the nRF52 DK, but I don't know...
Hello all,
I'm working with the nRF51 SoCs, with the s130 SoftDevice and SDK12.1.0
I have a BLE Nano from Red Bear Lab that has a nRF51822 doing adv and it expose...
I want to put application, softdevice, and bootloader into one hex file, after doing research, I think I need bootloader settings page to make the application run. I get the...
Hello,
I have been using another vendors mesh stack to develop a product that uses mesh networking, however, their stack is limited to storing provisioning data in a certain...
I'm trying to set up DFU for a custom board with a nRF52810 module (Rigado BMD-330). I created the secure bootloader from the recent project for SDK 15 posted by Vidar Berg...
Hello!
The NRF52832 uses the QFN-48 form factor but I'm having some problems finding it in Fritzing. Did some made their own, know where I can find it? Fritzing has QFN...
Hello,
I'm using SDK15.0.0, device nRF52832 and softdevice S132.
After open "secure_bootloader_ble_s132_pca10040_debug-nrf52832_xxaa_s132" project and build it, I got...
Following this tutorial : devzone.nordicsemi.com/.../
I type 'make' and it compiles for a bit and then I get a bunch of errors that say this:
[278]: *** [_build/nrf52840_xxaa...
When initializing a UART instance (0 or 1 or both together), the current consumption increases to 600 μA
Then deinitialized UART, but consumption is not reduced!
- I tried...
Hello everyone!
I've had an ESB application running o the nRF52832 for more than a year. When I moved it onto the nRF52840 it no longer works. There are no changes to the...
Hello,
I'm developing a home automation related product using mesh. For testing mesh functionality I'm placing the DK in different rooms and testing the range. As a power...