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...
I am having a similar issue to the person in this post where the wake from deep sleep on an interrupt sometimes works and sometimes doesn't. But for me, it's very consistent...
Hello,
I know this question has been asked a lot. But I haven't found one that matches exactly. I'm trying to flash a custom PCB with an nrf52832. I'm using the on board...
Hi,
I am trying to get a simple LED blinking using a timer, gpiote and the ppi. So the Idea is:
Timer compare event -- PPI --> gpio toggle. I am using the nRF connect...
HI,
I am developing an application which requires BLE connection. I am concerned about the energy consumed by the device during the connection.
I understand that once...
Hello,
I'm just starting to use Asset Tracker V2 from v1.9.1 and it appears that it is missing some device info such as version, carrier and other on the Device Information...
Hello,
I'm trying to send a custom reliable message between two nRF52840 DKs, using the nRF5 SDK for Mesh v5.0.0 and nRF5 SDK 17.1.0, by modifying the light_switch examples...
Up to now I referred to the name of the tag from the west manifest to know the zephyr release. So I assumed that the v2.7.99-ncs1-1 tag was from the zephyr 2.7 branch until...
After executing nrf_libuarte_drv_rx_stop(), nrf_libuarte_drv_rx_start() will produce an error.
In nrf_libuarte_drv_rx_start() t his line in nrf_libuarte_drv.c (Line 625...
Hi ,
i am working on nRF52833dk board. here am running sample example from sdk. i.e. peripheral_lbs example. my query is whatever the Bluetooth api it is calling inside...
Hello,
In my project i am using ble_app_template example of SDK version 17.0.2 i need to send some data to device nrf52810 from the nrf mobile application. so i have tried...
Hi all,
I'm trying to connect an ESP32 with an nRF52-DK (nRF52832) through I2C. I'm using the ESP32 I2C Slave example ( https://www.arduino.cc/reference/en/libraries/esp32...
I am referring to the documentation for the UART async API when developing my application: https://docs.zephyrproject.org/latest/reference/peripherals/uart.html#uart-async...
I am having a number of problems with the nRF extension actions .
1) Pristine build does not seem to be building correctly as I have a ovelay file shown in the build section...
hello Nordic
i work with nrf52840 with zephyr 2.6.9 (ncs 1.7.1)
in ncs in zephyr/drivers/pwm/pwm_nrfx.c, in function
pwm_period_check_and_set
there is the following...