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.
How do i do ble_app beacon advertisement to one device(Android phone) whose bluetooth address is known ?? I want that beacons should only be seen in nrf_connect app of...
I'm using nRF52 DK, mesh SDK version 2.2.0
I want give demo of the Light-Switch example application by forming network through mobile. I found that through mobile application...
We recently purchased the nRF6700 and nRF24LE1-F16Q24-DK from Mouser Australia. The Getting Started Guide is completely misleading (totally out of date). e.g. No product keys...
Hi guys,
I just wished to quickly clarify the ordering of notification/indication behaviour on SoftDevice S132/140.
If I were to post a notification then immediately...
Hi,
I was trying to get SAADC readings from AIN0 to AIN7 and also from VDD but I'm getting strange results. There is nothing connected to the pins but the measured value...
Recently I have encountered a software hanging issue on one of our products. It was based on nRF52840, with FreeRTOS (Thread SDK v1.0). The issue was apparently related to...
My application needs to keep time and support local time as well. I have implemented a service that allows setting the epoch seconds as well as a local timezone string. With...
Hello, I have an issue with the init packet on SDK13.1. i used nrfutil to generate the .dat and .bin files that i read with Hex editor to transform then into byte arrays....
We've purchased the nRF6700 (nRFGO Starter Kit) and nRF24LE1-F16Q24-DK (Dev Kit) from Mouser Australia.
Both products arrived without Product Keys - so can't download any...
Hi all,
I am using the S332 softdevice for dual ANT/BLE stack in SDK v14.2 bundled with bootloader_secure_ble, which was apparently power optimized in SDK v15.0.0 (see my...
I have made a custom board based on the raytac NRF52840 module (MDBT50). When i load in the USBD CDC example (SDK version: 15.2), The device is not detected. There is no output...
Hi, I would like to build a mesh network with ANT so I tested the ANT scan and Forward example for nRF52832. And the current consumption is around 5mA, is this current normal...
As in the title, I installed 64bit nRFgostudio, however it crashes just after opening with the log below. It opens fine when I do not have my Thunderbolt 3 docking station...
Hi,
How can I send message from servers other than 0x105 and 0x106 to client?
I receive status message in client from servers 0x105 and 0x106.
I can send message to...
I'm trying to use the SDK 15.0 saadc example with a potentiometer on AIN0, and I'm getting weird values. Left pot pin connected to VDD, right pot pin to GND, center pin to...
Hi Nordic:
I want to add some rtt log in the bootloader code, so I make bootloader flash start at 0x77000, size is 0x7000, and my application's FLASH_PH_SIZE is 0x77000...