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...
Hello,
As part of a Proof of concept reason on nRF52840 based SDK15.2 and s132_nrf52_6.1.0_softdevice, our BLE communication should support Just Work security and no secure...
Hi there,
we are working on a number of nRF52840-based hardware products with almost identical functionality. Some have USB and BLE connectivity, while others offer BLE...
Hello,
I am working in NCS and I am trying to save some data in flash before the SoC turns off.
I am starting by using the code below.
If I use this code in the main...
Hello everybody. Using the nRF52840-DK board and the Nordic example ble_app_uart_pca10056_s140 I am sending 200 bytes, repeatedly, to the Nordic UART APP. Everything works...
Hi,
What is the best approach to use a block of flash in nrf52840 as EEPROM. Are there any pre-existing library support for the same?
Also which is the best flash operation...
Hi,
I have gone through the lfs file system from zephyr samples but I could not find any solid documentation for fs and spi flash drivers available.
I have written the...
Hello,
I want to use the PWM driver to change the output voltage with respect to analog input voltage. If I call the simple_playback_sequence from the SAADC event handler...
Good day. Some smartphones cannot connect to NRF52832 (SDK17): - iPhone XR - iPhone 11 Detection goes well, but smartphones cannot fully connect and freeze at the connection...
Hi Sir,
We tried to download the nwp_024 , and check the tape reel information of nRF5340.
But we could not find the nRF5340 lists in "table 2. Carrier tape dimensions...
Hey everyone,
I firstly want to preface this with my lack of credentials. I'm very new to embedded systems development and am figuring things out slowly so please bear with...
I want to initialize LFCLK on startup to reduce power consumption. I am doing it as given below. Is this the correct approach of initializing LFCLK to reduce power consumption...
Hi,
I am using nRF52840 as BLE peripheral, on a Zephyr application under NCS 1.4.2
I want to limit the connection interval to 7.5ms (min+max)
I can see that the only...
Hi Nordic DevTeam,
I am using nRF52840 (1MB Flash, 256kB RAM). I would like to store a log data to flash memory that I can extract them to my Android phone later on when...