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,everybody!
When i install master control panel 3.10.0.14, i can't find nrf.exe in " C:\Program Files\Nordic Semiconductor\Master Control Panel\3.10.0.14\nrf ". Only nrfutil...
Hi,
I have been using the nRF52840 Dongle for at least three months without any issues. First, I implemented my project on the nRF52840-DK, then easily configured it for...
Hello,
In my code, I would like to use the power_down_unused_ram () function. I included the ram_pwrdn.h file but the build returns with undefined reference to `power_down_unused_ram...
Hello. I want to the use pwm_library example for setting a PWM on a GPIO. It works well except that the initial state of the GPIO is high for about 230us before the PWM starts...
I am in the process of adding LE Secure connections to our project and am having trouble and receiving lots of errors while attempting to Makefile it. We added nrf_ble_lesc_request_handler...
Hello,
Developing an application where we want to use CAF but I cannot get it to build properly. I have created a minimal example that does not work locally for me. Following...
The nrf52840 defines 4 pwms. Attempting to enable pwm1, pwm2 or pwm3 using pinctrl through a device overlay results in build errors suggesting there is something wrong with...
Hello, we currently use nRF52832 in our product. For the next generation of this product, we are hoping to upgrade to a new module that uses nRF52833. However, this is only...
We have a well-vetted software environment what uses SDK 15.3.0 and softdevice s132. We are considering adding ANT+ to our environment, which as I understand requires that...
I am in the process of bringing up a custom board with an nrf5340 and a FUSB302B USB-C PHY-controller.
As a driver for the FUSB203B, I am using this project as an OOT-module...
Hello
Due to some reasons we need to use external antenna and RF cables.
What is a part number of the antenna that can be connected to the J1 RF Antenna connector?
We...
Hi,
I am implemented the uart functionality, I'm getting below issue.
[00:00:00.445,526] <err> Throughput: Failed to set UART callback (err -88) [00:00:00.445,556] <err...
I want to use LPCOMP in nrf52832 to detect a rising edge of voltage. And my code is:
I set the reference as NRF_LPCOMP_INPUT_1 or NRF_LPCOMP_REF_SUPPLY_4_8, the event is...
I am running on openthread demo: ot_cli on its low power mode by building with low_power snippet.
As document says, it will automatically suspend UART operation when low...
Hi,
I'm trying to use to gpio pins in order to wake up a system from sleep mode.(PIN1= P0.24 PIN2 =P1.1 )
If I use the GPIOTEs separately in my project, it works and sytem...