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,
My firmware is based on the ble_peripheral_HID_mouse (nrf52 DK, pca10040e_s112). I receive unexpected BLE_GATTC_EVT_HVX events of indication type from Client side...
Hello, I am using nrf52840 dongle for development purpose whether there is any provision to generate the code which is used by nrf connect for desktop from the app or by any...
Hello, everyone.
I'm dealing with an example of a sensor in SDK v14. I've checked it's working and now I'm going to put it in the code I made in SDK v17.
Code must be...
What happened to SDK 7.0.0
It is no longer available for download.
I assume some problem was discovered, so it should not be used any longer, at all?
Any help a...
Hello,
For clarification I use the nrf5_SDK_for_Mesh_v2.1.1. and the nrf52832.
I'm trying to scan for Ibeacons in which I need to get the UUID, major, minor, and the device...
Hello,
I have intention to use NRF52840 as HW peripheral just for communications over BLE. It means, it will be connected to the main MCU and provide interface for utilizing...
I am using nRF52840 Dev kit (PCA10056) , with nRF Mesh SDK 4.0 and nRF SDK 16.0 .
I have such FOUR kits . I have been able to modify vendor model for a sensor to transfer...
Hello everyone.
I'm a fresher of programming nRF52833. I'm doing an application for my final project in my university. What I need is get the RSSI in order to analyse the...
Hello -
I am evaluating nRF52840 to replace the Bluegiga BLED112 in an older product. I am surprised to get very low range from the nRF52850 USB dongle, barely 10-15 feet...
Hi, NordicTeam
Nrf52805 as slave and mobile phone as master to connect slave. NRF_SDH_BLE_GATT_MAX_MTU_SIZE = 247, MTU = 23, the master sends the Prepare Write Request to...
Hi,
I'm developping a new application where the device normally is in low power (waiting button with an interrupt)
while(!gIsButtonSwitched) { __WFE(); }
the consumption...
Hi everyone. I have an application using BLE and OpenThread dynamicaly. I am working with nRF52840 chip with nRF5 SDK for Thread and Zigbee v4.1.0 (Release Date: Week 18,...
Hello, I am using the Zigbee CLI Agent as coordinator, and when a router device or end device joins the network I want to configure attribute reporting.
I am able to configure...
We are running a trial in an open field, where we connect NRF52840 ( GW ) to an NRF 52833 (Node ).
Distance between the units is around 80 meter , we are using Coded Phy...
Hi Nordic team
I tried AWS FOTA and Nordic FOTA at nrf connect for cloud. It did work well.
We now want to set up our own cloud. It's neither AWS cloud nor nrf connect...