I would like to store a simple integer value in the flash write and read after some event. I'm using the mesh example Dimming examples (experimental) in the nRF5 SDK for Mesh...
Hello,
Has there been any success with getting the python bindings for the pc-ble-driver running on openwrt? I've succeeded with the driver itself but not the bindings....
Hi Nordic Team,
In my BLE project I'm creating a Test application which gets all the advertising data from peripheral devices. The complete list of scanned device is received...
Hello all,
According to the documentation and this feedback on a case there is a maximum size for a particular cert before nrf_inbuilt_key_write returns NRF_ENOBUFS . Can...
Hello,
I am using nrf52840 DK, Segger Studio IDE, Win10.
My application is I want to transfer the image from iOS to the DK board.
I am aware of the Image Transfer...
Hello, i intsalled the software stack for use with latest release of nrf sniffer package.
By starting the capture process with wireshark 3.2 i have noticed an issue:
In...
Hello, I've been evaluating the PDM hardware driver for the nRF52832, and the PCM output of Thingy. I've found that, for certain impulses at the input of the microphone, the...
Hi I have successfully set up my ARM SPI interface to use the nRF24 chip. At this time I'm trying to establish connection but I'm not sure I under stand the setup for comm...
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...