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...
Hi,
I am sending data from Android phone in every 200 ms to nRF8001. But sometimes I found there is a 50 ms or 100 ms delay. It looks like nRF8001 spending some time in...
Hi,
I'm trying to build the ZigBee light bulb sample on nRF52840 dongle.
It compiles. 1 LED blinks, and the other 2 are steady, which supposedly indicates that the dongle...
We are using an nrf52833 with the nrf21540 FEM and are getting a fault. Even with a basic BLE example, we are getting this fault. When we use a board that does not utiliize...
I need to detect the VCC voltage on the nrf52833 on power-up and wait till it slowly ramps up to 3V. Is there a way to do this using the Power-Fail Comparator. I found another...
I am using an nrf52833 with both 32.768 kHz and 32MHz external crystals (identical to the DK). When I go down to -30 deg C, the uart stops working. I believe that this is...
Hi
I'm trying to use the nRF Cloud Provisioning Service with the nRF Cloud multi-service sample in SDK 2.6 on a nRF9151DK.
I have got the token from the device using AT...
Hi,
Do you have sample ios reference code for app that I can start developing?.
I have been searching the web and couldnt find a good example. basically for updating firmware...
I use ncs v2.7.0.
I am evaluating to connect 250 nodes in BLE network . Each node sends BLE packet periodically for every 100ms.
In project sample, periodic_adv_rsp.c...
Hello,
I am running the SDK on Fedora 41 Workstation using VSCode (Codium) with NRF Connect SDK Extensions. Everything was working fine with v2.7.0 SDK installed using the...
I am having nrf52840 dongle,my purpose is to make it a peripheral device,enable gatt,change tx power through gatt.i uploaded blinky hex code(compiled in vs code ) to the controller...
I am using nRF52833DK, zephyr v2.7.0.
I want to disable hardware nRST to use P0.18 as GPIO.
What I did
Added to Kconfig : CONFIG_GPIO_AS_PINRESET=n
Removed : gpio...
I previously tested the peripheral_ams_client with iOS 17, and I could select the device in iOS Bluetooth settings to connect to it, however it appears in iOS 18 iOS is not...
Dear: We have product using nRF51822 with BLE to UART bridge between an app on the phone and the UART interface on the nRF51822 device. that include control command and OTA...
I want to implement a PWM up/down ramp that preferably runs with no CPU involvement. From the datasheet it seems I can do this by storing a sequence in RAM and having the...
Programmer tool v3.0.9 outputting the error - " Failed to detect device after reboot. Timed out after 10 seconds." After the user attempts to write a blinky hex file to a...
Hi,
My Development Kit is PCA10040, SDK_17.0.2.
I have builded the example code -> \nRF5_SDK_17.0.2_d674dde\examples\ble_peripheral\ble_app_uart\pca10040\s132\ses
in...