Hi to all Nordic product lovers,
This is not a question but rather an announcement of a new nRF52840 based finger tip size module 14 x 9 x 1.6mm launched at CrowdSupply...
Hi,
I have a SPI slave device which outputs 8-bit registers that I have to assemble. For example, I receive two 8-bit registers, a high and a low register, which I have...
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...
I'm getting this when im trying to select the device.
when i try to update the firmware nrfgo studio is getting closed
please help me in solving this!!
Let's first compare two pieces code:
This one works:
But this one doesn't:
My problem is that as soon as I try to process received data, some of data is lost. Is...
I am developing with SDK 15.0.0
I want to add NUS service in ble_app_buttonless_dfu example.
All I have done:
1. Add including files and including paths to the project...
This is really a two part question.
1. How do I even refer to pin P1.00? It's clear that pin P0.06 is referred to simply as pin 6, but what is the naming convention for...
Hi,
i try without succes to go into MemoryRentention Timer On sleep mode, and wakeup with the analog comparator activated by AIN1 without sucess. Here is my code, please...
Hello I am using nrf52832. I would like to write a custom ISR for GPIO based interrupt. Are there any examples/documentation i could use to get started on this.?
Dear All,
we use Reference configuration 4 and have connected the DK to our custom PCB. 3.3V of the DK go into VDDH and otherwise only GND and SWDIO/SWCLK are connected...
hi
i downloaded nordic thingy52 FW and i uploaded on my board PCA20020
and that is working correctly but when a i downloaded nRF5_SDK_15.0.0 at first i compile (ble_app_beacon...
Dear Nordic,
i am just testing ble examples in nrf 52840 dongle and also implementing one uart for just testing
TX pin - 1.10
RX pin - 1.13
transmission works fine...
Hi,
I'm referring to -
1. Custom HID over GATT device
2. nRF51422 HID example modification
So for now, I just used the descriptor mentioned in above links. But "hello...
Hello,
The softdevice S132_SDS_v4.1 spécification write that supports 20 connections at the same time.
I would like to know if it's possible to have 1 central and 20 peripherals...
I'm attempting to make cli application to load from after the softdevice and based on a command enable/disable the BLE functionality. Is there any simple way to do this? Are...
Hi,
I am currently trying to use PCA10001 board as master and slave at the same time. Trying to send data from master(SPI0) and receive it using slave (SPIS1).
I have set...
Hi,
Is exist a tool like nRFutil to make DFU from windows with standard BLE ?
I have found this: https://github.com/NordicSemiconductor/pc-ble-driver but I thing it's...
I'm trying to filter devices by first provisioning a device then checking the composition data for vendor ID,etc... It is a real pain that all that data is only available...