Hi
i use nrf51822 s110 "hrs" example to transmit the data to ios.
I need to add an option to send back some data (from ios to nrf51822). 10 bytes maximum .
how can i implement...
Hi
i use the hrs example to transmit the data to ios.
but i need to add an option to send back data (from ios to nrf51822). 10 bytes maximum .
how can i implement...
Hello,when i get connected to the phone,when i call err_code = ble_hts_measurement_send(&m_hts, &simulated_meas) and err_code = ble_bas_battery_level_update(&m_bas, battery_level...
I got the Dynastream N5 kit and have successfully used it with limited ANT work and was trying to get BLE working but can't get a driver for the USB dongle. On the 51422 product...
Hi All,
I am working in the sleep mode with system off and wake up with internal RC clock.
It function well when connected to EV board...
I see the "Emulated System...
I want to write PCA20006 nRF51822 Beacon Firmware to PCA10004 on nRF6330.
I understand need to modify GPIO.
PCA20006 firmware consist of 3 firmware, SoftDevice, application...
Hi everyone, I would like a bit more insight and recommendations around the following list of SDK_CONFIG options. The description is not clear enough and I don't understand...
Hi, I am using libuartes to comunicate with gps and I get the Rx buffer like a problem already asked in this thread when I send a text "abc"
the first 3 times : everything...
Hello,
- If I supply nRF52833 in High Voltage mode (LDO + LDO sub-mode, not the DC/DC convertor).
- Set the VDD in the corresponding register to be e.g. 2.7V (VREG0 LDO...
Hello all,
this is actually repost of the previous post : Porting the library code of the sensor due to my fault, somehow I have clicked on the the wrong button ...
Anyway...
Hi,
Our product is using nRF52810, and we need DFU. But the size of application Bin is over 60kbyte(about 63k). When we use S112(100K), the bootloader is 32K, so we just...
I am using:
nRF52840DK nRF5 SDK for Thread and Zigbee v4.1.0 CLI example with added code Border Router on Raspberry Pi 3+
Using the CLI, I can get an IPv6 address for...
We would like to use the nRF52840 to upload compiled Arduino firmware in hex file to atmega328p over serial port.
The latest version of the Arduino firmware would be stored...
nrf52833, custom application based BLE Central Uart Project.
s140_nrf52_7.2.0
Our average Power use in the application is 1.5mAmps. What is the proper way to manage...
Hi, I am working on ble_app_uart_c(central device) and want to add the DFU option. I have successfully added a buttonless DFU service in the peripheral application. Now how...
I'm testing a simple application based on the UDP example. It samples some peripherals and ADC channels, these values are then packed into a CoAP message. This CoAP message...
Hi,
My custom board using nRF52810, project was based on ble_app_uart_pca10040e_s112 and secure bootloader.
The size of application is 59k, and the bootloader is 32k....
Hi
I looked in the nRF9160_PS_v2.0.pdf,I can not find the voltage level of SPI signal pins,Does the voltage level of SPI signal pins equal to the voltage supply to the VDD_GPIO...
Hello,
I am using SES environment with nRF Connect SDK 1.9, SoftDevice S140 and nRF5_SDK_17.1.0 to clone the nrf52-ble-multi-link-multi-role example on Github ( https:/...
I'm facing some issues over connecting over to AWS with a custom board, the board was connecting before and the code connects with AWS using a Thingy91
Hi,
I'm trying to develop a simple application on the NRF5840 DK using the NRFConnect SDK inside VScode. I am struggling to see how to add external libraries to an application...