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 there,
I cannot find a good example of one central and one peripheral, where they use a passkey between them, with one of them, the peripheral, is where the user type...
i am using ble central example from sdk15.the peripheral i want to connect with Nrf52832 is not a Nordic device.Peripheral have 5 different services.now till i successfully...
Hi Nordic,
I am using Segger IDE on windows 10 to verify the mpu9250 functionality based on nRF52832.My doubt is that do we need to have two interrupt pins i.e., one for...
Test environment:
Mesh SDK: V2.2.0 example ‘proxy server and ‘serial’
Development kit:PCA10040
Computer: Window 7(X86)
Other tool : Power supply
Test Description...
On Linux, I am following the instructions in the nRF Connect SDK (very helpful, BTW).
At the step 3, Download SEGGER Embedded Studio, it says download Nordic Edition of...
Hi all,
I am wondering if devices cache received messages when it has a Time to Live (TTL) value of 0. Since those messages have never been relayed, you will only receive...
Hi,
I have implemented the Master Serial DFU to send my bootloader.bin , application.bin file and Softdevice.bin files.
I'm facing with updating these file.
I want to...
I'm using the nordic android scanner and ble libraries for my BLE implementation. I was hoping that using these libraries would handle some of the issues I'm running into...
Hello to everyone.
I´m trying to make a project in my SDK nRF52 with the nRF52832 microcontroller, I have Windows 10 and I´m usinf Keil uVision v5.26.
I´m interested in...
Hi,
I am using the light switch example with the mesh SDK version 3.10
the provisioning is done with NRF Mesh application (android phone)
1. is there easy way to get...
The table under 5.4.4.3 in the datasheet for the nRF52840 lists the shunt capacitance for the LFXO as 2pF max
C0_LFXO (Shunt capacitance) 2pF max
What is the risk if the...
Well - Where shall I begin? The more I look around on the web the more confused I get.
I need to create a Connection betwen a PC running Windows 10 and a sensor device server...
Hi,
I have setup TWI peripheral for async transfers via IRQ and callback. After firing the transfer operation, I feel uneasy about having no control until the interrupt...