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...
Hi,
We have modified the throughput example of NRF5340, v2.6.1 SDK to achieve around 600 Kbps for iOS app. Attached is the sniffer trace.
Can anyone confirm that the data...
I'm seeing duplicate data packets while analyzing our sniffer trace from NRF5340 to iOS app. However, there is no packet loss or any impact on data rate.
What might be the...
Board: nrf5340dk (build board: nrf5340dk_nrf5340_cpuapp) / SDK: v0.16.8 / I'm a complete beginner who touches the nrf board for the first time My Project: max30101 --(measured...
Hello
we have some own created UART drivers which access the UART registers directly.
Those drivers have been working withe the older chip revisions for years.
Currently...
Hi,
I cannot resolve the problem while setting up modem trace RTT logging. I'm also unable to find up-to-date information on how to set this up.
I have connected DK as...
I'm close but this is not working for me yet. I'm trying to send a few hundred bytes from android to my nrf device. So I tried to implement long write where you set prepare...
Hi I've a side request, into the exercise I've to perform some changing into the DK programming interface through the JLink, so the question is how to restore the predefinite...
I am getting an fs_close() -5 error (-EIO) when I write to an SD card using fatfs. I determined this error was associated with FR_DISK_ERR in fat_fs.c.
Additional info ...
Hi,nordic team,
im use nrf52840 develop my product with sdk ncs 2.6.the speed of desktop dfu is so slow,and the speed of configurator channel is also slow.i want to transfer...
Hello. I am facing an issue in configuring ADC for multichannels. I was looking at the Nordic fundamentals course Lesson 6 Exercise 2 .In this example, the adc is configured...
I was working through Nordic Intermediate course lesson 8 exercise 2 - DFU over USB, adding external flash and custom keys. I was using an nRF5280DK. (Sticker: PCA10056 2...
I have been trying to implement a DFU OTA using Bluetooth Low Energy from one nRF52840 DK to another nRF52840 DK using the smp_client_ble ( https://github.com/hellesvik-nordic...
hello.
I am using nRF52820 and nRF5 SDK (17.1.0).
When the fds_gc() function is executed, all bonding information in the pairing area (flash) is erased.
My understanding...
I'm using CYCCNT to time code. Works fine until APPROTECT is set, then after reboot the CYCCNT is always 0. Is there a way to enable CYCCNT when APPROTECT is set?
I'm using...