if the issue can be worked ,how to do that with android source code? the 2 ble pure devices (not android phone) connect with a ble android phone.
please check below, the...
Softdevice Version: 8.0.0
SDK: 9.0.0 IC:
NRF51822 Rev 3
service: NUS ANCS
When the application is not downloaded, the bootloader is working.
After serial bootloader...
We're looking for a few (2-3) savvy OS X users who might be interested in trying out Xcode to natively develop code for the nRF51/52 BLE SDK's. This build method does NOT...
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...
Hello I am using sdk17.0.2 and nrf52840.
I used nrf52832 to combine ble_app_uart and crypto_aes_ctr codes. And now I'm going to move the code to nrf52840.
However, there...
Hi! I made a custom board with an external flash memory that communicate with nRF52840 through QSPI. I have some boards that works very well, but i have someones that freeze...
I am trying to connect XBee 3.0 Zigbee to a Nordic USB dongle (PAC10059) which has the nRF52840 chipset.
I have been watching the traffic on channel 16 with a CC2531 sniffer...
Hello,
I've gotten the sample AWS FOTA to work on my nrf9160 using a very permissive public S3 bucket, but for production I need FOTAs to use a private S3 bucket.
According...
in fact the error that i posted is related to this file and exactly to the bloc in grey on nvic.h file
" C:/Users/rzaafouri/ncs/v1.5.1/zephyr/include/arch/arm/aarch32/cortex_m...
Excuse me
Prorammmer app in nrf connect for desktop Prompt no device available when I connect thingy91 to PC with mirco-usb cable,I want to update modem, certificate and...
Hi everyone,
We design an application using the nRF52840 and SDK16. This application is intended to be used for gait analysis and one of the requirements is a real-time...
Hello,
I'm trying to initialize the values of all my attributes using sd_ble_gatts_value_set . According to the documentation, the connection handle is ignored if the value...
Hi,
I unsecured my device and running it with JLink RTT to observe logging. If I program uicr registers during this process, the devices gets secured and I have to redo...
Hi,
I'm BLE-sending out Sensor values using a nrf52832. When the sensor gets a (new) value an interrupt is generated and the nrf then transfers the value in the gpiote inerrupt...
Hi. I have read the documentation and I have a couple of questions:
What makes work different mesh_gatt and nrf_ble_gatt? Why can't they work together (maybe it's because...
hi professor,
I add the CONFIG_NO_OPTIMIZATIONS=y but ble connection timeout In my pheripheral project .When I delete CONFIG_NO_OPTIMIZATIONS=y, the ble will connection...
Dear Nordic Team and Community!
I have again a question concerning advertising. Currently I am working with the devices nRF52840Dongle (Advertising, S140, 10059) and nRF52840DK...
Hi, I'm using nRF52805. My "1 button to turn ON/OFF system" code works perfectly fine on nRF52 DK.
However, when I migrate the code to nRF52805, Segger shows me an error...
Before exploring the Zephyr ecosystem, I plan to study in detail the periphery of my microcontroller (nRF5340).
For this purpose, I plan to try examples from nRF5_SDK_17...