Hello,
I am facing an issue with SPI when the SoftDevice S132 is enabled and i cannot figure out what the problem is.
The following test works perfectly when SoftDevice...
Hello!
So I can connect, disconnect and write to my applications characteristics via a PyQt5 GUI I threw together. On the python backend, I use Bleak to
search for devices...
Hi, I am developing using nrf52832 and st7735s.
Successfully displayed the lcd screen using the code in \examples\peripheral\gfx
However, when screen clear, text_8print...
Dear friend I checked the data sheet of 52820 and I didn't see any LPCOMP peripherals. Check the data sheet of 52832, there are LPCOMP peripherals. Comparing COMP and LPCOMP...
Hi,
I am working on internal flash nRF52832 merged with twi sensor, my sensor function will return a string . How to assign the string to the my_data.p_data . i am getting...
Developing on the nrf51822
Have working code for the nRF52840 Dongle using the pc-ble-driver therefore all Bluetooth work is done using sd_* calls. The PC provides easy...
Hello,
I am working on the nrf52832 board. I am using the NUS example as the base.
For my application i need to send encrypted data from the phone i.e central to the board...
Hi
Tring to setup development environment using nRF Connect for Desktop ( nrfconnectsetup342ia32.exe), in Windows 7 host.
Used tool manager to complete all necessary necessary...
Hi,
we are using both system on and system off power mode in one of our application.
Sytem on : wakeup through RTC for an every 60 seconds once / GPIO.
System Off :...
Using nrf_mesh_sdk_4.0 and ble_sdk_16.0:
1.I want to load light_switch_server code on nrf_dongle.
2.And then take data from r-pi through usb of dongle and publish it over...
We have been using the nrf9160 successfully for several month. I'm currently upgrading our products to use the new modem firmware (1.2.0) and, together with that, to the most...
Dear All, I wonder if there is a way to empty a work-queue that has work items pending. Is there a way to empty the whole queue or is there a way to remove individual tasks...
hello Nordic
i added a watch dog to my code
i try to create an error by putting a breakpoint in the code (though i actually didn't start the ble scan which usually...
Is there an analog to the `BleManagerCallbacks.onLinkLossOccurred` method where I can receive a notification of when a central re-connects to its peripheral?
Are there any example code or API available in SDK of nRF52833 for AoA and AoD which can be use for direction finding ? i have read the white paper from Nordic semiconductor...
Hi guys !
I am working on SDK 15.2 and I have created a custom service thanks to this tutorial : https://github.com/NordicPlayground/nRF5x-custom-ble-service-tutorial
...
Hi The nrf9160 product spec 1.2 states that the number of times a 32 bit word can be written is 2. I have used the nrf52840 a lot and has a similar restriction but on seeking...
Hi,
In my project, there is a lockup issue like the title. (SDK 15.3.0_59ac345)
When I try to erase flash, some data (uart command for the device)comes up through the...
Hello,
The last ticket referencing this topic is 2 years old. I thought I would ask this question since we now have NCS.
Application is a Gateway that will support Zigbee...
I am trying to fun the LTE Sensor Gateway on the Thingy:91.
The boards are missing from zephyr so I copied nrf52840_pca20035 and nrf9160_pca20035 from ncs\nrf\boards\arm...