What is the official status of the Softdevice Serialization for S130 in SDK 9? I could see an older answer on how that was removed in SDK 8 but since almost half year has...
Hi
The documentation for the new feature in S110 v8 to change the gatt table size says that to change it the linker configuration needs changing .
This means it is a...
I used to be able to see my development kit in nRFgo studio and flashed S110 onto the chip. Now all I see is: "No boards connected". I am still able to flash programs onto...
Hello,
I have an iOS application communicating with a custom device having a nordic 8001 chip.
They have established a bonded relation. In nRFgo Studio, in Security...
Hi there, thanks for your help in advance!
I have tried the nrf51-ble-ancs-nus sample from github and making it work on a 51822 EK board, i.e., it can receive notifications...
I try to use hcidump, capture CSR dongle on ubuntu14.4.
I can find SDK8.1.1 s110 keypad demo create connection fail.
HCI Event: Command Complete (0x0e) plen 4
LE Set...
I want to experiment with recording observations of the beacons with raspberry pi's.
Is there any precompiled firmware I can install on the nRF51822 smart beacon...
Hello,
I have 2 questions:
1. Could you tell me the current consumption of a nRF52832 running RTC with external 32 kHz crystal and no RAM retention? Is it 1.9 µA?
...
Hello,
I use nrf52840-dk as central_hr and nrf52833-dk as peripheral_hr, examples from NRF Connect SDK.
It works well, but I want to implement reading Device Information...
I got following error when use the Command Prompt feature
After i run "ncsmgr init-ncs" from bash, it shows
$ ncsmgr init-ncs Checking out NCS v1.6.0 ...FATAL ERROR...
Hi,
I'm developing with 52840 DK, trying to add peer manager to another project I've modified from ble_app_uart (basically I've added saadc, SPI, USB and I2C module based...
Hello
I was setting up the nordic thing 91 (1.4.0, 2020.23) using this video https://www.youtube.com/watch?v=xQ7hDzRULJQ&ab_channel=NordicSemiconductor .
Things were...
I'm starting to design a custom board around the NRF52820 using a 3.7v battery and there is no reference circuity for VDDH using Battery/Ext. regulator. Any tips on what I...
Hi,
We are in the process of evaluating coded phy transceiver for our next product. The product is a IoT node which will send sensor data to centralized gateway and will...
I am using nrf_drv_twi_rx to initiate an I2C read transfer but the interrupt isn't fired for the RX transfer when the ulTaskNotifyTake is used, but seems to work without ulTaskNotifyTake...
Hello, I am making a system with 20 peripherals to a central base on nRF52840. I followed the firmware."ble_app_uart__saadc_timer_driven__scan_mode" from NORDIC playground...
Hello, i I am designing a prototype, the goal is to be able to control a small engine. This engine will be activated when a message is received in MQTT. I currently succeeded...
Hello, I developed for my customer, a ZigBee coordinator in last 2019, using nRF5 SDK for Thread and Zigbee v3.2.0. I have now two questions: - is ZigBee 3.0 supported by...
I'm currently working on the nrf52832_qfax_dcdc pcb after adding a few components. I need to route to pins p0.22, p0.23 SWDIO and SWDCLK but am unable to route away from the...
Hello,
I noticed that publishing mqttsn messages with a payload larger than ~255 bytes caused an error in the mqttsn library. I think the problem comes from this definition...
I am developing an app for the 51822 with 16KB RAM, which is supposed to integrate the buttonless DFU.
I have attached the whole hex of the merged application+softdevice...