Hello Nordic,
My development environment:
SDK>> NRF51822_SDK10, SoftDevice>> S130
Example>> ble_app_uart
I am looking forward to your reply!
Thanks.
Best Regards...
Dear friends,
according to "nRFConnect_BLE_User_Guide_v2.0", to set up a local device,i should complete the following steps:
Connect a development kit or dongle to...
Hi
I have add some function call like sd_ble_enable in mesh example, I test to get
then I set the address and all sd_ble_cfg_set is ok
but when I call "sd_ble_enable...
Nordic \ nRF5_SDK_12 nrf52832 using 2.0 _f012efa \ examples \ peripheral \ pwm_driver, pwm_driver example
Want to set up two road PWM phase is different, for example, the...
I'm using nRF52832 and S132 based on nRF5 SDK v14. I get a error code 4 when I add DFU service refer to the experimental_ble_app_buttonless_dfu . The SDK has changed so much...
Hi,
I'm wondering if I can get current transmitting channel during a connection. So
Is there a way I can directly read current transmitting channel?
If not, is...
This question has to do with the observed "recursivity" of the calls to "app_sched_execute" in SDK13 as described in the previously asked question below:
devzone.nordicsemi...
Hi,
I just recently got into designing Bluetooth devices and I am experimenting with NRF51822 and BLE400 board. I managed to compile and upload the examples from SDK 11...
Software and Softdevice: SDK 12.3.0 keil5
Platform: Windows 10
Hardware: NRF52832 DK
I am trying to combine WDT and FATfs together. But once I have both of them, there...
Hello,
We are in the process of migrating to the nrf52840 and as such have decided to use the latest SDK (15.2).
As part of the migration we are trying to do a TWI write...
Dear,
When I use the s132_nrf52_6.1.0 for nRF52832, I find that the value of the reset reason register is not correct by using the function "sd_power_reset_reason_get()...
Hi, I am trying to use the Sound service's microphone to turn on every 1000 ms, check if the audio input is above a certain decibel level and turns on the LED if it is and...
Greetings,
I'm working on the TIMER example ( nRF5_SDK_15.2.0_9412b96 ▸ examples ▸ peripheral ▸ timer ) on a nRF52832 with no changes to the code. Across 5 different...
My Project was originally based on the Multiprotocol dynamic template from THREAD SDK 1.0.0.
I Recently Updated the OPENTHREAD to
github.com/.../704511c (with revert of...
Hello, I am using the nRF52 with SDK 15 and this is subsequent to this post and I applied the change suggested in in nrf_ble_gatt.c and having the central exchange the MTU...
Hi all,
I am new with this software.
I encountered this error: No such file or directory in SEGGER Embedded Studio when I tried to add new file, which is generic_level_client...
Hi
I'm little bit confused about how FDS library allocate the virtual flash pages (according to the number and size in sdk_config.h).
I decrease the number of virtual...
Hi
I'm trying the remote client-server example. When I flash the code onto the NRF52832, all the 4 lights are lit. Here's the log i get:
0> 1) Provision first available...
Hi,
I was actually trying out Nordic mesh topology and wanted to tryout the example programs.
SDK: nRF5_SDK_15.0.0_a53641a
mesh: nrf5_SDK_for_Mesh_v2.2.0_src
IDE:...
Hi Everyone
I am using
SDK 15.0
Segger Embedded Studio
nrf52840 on a custom PCB.
Softdevice s140.
FreeRTOS.
My requirement is , on the press of a button , the...
In the news today (26 Oct 2018):
http://www.eenewsembedded.com/news/embedded-studio-410-arm?news_id=111432
Will this work with current Nordic SDKs, or should we wait...
I am using FreeRTOS (sdk 15.2) configured to use RTC for the tick source and systick timer for the system. I am trying to put the device in a low power mode. I have tried...