Hi All,
i would like to know about
1) what is channel in nrf51288?
2) is there any mathematical relationship between channel no and pin no as in ble_app_hrs
example channel...
Hi,
I use UART bootloader SDK example(dfu_dual_bank_hci) to do update firmware on EK PCA10001 board,it can work ok.But i changed the HCI_SLIP_UART_RX_PIN_NUMBER and HCI_SLIP_UART_TX_PIN_NUMBER...
Hi. I have been trying get a notification through ANCS.
I have created an app which is made by modifying ble_app_ancs sample.
It works basically but there is one problem...
Hello,
I'm using the nrf51422 with 210 softdevice.
I'm trying to figure out a way for the receiving slave device to go to sleep when away from the master, but to wake...
To be able to upgrade FW through UART, a bootloader for nrf51822 is required in my project. I have tried out the example bootloader in SDK. But this example is using softdevice...
I followed the forum posts and nan-29 to get eclipse 4.3.2 to successfully connect to JLinkGDBServer via a Segger J-Link EDU on Ubuntu Linux.
I can start the GDB server...
I'm using Softedevice 6.0.0 and SDK 5.2. and Keil 4.7.
I Modified bootloader project so it compiles with both ble and hci transports. Currently I use button_0 and button_1...
I have a customer requesting a Bluetooth solution recommendation with requirements that push me out of my comfort zone, hence looking for more expert input. The requirements...
Hi All
We have to send GPS data to Cloud but we do not have network so is this possible to send GPS data from nRF9160sip to ESP32 via UART communication
and after using...
Hi ...
how to send the particular message from client to specific server in mesh ? i am using mesh 3.1 version
i want to use 4 server and one client . client have to send...
Hi
We use the function "sd_ble_gatts_value_set()" for setting new values of a characteristic(not changing the length). This function takes between 120 and 260 us time to...
Hey,
I was wondering if I can write C++ code for the NRF9160:
Does the NRF9160 DK support C++?
Is SEGGER IDE compatible with it?
Is it recommended to use C++ in...
Hi:
I use the SDK 13.0 and nRF52 DK to develop software for the project. Based on BLE UART (NUS), the software do SAADC sample and transfer the data out in real time, The...
I have recently ported our working project to SES. The project uses S140 with nordik SDK 15.20 on nRF52840 custom board. the project also makes use of freeRTOS. It's important...
Hello,
mqtt_simple was probably never tested in TLS because some parts for TLS are missing (see client_init)
Could you make a good exemple that works please ?
hi...
I am working with thingy52 while compiling i am getting this error , then i moved to segger , in segger i am getting following errors
how to overcome this ? help...
Hello -
We are interested in using NimBLE for a nRF52 project as we've used NimBLE on another micro controller. NimBLE would be running on FreeRTOS and we are developing...
Hello everyone,
I'm trying to generate a periodical sine signal at the output of a 10 bit DAC without CPU interaction. The DAC uses an SPI interface, thus my idea was to...
I am trying to run adafruit_tag_reader example on nRF52840 DK .
Problem :
If these are my pins in sdk_config.h it works fine
Whereas this doesn't work.
nrf52832 softdevice S132 SDK15 custom board
TWI instance
TX(nrf_drv_twi_tx) failed, slave device is AD5252 digital potentiometer, i want to send data to the potentiometer...