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...
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...
Hi,
I have encounter a problem that the first button release event is missing if the key is pressed while powering up.
The SDK I am using is nRF5_SDK_17.0.0_9d13099. ...