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...
Hello,
From the nrf91dk datasheet, a stackup is provided. Because it looks custom, and I'm having a hard time finding a manufacturer that can do that stackup. What PCB...
hi,
I read the data manual of 52832, but I have some questions about the following parameters, like CM_FLASH,CM_FLASH/MHZ,CM_FLASH/MA,please explain it in detail and what...
Hello ervery one,
I am doing development on NRF52840. I have a problem as follows looking forward to your guidance.
I need to jump to Application 2 (address: 0x32000)...
I See in the discussion that I can see I/Q for AoA.
I see this examples "direction_finding_connectionless_rx" on zephyr I Think that I can start debug using the data from...
I want to transfer a few bytes of data between two NRF52 modules.
I have checked out the BLE Blinky and NUS example and understand the gatt client and server ideas.
My...
Hello.
I am using SDK version 17.0.2.
The example code uses nrfx_spim . Target board nrf52832
The nrfx_spim project confirmed that 10040 did not exist, only 10056...
hello,
in the case
Case ID: 227777
https://devzone.nordicsemi.com/f/nordic-q-a/46439/turning-services-like-hid-on-off-without-disconnect/309149#309149
In the...
I've got a Thingy:91 plugged into my computer and can see its USB terminals (/dev/tty.usbmodem143101 and /dev/tty.usbmodem143104). I can also see the "ZEPHYR USB" volume and...
Good morning,
I am working on nRF52840 DK, using nRF5 SDK.
I am trying to communicate using SPI.
However, I found out that the function nrf_drv_spi_transfer took 10µs...
I am developing a solution with the nrf9160 that should use LTE and GPS at the same time. But unfortunately I am having some problems. Perhaps somebody from Nordic or the...
Hi everyone,
I am working on a project using nRF905 as an emitter and another Receiver(different than nRF905), the receiver is programmed in a way to perform some actions...
Hello Nordic Team,
I am having issues with the peripheral_uart firmware for the nRF52833.
1.I can use UART_init() or nrf_drv_uart_uninit() in nRF52-SDK to enable or...
hi all, 1. may i know how to get started of designing an AOA, mainly on how to send a CTE packet from TX to RX is there any code base or command that i can use? 2. i had noticed...
I am trying to establish a tunnel from ZigBee client to ZigBee server on nRF52840 using "nRF5 SDK for Thread and Zigbee v4.1.0".
Starting with the examples "examples\zigbee...