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...
Hi,
I want to set sending power(+4dBm) of NRF52810/NRF52832 with SDK 15.0.
Now,i find i should use the order of sd_ble_gap_tx_power_set(uint8_t role, uint16_t handle,...
Using a AF_INET UDP socket on the nrf9160 I will get ENOMEM when I send a bunch of datagrams over the socket. I understand how there can be a limited number of buffers for...
I am trying to debug the dfu bootloader using SES. This is my first time using SES. I opened the example project and everything builds fine. The image loads on the device...
I am currently working on a design with the nRF9160, and have a few questions about the DEC0 pin and decoupling for the module in general. I have been considering adding additional...
Hello,
I am use bonding and want to forbid new bonding if proprietary authentication criteria is not met.
For example, I want to allow bonding only if my device is on...
Hi, I am using nRF5_SDK_15.0.0_a53641a.
I'm using code below to start WD and I'm not feeding WD.
After WD reset, I'm looking at RESETREAS register and DOG bit is...
Hi,
we are currently in the process of optimizing our connections for better throughput. Use-case is connection based FruityMesh ( https://github.com/mwaylabs/fruitymesh...
Sir i am using only one nrf52840 board
Sir i am changing router role to coordinator role and also remove the zb_ed_role in preprocessor definition
now the project building...
-> The Command zdo match_desc 0xfffd 0xfffd 0xc05e 1 0 0 is Entered in the teraterm this function taking the input from those command by using argc and argv
-> our plan...
Hi,
I have some question, If I use BLE protocol.
From nRF52811 Product Spcification as link https://infocenter.nordicsemi.com/index.jsp?topic=%2Fps_nrf52811%2Fkeyfeatures_html5...
I would like to set the tx power for all roles such that the nRF52840 (s140) never transmits anything above my specified level. This includes advertisements, past connections...
OS in development environment :Windows7 HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board : Central / Peripherals CPU :(Nordic) nRF52832 / ARMR Cortex-M4F 32 bit processor...
Hi,
I think you have deadlock situation or wrongly used interface in driver at_cmd.
The master branch is using functionality using function at_cmd_set_notification_handler...
Versions:
Segger Embedded Studio v418,
nRF SDK v1.0.0 tag
For the NB-IoT network I wish to connect to, I need to specify the APN, I can see through "Configure nRF Connect...