Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I am currently using an nrf52840 to write to a service with 3 different characteristics with goal of using another dongle to read those characteristics. The first dongle is...
Folllow-up questions for this thread https://devzone.nordicsemi.com/f/nordic-q-a/84769/zephyr---how-to-set-ble-adversting-tx-power
1.In the nRF SDK there are TX power defines...
Hello, sir.
I'm using IDE segger embedded studio to programme the nrf52840 DK board (SDK17.0).
I'm experiencing a problem with the twi interface. When I enable it, I get...
Hi, I have 3 questions about the NBIOT standards please
1- How do we set which NBIOT service shall be used by our FW (3 Cat-NB1, 14 Cat-NB1, or Cat-NB2 standards)? 2- Is...
Hi,
Sometimes, when I'm starting BLE advertising, I have an error of stack overflow of the BLE task.
Is that make sense that advertising may increase task usage?
...
I am trying to implement a simple UDP client on the nrf9160 using DTLS Certificate authentication.
I understand that the modem only supports PSK. However, I am trying to...
Hi,
Is it possible to program the FLASH memory on the network core from the application core WITHOUT having to run a bootloader on the network core?
Best,
Kurt
Hi!
I can connect to my NRF52832 with my dongle and BLE app on nRF Connect for Desktop.
I was wondering if I can send and receive text messages via the UART from my...
The version of fatfs included with the nrf SDK is from 2016, and we're trying to update it to use the latest version of fatfs from 2021 http://elm-chan.org/fsw/ff/00index_e...
Hi,
is there a way to update the API key needed to get sensor data?
I got a thingy91 that I can get data from via Rest API. Only thing is that I need to login to my profile...
Hey guys. I have some question.
Until now, I wanna use TFT LCD (LCD Demo 320×240 RGB(565) on nRF52840) and I'm trying to do a similar experiment now with you. I want to...
Hello,
We are using a NRF52832 in our product with Buttonless DFU. In a new version of the product we are exchanging the external LF Crystal for a LF Clock source.
As...
Hello,
We ae using NRF52840 MCU in STOP Mode 2 with RTC on 3.2V battery. We use GPIO Interrupt to wake up MCU by a Push Button. So, for that Active Low Edge Trigger Interrupt...
Hi,
I am just starting to use nrf connect sdk for 5340; and wading through the confusion or build systems, west, SES, Visual studio; no clear path.
As we have used SES...