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...
I've been trying to transfer a DFU update via serial, and I have gotten error 135 each time.
A colleague of mine got it working this january, with v3.1.0. Now, the same...
Hi,
1 - I don't understand why on the PCB layout example the track that is connected the L2 inductor is 762µm thick while the thickness of the pcb is 0.8mm?
2 - To have...
Hi,
We would like to know whether below programmers can be used to flash both NRF9160 application image and modem image. Also whether any command line support is there....
I'm using SDK 15.2 I'm trying to read two separate events configure in two separate pins ( PIN_1 and PIN_2 ) with two different handlers ( handler_1 and handler_2 ), like...
Hi
This is about missing information about current consumption for the GPIOTE peripheral in the v1.0 product specification for the nrf52840.
See section 6.10.5 it is empty...
Hi guys, I am trying to get Mobile network time and date using the NRF9160-DK 0.9.0 with the supplied iBasis sim card (in Switzerland) For this purpose I have executed the...
Hi !
I would like to implement UART on EVA board using MBN52832 SDK. Example usbd_ble_uart uses one UART for LOG printf. Please tell how to implement another UART on that...
modem fw v1.2.0 ncs v1.3.0 custom board
I'm trying to make a one-shot GPS app without assisted data by modifying gps sample app, and doing field test, but have an accuracy...
Hi, newbe here, using Segger Embedded Studios, two nrf52840 DKs, SDK 17.0.0, and a whole lotta enthusiasm! I am developing a custom solution based on the ble_app_uart (central...
Hi Nordic team,
One of our customer try to request the (T3324 = 2 secs) and (T3412 = 20 mins) but the +CEREG notification always return 11100000 for T3412 which is disabled...
Hello all,
I tested adc example code. And i want to change this code with our requirement. But in example code, i am getting alternate values on fixed voltage.
How can...
I continue to successfully upload the Blinkey app via DFU. However, when I attempt to upload my development app it does not start. From what I read it has successfully loaded...
Hi
I am test the DFU function in nRF52840. I want to add a timer to the bootloader to generate a one-second sleep action. But when even I have not started to use the timer...
After enabling both the Macro MESH_FEATURE_RELAY_ENABLED and MESH_FEATURE_GATT_PROXY_ENABLED as mentioned in this link ....
Does the proxy and relay feature work for light_switch...