Ok so here is the issue. I was trying to build a simple application which is described in the tutorial for characters. After building an advertisement and understanding the...
I was working with IAR and SDK10.0 before. For some reason I have to transfer my project to Keil and SDK9.0. My program worked well for the old settings. While keeps got NRF_ERROR_SOC_NVIC_INTERRUPT_NOT_AVAILABLE...
Currently we are considering whether we should use external Flash Memory or NRF52 Internal Flash.
External Flash memory has a lot of drawback in comparsion with internal...
Suppose there are 10 BLE peripherals in a room and one BLE Central,then is there any way i can get the list of available peripherals[name or id.. etc]?
I am using NRF5182...
I am using SDK_11 s130 on nrf51-dk. When err_code is any value other than NRF_SUCCESS, APP_ERROR_CHECK(err_code) will cause nRF51-dk board to reset. How can one get APP_ERROR_CHECK...
Hello All,
I have problem with ble_app_uart which are not support DFU services.
When I am implement both services device will not advertise. and when ble_nus uninitialized...
[symptom]
I want to update my application/bootloader/softdevice by DFU.
Steps are shown below.
bootloder/softdevice update
if 1 step is done, application update...
Dear all:
Customer products in normal mode, BLE works normally, all functions are OK. An error occurred in DTM mode during authentication. Procedure The failure status is...
Using the SDK 15.0.0 SPI example (master) to send a single byte.
Sending 0x00:
Sending 0x01:
Sending 0x02:
Sending 0x04:
etc ...
Sending 0x7F:
In all the...
I am working on a module MS12SF1(nrf7002 + nrf5340) module. I am getting uart data from another device to this device through uart. Earlier when I configured uart to its by...
We have some custom hardware that acts as a peripheral, and currently has the advertising data packet set up as follows:
BT_UUID_SPD_SERVICE is our custom 128-bit UUID...
Hi.
We moved to version 2.5.2. Here we encounter some problem with data mode. Sometimes we don't get response of exit from data mode.
We publish data, after we send "...
Hello Everyone,
I wanted to ask if there is a way to use SonarCloud for analyzing a firmware based on the nordic toolchain v2.5.2, I understood that I have to set up the...
The MDS service supports the chunks through Bluetooth GW. in reality this is not of much use in real scenario. So is it possible to upload the chunks directly to memfault...
I am running the demo of "nrf-knx-iot/samples/light_switch_actuator" on my customized board based on NRF52840.
I could burn the light_switch_actuator firmware into this...
I posted my configuration in a separate discussion .
Calling this method works when CONFIG_BOOTLOADER_MCUBOOT=n works. But as soon as we flash an image with MCUBoot enabled...
Hi Support Team
We add below code to the while loop in the main.c file of NCS sample https_client to post data to server. But it can not recover to post data to server...
I'm trying to import the native libraries to Xamarin forms, I need for the FirmwareUpgrade section of the iOSMcuManagerLibrary. I compile the example project correctly and...
Hi,
I'm using the NRF52805 with the QDEC.
As far as i saw in the datasheet, the QDEC suppose to take about 5uA But when i operate it is takes about 500-700uA !!
...
Hello,
We need to use some fixes that aren't released yet in a version yet. Specifically, an MCUBoot fix: github.com/.../303
Is there a guide as to how to use forked version...
If I purchase a Zigbee endpoint device off the shelf (for example an SOS button) and I added to my nrf Zigbee network(routers and coordinator and other endpoints I have developed...
Hi,
I am trying to use BLE time sync code and it seems working well with 16Mhz timer and rtc as well.
Here is the previous ticket.
One thing I noticed is about...