Hello,
i'm working with my own board with the SD V6.0 and nrf51822 chip id QFAAG0. Already works fine.
Now i switch to the new SD V8.0. The SD V8.0 is programming with...
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,
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...