Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
Hello,
We are trying to read a received RSSI value from bluetooth mesh opcode handler however it does not relay this value to the callback.
Callback is added here...
Hi,
I just got a nRF 5340DK (PCA10095, 1.0.0 2021.9) which doesn't show up on my windows 10 computer.
When I connect it to my computer, the green Led 5 blinks rapidly...
Hello! I am a beginner at nrf programming and have just started using the NCS and Zephyr on an nrf5340 evaluation board. I understand that Zephyr seems to be more or less...
I'm using a nrf52810 with limited flash size especially after adding a UART bootloader DFU and S112. I added uECC for connecting security. Now I need AES128 for my own application...
Hi,
I'd need some information I'm not able to find in product specification v1.3:
What is the architecture of the GPIO / AN pins of this device? Input p rotection diodes...
Hello,
I have successfully programmed the ble_app_uart example to a custom PCB using the 52832. Here is the board schematic, on the board C15 and C16 are not fitted.
...
Hi,
I want to know is Liniux system supported Nordic BLE OTA DFU ? According to official documents: https://www.nordicsemi.com/Products/Development-tools/nRF-Util ,it just...
Hello community,
I am implementing BLE peripheral code contains, A custom service, characteristic.
I am referring this link : github.com/.../custom_ble_service_example...
Hello, nrf5340 datasheet -> nRF5340_OPS_v0.5
section: 7.1.26.7 Sending custom instructions (Page: 383) 1. we can send an instruction consisting of a one-byte opcode and...
I kind off trying enable TWI in bootloader mode, This is because of following reasons.
Firmware is stuck in bootloader, if somebody removes the Device Battery during...
Hi.
I'm trying to run an application using a custom SPM module in a nRF5340 where I get an error while running it. I'm using nRF Connect SDK. The terminal gives me this...
Hi
I have searched this question on the website before posting this and found that the nRF52 devices support SWD interface (which is peer to peer) and not JTAG (which...