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 everyone,
I am trying to communicate among 2 NRF24L01+ modules using 2 ATmega16A microcontrollers.
My SPI communication is working fine as I am able to write and...
Heads up for anyone using the IoT SDK (currently 0.8.0). This SDK has the TinyDTLS-0.8.1 embedded in it... and I believe that there is a bug in the TinyDTLS CCM functions...
A new library/toolkit has been built that allows us to invoke the services of an nRF24L01 from a Java environment. Documentation and links to the Github project can be found...
Hello
I found a possible bug in NCS 1.7.0 which was introduced in PR #5353 .
1) False UNKNOWN event when disconnecting
The "invalid cell id" check leads to an false...
Hey
I'm using the softdevice s140 in my project (and the latest SDK 17.x).
I successfully enable the softdevice and am able to start an advertising (as peripheral). However...
Hi
The baseline current consumption running the azure_iot_hub is very high.
I'm using nRF Connect SDKv1.6.1. The sample connects and sends data to azure as expected. But...
Figure 4: Memory layout
Shows code RAM beginning at 0x0080 0000 but nRF52832 Engineering A Errata 33
"Code RAM is located at address 0x0800_0000".
Additionally 0x2100...
Hi,
I am developing a product based on nrf52840 soc as a central Bluetooth device. I want to connect to a Bluetooth device (as a slave) while it is advertising, but unfortunately...
Hello everyone, i'm trying to run the button sample with Pull_up on the pin P0.27 i did the wiring like below
power->VDD nrf-HV
GPIO->P0.27
i attached a resistance between...
Hi,
Does nRF5340 require any calibration in production line in terms of below items. If so could you share any documents on them
- Gain for the RF front end
- Crystal...
Hi, helpies
I am currently workibg on nrf52832 board and now there are some changes in the hardware and we are left with pin shortage,so we planned to upgrade to nrf52840...
Hi, I am implementing NUS which is based on example BLE_NUS & BLE_NUS_C. The connection is not 1-to-1 but 1-to-7. i.e. 1 Central connects to 7 Peripherals. Although ultimate...
I tried following the " Bluetooth low energy Services, a beginner's tutorial ", I ended up getting stuff to compile and run by making a copy of the ble_app_hrs example, and...
Can I write a J-link flash algorithm by myself? Is there any open source Flash download algorithm for reference? When I call west Flash --recover, I can skip the 4K flash...
Hi,
I am developing a product based on nrf52840 soc as a central bluetooth device. i want to connect nad pair to a bluetooth device (as slave) while it is advertising. ...
Hi,
I am developing using the SoftDevice s140 7.2.0.
I am trying to use the MBR function sd_mbr_command() to upgrade my bootloader with command SD_MBR_COMMAND_COPY_BL...
I followed all the steps from the readme instruction and struggle at:
## Compiling pc-ble-driver from source
Step 1. Install vcpkg dependencies is running succesfull ...