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...
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...
Hi!
I started to modify the ble_app_blinky example. I need to increase ATT_MTU, so I modified NRF_SDH_BLE_GATT_MAX_MTU_SIZE. For this, I needed to increase the RAM of the...
Hello,
I'm using Mesh SDk4.0.0 and SD v7.0.1. I have tested the light switch client and server examples.
Now I want to add some more models for additional functionality...
Hi , i want to change the device name by connecting the device using nrf_toolbox , have a look at my code , you will get what i am trying to do . By the way i am using nRF52832...
Hello Nordic!
I'm developing with nrf52840, s340, sdk 15.3.0, gcc-arm-none-eabi-7-2018-q2 in my customboard.
Recently, I am making ble central module.
I can scan and...
Hi, I have only one question: during the write or erase cycle using fstorage, the cpu is locked? Sofdevice, Interrupts and main application are working also during with flash...
I'm using FDS together with Flash manager, and checked if everything goes alright in flash.
As per doc, I set FLASH_MANAGER_RECOVERY_PAGE_OFFSET_PAGES to FDS_PHY_PAGES....
Hi, I just try to start with the spi master example (nrf5sdk/examples/peripheral/spi) on mus PCA10040 board. I'm able to compile&flash it. It seems to be running (LED1 is...
Hi ,
I working on the getting started assistant setup but got failure when verify the GNU ARM embedded setup , see the following log :
11:32:05.867
c:\gnuarmemb\bin...
Hi,
Just want to ask what will be the effect if I will use an external oscillator (32.768kHz) with a CL nearly at max specification, let's say 12pF.
Thanks.
Hi,
Can we send a message from a Provisioner to a Unicast address in a mesh network?
I'm using nrf52832 and can send orreceive message between nodes in the mesh but I...
Using 4-bit SPI mode on the Display Controller side: SCL,MOSI,MISO ... and DCX (by which the controller distinguishes between command bytes and data bytes). There's no obvious...
Hi everyone,
Im Nicolas, from Colombia. I want to develop an IoT product, using nRF9160, but don't want to use the DK (is too big for my application). I've been reading...