I am writing code to get a nrf52840 DK to associate with an existing 802.15.4 coordinator using the 802.15.4 API module within SDK 15.2.
I've called "mlme_scan_req" and...
Currently, I am able to use Mqtt Publisher or Subscriber with only one Nrf52 device. I can ping to the device with link-local address.
I am using Nrf52832 with SoftDevice...
Hi everyone,
After days of figuring out how CMake works, I try to write a CMakeList.txt myself, and decide to put my progress on this community. Right now, using CLion with...
i am using nrf 52832, i got SAADC example code from sdk. that code done by using timer. i could not understand timer section. Is available SAADC simple example code without...
Hello everyone,
as indicated by this question https://devzone.nordicsemi.com/f/nordic-q-a/35692/adding-nrf52-dk-to-github-mesh-demo-for-thingys/138327#138327 I am trying...
This is both a general tip for users and a question; does anyone have good success with the LIS2DH12 double-tap feature? The 3-axis accelerometer works well but the use of...
When create 128byte length's CHARACTERISTIC and read with NRFCONNECT on Android. NRFCONNECT returns GATT_READ_NOT_PERMIT even though sd_ble_gatts_rw_authorize_reply() completes...
Hello Team Nordic,
I have a strange problem with the UART:
I am using nRF52840 with two UARTs: UART1 for Debug-Terminal and UART0 for communication with a GPS-Module...
I have developed a code for transferring data through uart to ble. It is working properly. but when I add a line printf to my code the data transmission stops and ble will...
Hello, I am trying to use the Legacy TWI Driver in SDK 15. I have setup my my sdk_config.h file to remove all references to NRFX (New TWI Driver). Only enabling the "nrf_drv_twi...
Hi!
I have download nRF5_SDK_14.1.0, and I have IAR Embedded Workbench IDE ARM 8.20.1
I want compile ble_app_eddystone.eww from examples, but have error:
Error[Lt009...
I'm looking into the use of the nRF52840 as a light switch/dimmer for a Philips Hue system, but have been running into issues with getting connected to the Hue network. I...
I know there have been many posts on this forum regarding a similar issue, I have spent a whole day reading them and trying to get this working, to no avail.
Basically my...
After nRF52840DK is flashed with open bootloader project through J-link ( usb port J2 on the short side of the board), nRF connect is showing the following interface when...
After reviewing this thread https://devzone.nordicsemi.com/f/nordic-q-a/53743/zigbee-sdk-on-top-of-freertos I managed to get FreeRTOS working with ZigBee and BLE using the...
On the development boards, the JLink OB stops working after 24 days and needs to be disconnected to work again.
This affects at least the USB UART endpoint, but possible...
I have seen some situations where putting the modem into offline mode (CFUN=4) will cause my application to lock up because the at_cmd never returns. It looks like this is...
Hi, I am using Mesh SDK 4.0.0 and have couple of nRF52840 dev kits.
1) In light switch server example of Mesh SDK, is it possible to add more on_off data types to the server...
Hello I am trying to develop an application for advertising in SLOW mode.
Here is my Advertising Init function.
/**@brief Function for initializing the Advertising...
Can somebody help me out the reason behind below failure on thingy 91. I am building asset tracker example using west on command line. Following is the logs that i got after...
Hi,
I am working on the Thingy91 and trying to set up an event when the USB power state changes (USB cable w/power is plugged or unplugged). For now I will just blink...