Hi, I'm trying to use BLE OTA with an external memory due to my application is too big to do it only with the internal memory. When I use OTA config with internal memory,...
I use NCS2.5.0,and I noticed that there are two files(bluetooth.h and scan.h) can help to set scan parameters.Is there any difference betwen these two files?Can I call the...
I have a project where we did not populate the external oscillator for our custom board which has an nrf5340 on it. I did most of my BLE testing on the nrf5340 devkit and...
Hi there,
We have an Icarus IoT board, which uses an nRF9160 SiP. I am trying to get the nRF Cloud Multi Service sample to work. I am getting the following errors:
mqtt_connect...
I have a custom board that uses nrf52832 and I would like to add FOTA support using Bluetooth.
When I build the code using the nrf Connect inside VS code, it creates a DFU...
Hi
I'd like to be able to stay in mcuboot after a reset if requested by the application (feature mention here https://docs.nordicsemi.com/bundle/ncs-latest/page/zephyr/services...
Hi!
I started working on low power modes on the nRF54H20. The first goal is to put the device to sleep and wake it up using a GPIO button from the DK.
I reviewed the power...
It appears version 7.0 of the SoftDevice 110 supports over the air flashing of softdevice/bootloader/application or a zip containing a combination of the three.
Trying...
Hi,
I'm trying to get SPI (master) to work (nRF51822) for communicating with a quadrature counter (LS7366R).
I've read several implementations of SPI master, such as the...
Using:
GCC 4.8
pure-gcc Setup
Sdk 5.2.0
Softdevice 6.0
I execute some code within interrupt context (softdevice handler) and also in main thread.
I need...
Hi,
What's the difference between a 0.9.0 pca10000 firmware and the earlier version (0.8.0)? I noticed that the throughput with 0.9.0 on the same dongle is much less than...
I'm trying to use the TWI master example with the S120 soft device. It looks like there is a known problem trying to get the S110 working with the hardware TWI. It seems the...
Hello.
I want to make flashing of devices for production faster.
So I want to write application together with bootloader via J-Link simultaneously and not via OTA DFU.
...
When use the "nRFBeacons" app to update the info on my beacon the following happens:
Go to update tab.
Select "Connect"
Press "SW2" on beacon and see the LED begin flashing...
I've found this great post in devzone blogs, written by RK.
I like it and would like to make it better known, both as a point of discussion that as a request to Nordic...
Hello,
I am just trying out the example BLE peripheral firmware designs on nRF51822 EK.
Custom UART profile implementation is interesting for me and there is indeed an...
why m_storageHandle_DeviceName became to 0xFFFFFFFF, its value was init by pstorage_register when app startup, but here it lost value. Can anybody help me ?
// event on...
I'm able to flash ble_app_ancs to the nrf51822, and I'm able to debug it successfully. I'm also able to pair with my iPhone 5S running iOS 7.1. After the initial pairing,...
I am using s110 and nrf51822. I've set up up a long characteristic of 154 bytes.
Sending between 1 and 154 bytes works as expected.
Sending 155 - 160 bytes gets rejected...
Good afternoon,
I'm trying to test PCA10001 eval board power consumption and consumption is about 4mA when it should be considerably lower.
To proceed with this measurement...
Hello !
When i was trying to configur my SPI, I observed that there is a difference between the position field announced in the nrf51 reference manual v2.1 and the nRF51_bitfields...