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...
Hello,
I am having a few problems when trying to check if the nrf52 is dfu mode with my python script.
For that i was trying to get the firmware version from the dfu...
On Mac OS X Big Sur using the nRF Connect 1.6.0 installation in Segger the documentation suggest that to add a new source file to a project one should right click the project...
Hello, I tried to run the following command on my nRF52832 today and it reported an error.
The operation before the error was: I enabled APPROTECT, and when my colleague...
Hi, I made a mistake while working with a custom board.
I run "nrfjprog --recover", which obviously clears UICR, and then I powered the board off without writing the new...
I have a custom board with 3 nRF52840 chipsets, 1 central module is connected to 2 side modules.
The central module communicates with each of the side modules using UARTE...
Hi!
There is an end device that measures the temperature. If I calibrate the ADC during initialization or immediately after startup, the program hangs. If I start the calibration...
Hi Team,
I am trying to make RTT in debug terminal instead of debug serial port i was add all rtt files in the project tree but it was not shown in cmsis configure wizard...
Hello everyone,
I am trying to implement ECDSA_P256 in my code by using the nrf_oberon libraries.
What I have to configure in order to use these functions?
Regards ...
I use nRF52810 SoC to forward data between BLE and UART on our product. So I initialize UART interface and set some GPIOs once enter the "main" function in my codes. But we...
Sdk: 1.6
Modem fw: 1.3
Hi,
I am testing the GPS + supl example on our custom board. I am sitting indoor close to a window so satellite reception is affect.
the example...
Hello,
I am Working on the nRF52840 custom board.
To drive the motor and buzzer I am using a PWM driver in that when I set duty-cycle 20 percent then the output of PWM...
Hi guys,
Using the PPK 2 board I have noticed that sometimes my device does not go into deep sleep mode between two tasks. I had to implement a lot of flash operations using...
Hi Team,
Currently we are using 52840 soc with softdevice s140_nrf52_7.0.1_softdevice.hex.
We want to migrate to 5340 for BLE 5.2 features, we would like to understand...
Hi,
I need the SAADC of the nRF52840 to do the following:
It should sample two channels as fast as possible for a certain time (or for a certain amount of samples)....
Hello,
I have tried to upgrade a working project from ncs 1.5.0 to 1.6.0, which used the shell + console + RTT. However, long commands (more than 16 chars) seem to be truncated...