Previously, I successfully completed and performed OTA flashing, and I haven't made any changes to the DFU-related programs since then. However, recently, I have been unable...
1,To develop 54H20 based on sdk v2.7.99-cs1, it is necessary to use a development kit provided by the customer. The cmake information of the development kit is as follows...
NCS 2.7.0
NRF52840 DK
I am trying to trigger an advertising sent callback to indicate advertising timeout or a maximum number of events. I have tried increasing the workqueue...
Good morning,
currently we are on ncs SDK v2.7.0.
Because SDK v2.8.0 supports the KMU in MCUboot on the nRF54L15, I updated immediately and gave it a try.
Unfortunately...
I work test program on ncs2.8.0.
I put a reference to the BOARD variable at the top of my project's CMakeLists.txt.
When "west build -b nrf52833dk_nrf52833", BOARD is...
I'm working with custom boards using the nRF9161 chip. In the process of trying to test the layout of my custom board, I was able to successfully connect to and flash the...
My custom board with a NRF5340 (MDBT53-1M) with LF crystal is running as a central on NCS 2.6.1.
It's connecting to a legacy device which has a BLE121LR.
NRF5340 centrals...
The Nordic Uart Service example in SDK14.2 with SoftDevice 5.1.0 appears to use Write Request judging by the timing which limits transmission to about 30mSecs per packet with...
Hi,
We're using the Android BLE library from Nordic. It really helped us handle a lot of the things we didn't want to think about handling on the bluetooth stack. (Thank...
Probably frowned upon but like being able to work from raw datasheet, so I know that I can. So given that the datasheet would suggest that changing a GPIO pin to be an output...
Hi,
On latest SDK (15.3)n nrf52832, PCA10040, on ble uart bare example, I get a bug when stopping advetising:
line 659: "p_advertising->evt_handler(p_advertising->adv_evt...
Posting this in hardware because it seems like the most appropriate...
We are conducting some localization experiments where we will be capturing advertising packets of...
It has been working with no problems. Neither the At application or the asset-tracker one will work. Is there anyway I can test/ find out whether there is an issue with the...
Hi,
I want to ask you, if they're any phase locked loop (PLL) that can be used ?
My problem : I have two square signal generate by an Arduino Nano and a PWM on the nordic...
I have inherited some code that is production after doing some extensive testing on battery life have noticed that after writing to the flash my power consumption on the Nordic...
Hello,
I am using nRF52832, SDK_15.3.0, S132 SoftDevice and Segger for flashing the image. I am using ‘ble_app_blinky’.
I have few queries on RTC.
1) There are...
Hello, I'm fairly new to embedded software. I'm trying to flash the ble_app_uart program from the command line (windows 10 / nRF5_sdk_15.3.0_59ac345 / nRF52840 / Eclipse IDE...
Dears,
I have bought nRF24L01 transceiver module and I am trying to interface with Desktop directly but connected MAX232 between. But I am not able to communicate with my...
I am trying to use functions of ecdh example in my softdevice based project.
key generator function you see below crashes my application. Firstly I have tried to debug...
Hi,
I'm trying to setup ECDH between a JS based platform and the Nordic NRF series.
What I need to do is to import the raw public key from the keypair generated in the...
As a quick and dirty way to test throughput, I am sending non-confirm-able coap POSTs to my coap server and time stamping them.
Only 3 packets per second get sent. The other...