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 am trying to develop an application on nRF52840 development kit board. When I am trying to build I am getting below error "nrfx.h: No such file or directory". For...
I am trying to port BLE_APP_Interactive to nRF52840 as I require 2 uarts in my application and larger memory. I realise I need to change the crypto to CC310, and I have followed...
I've been seeing issues with getting an interrupt on the TX side. I reckon it could also be linked to the RX module cause if the payload isn't sent, the interrupt on the TX...
Hi,
I have implemented a custom bootloader/firmware package, but have recently been running into issues when integrating the two. I have found in some instances when using...
OS in development environment :Windows10 HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board : Central / Peripherals CPU :(Nordic) nRF52832 / ARMR Cortex-M4F 32 bit processor...
When trying to build/run the btle throughput demo I get a device not supported error.
When looking in the Options - Device settings for
the project the Software Packs...
Hi All,
the logging output (NRF_LOG_...) in the SDK17 via the UART works fine on the DK board (only change from the HRS example was the NRF_LOG_BACKEND_UART_TX_PIN has been...
I am using nrf mesh SDK 4.0 with nrf52832 DK and nrf mesh android app , with the light switch exemple , i noticed that a proxy node that was successfully provisioned can be...
Hi,
My aim is on button press in peripheral side ,it should do advertise and sent data from single peripheral to multiple central(total two central).
I am using nrf52810...
Hi,
I am using nRF52840 SoC as a thread device in my application. I want to push data from sensors to cloud. So I need to configure one of my thread devices as border...
Hi Dev team,
I had an issue regarding getting the real time using RTC. I tried to follow the below dev zone blog but the CAL_RTC does not work in my code.
As such, I am...
To the kind attention of Nordic support team,
We are doing EMC pre-tests of our products using your nRF52833 .
At this stage, nRF52833 device is triggering itself a...
Hello.
I am following this tutorial, but unfortunately I am stuck at step 7. I am not sure which characteristic corresponds to the UART RX characteristic value.
I tried...
I've started an asset tracking project at the company that I work at and have tried to use the nrf9160 dev kit for the device tracking part.
I have updated the board firmware...
Hello -
We are working with the nRF52840 and SDK v17.0.0 and tuning our power consumption during System ON sleep. We understand how to wakeup the device using the RTC and...