I have been able to use external flash with Octal SPI mode on an nRF54H40-DK:
❯ west build -- pristine -- board nrf54h20dk / nrf54h20 / cpuapp zephyr / samples / drivers...
Hello, I want to implement a project with BLE mesh. Several nRF52480 boards should form a mesh and e.g. send the status of one of their buttons to a tablet. What would be...
Hello, I have nrf5340dk and AT21CS01-STUM10-T module. This is EEPROM module. I want to communicate with it by 1-wire. The problem is that I don't know how to do it. I looked...
Hi there. We have recently migrated from SDK 2.6 to SDK 3.0.
We have a custom-made external board, which we used to program with the nRF52840 DK when using SDK 2.6 (for...
Hi, We are using nrf Connect SDK 2.4.0 and have been looking through the NIST vulnerabilities databases. One of the vulnerabilities reported with the nrf5340 is a denial of...
Hello all,
I am having issues with the configuration of the FEM nRF21540 on the costum board Fanstel BT840NE with the Enhanced ShockBurst (ESB) protocole.
We are not able...
We've got a sensor board with an nrf9160 on it, that sleeps lots of the time and periodically wakes up to take sensor readings or send them up to the cloud.
Some of the...
Hello,
I use S130 with NUS style connections as central and device at same time. It works nice and performance is good but when i run scan, performance become very poor...
Hi,
I'm using S130 with SDK 9.0.0 and as central, I'd like to read values for more than one characteristic on a peripheral. I do so in BLE_GATTC_EVT_CHAR_DISC_RSP by firing...
Hi,everybody!
Recently,i use nrf51422 as peripheral programming s310 ant_ble_hrs example in sdk6.0 and use nrf51822 As center programming s210 hrs example in sdk6.0. I find...
Suppose I have a lot of very small characteristics (1 or 2 bytes) to send lots of notifications on. They are all updated simultaneously, though the central doesn't care about...
It seems daft, but the ble_heart_rate_template_with_battery_service example in the nRF8001 Arduino SDK does not use the nRF8001's Battery Monitor!!
Instead, it just uses...
I'm working on an application that uses the persistent storage manager to store some calibration data. I thought I had everything working well, but after higher volume testing...
Hi,
I have already developed (and almost finished) an application with SDK 8.1.1
As you now when I created the application starting from an SDK example, the project under...
Confirm all the certifications the product nRF8001 is currently holding (or in the process to be awarded).
Is the nRF8001 certified/approved to be commercially used in...
Hi there,
As per title, the Ble bandwidth test on my Blend Micro is not connecting to the nRF UART app on iOS 8. I tap connect and it just says 'scanning....'. Could you...
I am trying to use the iOS nRF Temp app with the nRF8001 D chip. I have tried the ble_temperature_broadcast example from the nrf8001 SDK. The serial terminal shows successful...
I have this odd issue which creeps up in field testing. Upon a button push the board goes immediately to System Off. 99.99% of the time Button pushes are handled normally...
Hi,
just to know ... is it possible to call pstorage related functions inside a BLE stack event handler ?
I'm facing with Hard Fault and I have the doubt that it's related...