Hi,
I want to use the Blend Micro with more security. I want use a passkey for the Bluetooth connection. For example through the iOS Device.
Is it possible? Static passkey...
How do I receive multiple signals simultaneously at a single receiver (433MHz) with multiple transmitters ?
I am working on a polling system. This one is similar to the audience...
Hello,
I established a connection between my central and peripheral module. Now i want to write characteristic value on peripheral. I tried with sd_ble_gattc_write function...
I am using the NRF24l01 for my products and looking to buy in bulk(100-1000). Now I know where to buy the just the IC but antenna design is a hard point to break right now...
Hi, my friend,
I've been with nrf905. I use a 16-bit CRC check.
But I encountered problems in use:
1.Nrf905 16-bit CRC check format is CRC-16(IBM):X16+X15+X2+1 or other...
I have two custom PCBs, each of which has a microcontroller and an nrf24L01+. Everything related to the transceiver in the designs are complete duplicates (with the exception...
Hello,
I've built a small BLE-device based on the nrf8001.
With my Iphone I can discover this device and I am able to connect to it and listen to notifications of the...
Excuse me:
When our tests the RX selectivity of nrf52832, the test results are inconsistent with those in the datasheet(nRF52832 Product Specification v1.4 P232). How did...
Hi,
I am using nRF5340 development board with J-Link connected to "TRACE" pins: SWDIO and SWDCLK.
In app project I have these settings in prj.conf file:
CONFIG_USE_SEGGER_RTT...
Hi Support team,
in the following link, there is a fix decribed to get lowest power down current of the UART0 of the nRF52840:
https://devzone.nordicsemi.com/f/nordic...
Hi all,
I am using the Adafruit Feather nRF52840 as my central device. My peripheral is a nRF52832 with a 9DoF IMU. (SDK17.02)
I need to stream 26 Bytes of IMU data at...
Hello,
we started using zephyr OS for our firmware projects. To implement a propriety protocol on top of IEEE802.15.4 I use the radio with CONFIG_IEEE802154_RAW_MODE =y...
Hello
I am using sdk v17. I am merging the example of ble_app_uart and crypto_aes_ctr.
I added files about crypto and set the file path. However, the path error is printed...
Hello~
I am experiencing hardfault occasionally. (once a day ~ once in 3 days)
I am testing 14 boards to catch hardfault.
The following is my setup
- hardware...
Hello, I was trying to run the sample Alexa Gadget Application on my NR52840-DK, using nrf Connect SDK v1.5.0. However, upon trying to run the application I am getting the...
Hi support team,
I am developing a product. The product needs read adc and restart advertising when no connection.
I get hardfault randomly when called the ble_advertising_start...
Hi all, the application i'm using nRF52810 for requires that I keep the device powered on all the time. However, in the case of errors (tolerable within my application) I...
I successfully compiled the micro_ecc library, but when I try to compile the project with it, I get an error. Has anyone encountered this? What can be wrong?
Build target...
We use the nRF5340 D version IC for one project, but the PCBA (main chip is nRF5340) not working, we can burn the hello_world.hex by Jlink 7.23 version, But the Crystal 32...
We are implementing on nRF52840 with latest NCS version the following code:
The nvs_init() function is halting due to an error at flash_sync_mpsl.c within nrf_flash_sync_exe...
Hello,
We are working on the nrf52840 custom board in that We trying to update firmware via DFU.
Problem definition : First we update firmware via DFU application boot...