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...
Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Greetings!
I'm currently making a project that involves using UART in EasyDMA Mode (via Zephyr Async API).
I have noticed an interesting behavior when you try to receive...
I am using a nrf52840 dongle with SEGGER. I am trying to find the security mode and level of the bluetooth initially and after getting paired to another device too. My moto...
Hello. If using an nRF52840 as a coordinator, there seems to be a hard limit of 200 connected devices:
#define ZB_CONFIG_OVERALL_NETWORK_SIZE 200U
At least that's how...
Hello:
I have a problem here:
Connecting ... - Connecting via USB to probe/ programmer device 0 - Probe/ Programmer firmware: J-Link OB-nRF5340-NordicSemi compiled Apr...
Hello everyone,
I am planning to use the nRF9160 as the main microcontroller for my project. Alongside this, I need a Bluetooth module to transmit data to a mobile phone...
I'm using an nRF52840 as BLE peripheral with a custom service similar to NUS to send large data. The data is send in 4k chunks via BLE notifications to an Android phone. With...
In the nrf5340 Product Specification, the GPIO registers OUT, DIR, LATCH, DETECTMODE, DETECTMODE_SEC, and PIN_CNF[n] are all labeled as "Retained Registers". The definition...
I have had luck setting up signatures using MCUBOOT and sysbuild. However, I have not been able to encrypt the images. sysbuild.conf: SB_CONFIG_BOOTLOADER_MCUBOOT=y SB_CONFIG_BOOT_SIGNATURE_KEY_FILE...
I have a product that uses the nRF5 SDK that I do not plan to migrate to the nRF Connect SDK. My product uses ocrypto 3.0.8, which shipped with the latest version of the nRF5...
Hello,
I have an NRF9160DK board and a custom board running the SLM application that are exhibiting similar behaviour. Both boards work fine with the supplied iBasis SIM...
Here's a weird error, that started happening seemingly overnight: paths being parsed wrong on windows due to path separating backslashes being interpreted as escape sequences...
Hi,
I have done some searching and cannot find a direct answer to this. I have a gpio pin defined in a custom device in my board dts. I want to set this pin to high drive...
Is it posiible to use bt_disable on the nrf5340 board? for some reason it doesn't work, returns and error on this line:
if ( ! bt_dev . drv -> close ) {
return - ENOTSUP...
Hi all,
I need to modify the app.overlay dts overlay in mcuboot to be able to see the printout, among other small details. I was able to change them in the "C:/ncs/v2.5...
I'm switching from STM32 to nRF52840 and it's for a battery-operated device that only wakes up every few hours and only stays awake for about 10 seconds. With the STM32 (and...