Dear reader,
I am currently working on a project using the NRF54L15 MCU. There is plenty of documentation available for this component, and the reference circuitry for the...
I'm looking into a rare issue on the BBC micro:bit V2 which uses the nRF52833 as its (application) microcontroller. I used to be familiar with some CPUs from the 80s but my...
Hi everyone,
I'm working with the nRF9160 and trying to configure P0.19 as the UART TX pin using Zephyr. Here's the configuration I used in the device tree:
uart1_default...
I have shifted from silicon labs for BLE project. In Si labs we have burn BLE bootloader and BLE application separately. Do i need to do the same here in nrf controller? If...
Hello,
I am using nRF Connect SDK v3.0.1, together with the Find My add-on. Test case TCG013 of the Find My Network Self-Certification Test Cases R1.7 is failing on the...
I am unable to detect any i2c device when connected to the Nordic nRF54L15 DK kit. I have change the voltage from 1.8v to 3.3v and Tried and explore other pins in Port 0 and...
HI: D:\ncs\v3.0.0\nrf\samples\bluetooth\peripheral_uart Using the nrf54l15DK board can run peripheral_uart examples,connection is disconnected. However, when I use the nrf54l05...
Hello,
I've been playing around with with the nRFsniffer for a couple weeks now. Adafruit was out of stock of the BlueFruit LE Sniffer so I ordered a BLE400 and a few Core51822...
I would like to program the NRF52810 with the SoftDevice 132 and my bluetooth program. Is there any way to reprogram the NRF52810 over bluetooth rather than using a wired...
Hi,
I'm wonder is the speed of i2c on nrf52832 can be faster then 400kbps? even use EasyDMA, the speed still can't faster then 400kbps? I also look into the max speed of...
Hello All,
I am a bit confused with the maximum speed that is achievable with the USBD CDC ACM driver.
In Previous threads like this:
https://devzone.nordicsemi.com...
I developed a functioning application that advertises with Nordic UART Service, connects to a smartphone application, then reads various sensor data using the SAADC and transmits...
Hi,
I have read all around DevZone that more details about AoA/AoD based direction-finding feature were expected to be released around Q4 of this year. This is very exciting...
Hi,
I am using nRF51822, and try to use the ECB block AES128 to do some data decryption.
From the SDK I found 2 API functions:
uint32_t sd_ecb_block_encrypt ...
How can I generate two complimentary signals using PWM with a period of 3.33us (300khz) with ability to control number of pulses to generate.
1: With current api PWM takes...
Hello,
I have tested and verified the code for my application on the NRF52 DK, but now I need to program my own custom device using the nRF52832 chip. I saw there was a...
Some bugs in ble_app_hrs_freertos example from the SDK when handling buttons: (at the end of this listing are same tests but with ble_app_hrs (no rtos) and buttons are handled...
Hi, We are working on Thingy91(nRF9160-pca20035). When thingy91 connected to system through USB, We getting BLE UUID values through nRF52840 on nRF9160(on nRF Cloud also)...
Hello,
I am porting a software to the nRF52 SDK16.0 . This software uses Floating Point numbers with Exponent-Byte=0x7F to signal Error conditions (then treated as unsigned...
Hi. I want to evaluate the current consumption of the nrf9160 module (I have a Thingy91) and I want to disable all logging functions. I started with the mqtt_simple example...
I have a characteristic with variable length and max length of
NRF_SDH_BLE_GATT_MAX_MTU_SIZE - 3
i.e. the max possible data length based on the max MTU.
During connection...