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...
Hello, my project is not going well. Trouble you Please help me again First of all, my English is not very good. I'm sorry. Can you provide an ideal sample code for me? My...
Hi
I'm using SDK 14.2, nrf52 DK and proximity example. When i try to write to inmediatte alert characteristic from nrf Connect ( android) i never get the event on the device...
Hi, in my project, the following codes caused "NRF_BREAKPOINT_COND":
sd_power_ram_power_set(4,(POWER_RAM_POWER_S0POWER_On << POWER_RAM_POWER_S0POWER_Pos) | (POWER_RAM_POWER_S1POWER_On...
I have secure DFU working fine for my s132 (SES sdk15.0), and now trying s112 using the example from post how to use dfu?
I used SDK_14.2.0_nRF52810_Secure_BL_v1.1.zip and...
Hi. I have to make mesuring impulses quantity of two external low freq signals without interrupts.
I tried to use GPIOTE EVENTS_IN[0] and 1 with PPI ch 0 and 1 to timer...
I use PCA10040 V0.9.0 to run SDK15 bootloader example: F:\Nordic\nRF5_SDK_15.0.0_a53641a\examples\dfu\secure_bootloader\pca10040_ble_debug\arm5_no_packs.
1. erase full chip...
Hi, I am using the ble_app_cscs_pca10056_s140 example application from nRF5_SDK_15.0.0_a53641a and I have made a single-line change (see below) to force the bonding process...
Hi Nordic Team!
I have bought nRF52 DK and my aim is to create BLE application for a peripheral that it would be possible to connect multiple centrals (for example android...
Hi,
I am trying to add the SAADC to an existing project. SDK 14.2 - Softdevice.
I quickly changed the existing code as follows:
Unfortunately, the callback gets...
Hi.
I am using the nRF52840 DK board and have integrated the SDK15 ESB_Rx example with the HID example.
The nRF52840 DK board has two USB ports. (J2, J3)
J2: Firmware...
Trying to track down an issue with IOS disconnecting shortly after connection when using NRF Connect, LightBlue doesn't connect at all.
We have a few GATT chars with...
Hello,
I am facing an issue when trying to use the example flash_fstorage_example in SDK15 with the softdevice. According to the documentation, using the reading and write...
I am testing SPIS to transmit mass of data(255 bytes each call) from nrf5 DK.
I found SPIS data shifting randomly.
The testing data is 0x88 but sometimes can get 0x44...