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...
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...
To the kind attention of Nordic support team,
I'm using sdk16 and usbd. Sometime I get
app_usbd_core.c -> usb_core_ep0_handler_check --> NRF_LOG_WARNING("Previous setup...
Hi All,
Now i'm using peripheral - blinky project,and i saw the Block allocator module in the sdk_config.h.
Can anyone tell me what is the Block allocator module use for...
Hi,
I met some problems when I tried the sample 'direction_finding_connectionless_rx' in ncs v1.7.1 on nRF5340dk. I copied files to hci_rpmsg/boards as https://developer...
Hi all,
I got my nrf5340PDK working with the Thread CLI Sample.
I can now connect to the UART interface and issue ot commands.
According to the tutorial Thread: CLI...
In response to a BLE_GAP_EVT_DATA_LENGTH_UPDATE_REQUEST, we have called sd_ble_gap_data_length_update, with the following parameters:
Rx Octets: 251/ Tx Octets: 251
Rx...
Hello everyone, i need to increment a counter each time my button on the nrf534DK is pressed i'm using sdk v 1.7.1 . is there a simple way to do it or a function which supports...
Hello!
I've seen similar posts about this issue: https://devzone.nordicsemi.com/f/nordic-q-a/57105/nrf9160-modem-stuck-in-searching https://devzone.nordicsemi.com/f/nordic...
I am looking to handle low priority interrupts on a single GPIOTE Port Event but when attempting to add the second pin with the same handler i get an error and the handler...
Hi Team Nordic and fellow engineers, I am seeking to find better parts from Nordic RF Transciever lineup
to replace nRF24L01P-R, in order to improve the performance of the...
Hello, I intend to use libuarte under FreeRTOS together with the SoftDevice (SDK 17.1.0). An app_timer is used for the RX timeout. I think there might be an incompatibility...
Hello,
I have a situation where I would like to reset the MCU (nRF52832) under Zephyr. For the most part I use ```sys_reboot(SYS_REBOOT_COLD)```. However, I would need...
Hi,
I just downloaded both versions 1.7.0 and 1.7.1. Compiling asset_tracker_v2 right out of the box with west build -b nrf9160dk_nrf9160_ns --pristine I get the hex files...
I built a game controller hardware for windows . I am supposed to have a few millisec. latency on notifications.
But the latency seems to be noticeable. I have also tried...