Hi everyone,
I'm working on the nrf51822 chip and using S110 stack of SDK 6.1. Everything is fine for IPhone5s. The proximity example is running on the nrf51822 device...
I have used your example of a bootloader nAN_18. I can create a basic program, with new firmware, and also load my new bootloader program at the high end of memory.
My...
Hi,
I'm developing some projects with the nRF51822 chip and I am not able to debug them successfully any more. However, I have previously debugged correctly some projects...
Hi,
We've been seeing an intermittent connectivity issue in Yosemite in discovering BLE services, namely scanForPeripheralsWithServices does not return anything. The same...
Hi there is a problem in github.com/.../nrf51-UART-examples
any one can help?
I put empty loop in main, and comment off all ble related int. and I process uart_evt by...
Hi,everybody!
When i install master control panel 3.10.0.14, i can't find nrf.exe in " C:\Program Files\Nordic Semiconductor\Master Control Panel\3.10.0.14\nrf ". Only nrfutil...
Hi,
I want to disable the UART of MCUBOOT to reduce power consumption. I searched in the DevZone and got the answer as below.
I followed the answer above, and created...
Hi there,
For the nRF5340, I read it support the Zigbee . So I just wanna know does it support the Zigbee frequency band in China, which is 780M?
Thanks,
SDK: 15.3.0 SoftDevice: S132 Device: EYSHJNZWZ (nRF52832)
I know there is the following documentation. ・ SEGGER Embedded Studio Reference Manual : https://studio.segger...
Dear all
I'm using the SD s140 and nRF52840 along with one of the latest SDKs (17...). Everything works fine, I'm able to start advertising and connect, but from time to...
As the title says,
I combined the TWI function with the ble_app_uart example and the three i2c sensor communication was successful.
However, when I added SPI to develop...
Hello, I'm new to nRF Connect SDK.
I managed to add the blinky example to build. I added a custom board.
There is a prf.conf project file with just CONFIG_GPIO=y I'm now...
I'm trying to get the device ID of the lis3dh accelerometer on a Thingy:52
nrf_drv_twi_tx returns 3 as an error. This means NRF_ERROR_INTERNAL --> "If an error was detected...
Hello, when i try to flash my card, (nrf52840) in visual studio code i have those errors
ERROR: The file specified is not a valid hex file, has data outside valid areas...
I am trying to build an application that can switch into MCUBoot's serial recovery mode and receive a new firmware image over the serial port. I'm using NCS 1.7.1 through...
I'm using the nrf9160dk (ns). I started an application based on the SIMPLE_MQTT sample. At first, every this worked. I added my one MQTT client with a different set of buffers...
Hi,
The LE Secure Connections Multirole Example is automatically requesting a pairing/bonding.
Why is it not first just doing a connection and requesting the numeric comparison...
I cannot locate an app in nrf connect for the desktop. What can have contributed to this? Can it have a relationship to the network?
Thank you for your help.
I'm doing some experiments with the nRF52840 and SEGGER Embedded Studio. I'm quite new to C but managed to get desired results using and changing the examples. I'm now trying...
Unable to configure hCI Uart project in Segger Embedded
I need to configure the HCI_UART project to support DTM testing, but I cannot enable the configuration parameters...
Hi
We are a group of students working with the nRF9160dk.
We want to try connecting the nRF9160dk to google cloud and send data through MQTT.
We have tried to follow...