I have a PCA10059 dongle. I have inadvertently configured pin P0.25 as the sleep debug pin and I use active state 0 as I am using off board LEDs with reverse logic. This means...
If you're working on a product that requires you to show and translate GATT Attribute (Service, Characteristic and/or Descriptor) UUIDs to Strings to the user, it's likely...
Hello,
We have been trying the sendNotification call and after getting a success log we are not able to send a second notification. I'll copy the snippet of code that we...
I have a firmware developed on the nrf52840 development board. When porting it to nrf9160, a lot of errors were reported. How can I use the LOG output function on nrf9160...
Hi I would like to ask you for advice on how to solve my problem with Ble and the timer I am trying to add a timer to examples\ble_peripheral\ble_app_uart the timer works...
Sir,
We finally added WIFI to NINA B302, using a NINA W102 coprocessor!
https://github.com/khoih-prog/WiFiNINA_Generic
Please, enjoy!!!
Here a portuguese BLOG...
I tried to install the latest nRF Connect (3.1.0) on my Windows 7 dev machine and it did something to wipe out my USB setup (froze up during install of JLINK). So I had to...
Hi all,
I'm working on a board equipped with a nRF24L01+. It is PIC32 based and I'm writing a mini driver for it. So far my SPI and API seems to work correctly:
...
I wasn't able to find any documentation or examples for the BL-651 chip which is meant to run the same code as the NRF52 bluetooth chip.
I'm having trouble running it on...
Hi everyone,
I'm using a Si7051 I²C temperature sensor connected to a nRF52840 and I found some very weird behavior of the TWIM module. Firmware-wise I'm using the mbed...
Hello All My English is not good, so Sorry I have a question like this
I have self BLE unit - EYSGJNAWY-WX from TAIYO YUDEN firm That has nrf51822 CPU and 32.000 crystal...
Hi there,
I would like to know why v4.22 version of SES doesn't have "nRF Connect" tag under " Tools→Options "
also I even can't find "open nRF Connect SDK project" option...
Hi,
I have an app that uses freeRTOS
My app runs OK , however when I am debugging it in segger studio with my SWD connector, it crashes with no reason
If I check the...
Hi,
Do you have a basic Android Studio App that can connect send and receive from an nrf52832 based board already programmed?
I know the protocol strings I need to send...
Hi I am porting my application from SDK12.3 to SDK15.3.
I am facing error during advertising. Below is the code snippet and error is invalid param (0x07).
For scan response...
Hello everyone. I am working on an RTLS application that uses BLE's RSSI measurement method (Using nRF52840 dongle) to locate a human. The system has 3 components:
Beacon...
Hello, It looks like if there is an issue with bootloader DFU. If no connection timeout is right. But if you starts a DFU late (near the end of the timeout), il will cut during...
I intend to check some of the NRF_SOC_EVTS in my application. Where should I register soc_evt_handler(uint32_t sys_evt, void * p_context) function? Will this function be called...
Hello Nordic, I would like to know if there is production timeline of the nRF52840 Chip , I know it is a new product, but can you tell me if there a plans how long this chip...
Hi!
I have SDK15 central (nRF52832) with previously bonded peripherial device also SDK15 (nRF52810).
All works. But sometime when power on on the peripherial device, connect...
Hello,
I am working on a custom PCB with nrf9160 capable of getting good signal (tested using 'at_client' sample) and all is well on the hardware.
I am currently working...