I am looking for a freelance / contract developer to help us get nRF53840 working as a BLE controller under linux. ie: basic BT linux adapter. Integrated with BlueZ and similar...
Dear all,
I use FDS module to store some data in flash of nRF52832. I modified the example "ble_app_uart" based nRF5_SDK_15.2.0_9412b96 to test the fds functions feature...
Hello,
I am using nrf51422 with stm32L0. There is a uart connection between nrf51422 and stm32l0. I want to transfer data from stm32l0 to nrf51422 through usart and push...
hi........... folks
i am merging two programs together uart and TWI sensor ...using nrf52382 and segger 15.2version
i am getting the error in ble_nus_send ,
even i have...
Software and Softdevice: SDK 12.3.0 keil5
Platform: Windows 10
Hardware: NRF52832 DK
I am trying to combine WDT and FATfs together. But once I have both of them, there...
I am trying to get a good handle on the difference in average power consumption between BLE point to point and Zigbee on an nRF52840. We have battery powered products and...
Hi, For my project, I need to design a BLE packet sniffer which scanning the 40 channels. Therefore, I need 40 dongles are connected to a computer that can read and transfer...
Hi All,
Recently i bought myself a nrf52 DK. now i finaly have time to play with it, it does not respond like described.
I tried to go back to the basic:
www.nordicsemi...
I'm using nrf52832 and want to add a custom characteristics.
But if I call the function below, the device stops advertising.
Do you have any idea?
static void add_characteristics...
I have used the BLE UART example to connet mobile phone, the mobile phone just can recivecd 50 data package per second in the most, and each package just have 20 byte, but...
I'm sorry for this easy question.
I'm just starting to develop an application using a nrf52832.
I want to use uart functions, so I added a line #include "app_uart.h"....
Hi,
Does anyone knows if it's possible to change the name or description of the Port (COM) of a nordic device (pca10031 and pca10028)?
The actual name or description...
Hello,
if we want protect our (central) device against tracking and still allow it to connect with specific Peripheral we can use whitelist with IRK (and?) mac address...
eclipse_log.txt
link text
hello there i am trying to make environment for gcc and eclipse with nrf51. i am following above link. i changed my Makefile.winows ...
Dear all,
i configure pin 3 to float input.when the pin3 input 0.3VDD--0.7VDD,the chip current have 25--400ua,other is normal(4ua) Why?
SDK:8.1.0
s110
#define PHOTO_PIN_NUMBER...
Hi,
I am using nrf pwm library from here: github.com/.../nrf51-pwm-library . I am driving two gpios for a piezo buzzer.
I call pwm_init(), then use the call set_frequency_and_duty_cycle...
Hi,
I am trying to run a MIDI slave chip with the nRF51822 which requires me to use the MIDI standard baud rate of 31250. Is it possible to use nrf_drv_uart with a custom...
Hi all,
i use the function sd_power_system_off() to put the micro in system off.
First question is about the the type of system off. There are different type of system OFF...
Hi Forum and Nordic Employess
I use sdk12.2
The Pstorage libraries are missing. I want a Pstorage (flash write / read) example along with the Soft Device.
Thank You
Hi all,
I see there are similar questions posted on this forum, but none answers my question satisfactorily.
What I have:
we use the nRF52 we use UART0 to
transmit...
I'm using SAADC on a NRF52832 DK to read a analog channel between 0-3.3V. I wanted to supply current with the board VDD but it's value is 2.8V and they're not event stable...
Hi
I'm trying to get higher throughput when connected as a central by increasing my Tx&Rx bandwidth to high (from the default medium).
uint32_t nrfErr; ble_opt_t opt...