Hi everyone,
I'm working on a project using the Nordic nRF5340 microcontroller and I need to count both rising and falling edges of a square wave signal on pin P0. 14, coming...
Hello, I’m working with a combination of nRF5340 + nRF7002 + NPM1300 , and I’ve only changed the I2C pins connected to the NPM1300 to sda pgio1.4 and scl gpio1.6 .
SDK...
I am running into a secure fault when I set the NVS_SECTOR_COUNT to >= 7, not sure how to proceed.
it fails at nvs_mount(&fs)
I have added a nvs_storage partitation...
I've seen other threads about the issue:
- https://devzone.nordicsemi.com/f/nordic-q-a/117267/light-bulb-sample-works-on-nrf52840dk-and-doesn-t-on-nrf52840-dongle
- https...
Here is my script for programming. Does the sequence is OK? or any advice to improve?
nrfjprog --eraseall
nrfjprog --recover --family NRF53 --coprocessor CP_APPLICATION...
Using the peripheral_uart example routine from the NCSv3.0 library with the 54l15 chip.
1. compilation command: west build --build-dir build . --pristine --board nrf54l15dk...
I'm looking into a rare issue on the BBC micro:bit V2 which uses the nRF52833 as its (application) microcontroller. I used to be familiar with some CPUs from the 80s but my...
Hello,
I want to implement a firmware update over ble for my application and the SoftDevice 130. Which would be the correct boatloader.hex that I should use? I am working...
Hi,
I am using softdevice-7 and SDK 6.1 for our application.
If I connect using a passkey, first 「BLE_GAP_EVT_SEC_PARAMS_REQUEST」 event occurs, then the 「BLE_GAP_EVT_PASSKEY_DISPLAY...
I have a mature design with several hundred units built using QFAAE0 silicon. Code works. Hardware works. FCC is happy.
I'm considering migration to V3 silicon and maybe...
Hi....
I have PCA10028 DK and i want to make a profile that works both as central and peripheral. As a part of this i tried running S130 demo app found in S130_softdevice...
I need to remember the CCCD's of some service, e.g. service changed. A CCCD is according to spec 2 bytes long. The method to do this is by using sd_ble_gatts_sys_attr_get...
Not sure why but my time is only firing at 250Hz with the prescaler set to 0. Not sure why. Shouldn't it be going at 16Mhz at these settings? (Running on the PCA10028 Board...
Hi,
I am using device as ble-Peripheral SDK nRF51_SDK_7.2.0_cf547b5 and softdevice
version :s110_nrf51822_7.1.0_softdevice.
problem : I am receiving data on Nordic...
I'm trying to use the internal temperature sensor of the nRF51 to know the die temperature. Its accuracy is specced as +/- 4 degC, even +/- 8 degC at the extremes. Does anyone...
Hello,
I am trying to control the smart phone function while making my device as HID keyboard, but It seems that the soft keyboard (smart phone on screen keyboard) clashing...
i think your nrf51 iot sdk don't have rpl functionality....
if i want to implement rpl on it what is the procedure...
if i want rpl on raspberry pi what is procedure......
i have bluetooth usb 4.0 dongle..which part of bluetooth stack it contains...?to support simultaneous master and slave connections will it need any firmware update...?
...
As we known we can set static passkey in peripheral side (s110) with the API sd_ble_opt_set(BLE_GAP_OPT_PASSKEY, &ble_opt) as below:
inline void setPassKey(void)
{
uint8_t...
I've tried all 4 versions of the HID Mouse Example provided through the Keil Pack Installer tool and can't seem to get any of them working.
The code compiles and downloads...