NRF52840 support the long range bluetooth and BLE gateway SDK, look at here that RAK Wireless held a Beta and welcome the community to participate.This board with Cellular...
Good day!
Started to work with nRF mesh. And wanted to add ir_lib from this project to Generic OnOff example.
And Source navigator shows error: static_assert failed "unspecified...
You have dead links everywhere and no obvious location for the gcc command line tools. Where is this?
Here are dead links:
https://infocenter.nordicsemi.com/index.jsp...
Hello!
Our current project is bare metal and has logging over CLI. I'm in the process of setting up a new project of ours that uses FreeRTOS but reuses a lot of the same...
If some one else have trouble that the Nrf52840 Dongel do not mount using cdc acm on openwrt this will most likely help.
First number is the verdor id second is the product...
Hi,
I am using "asset tracker" project in nRF9160 DK.
I want to update asset tracker application through HTTP.
So i migrated changes of "asset tacker" in main function...
I have a simple TCP client application running on the nRF9160. After connection to the server, recv is called and writes the data over Segger RTT channel 1, where on the host...
Hi,
I am having problems with a custom board using pin 0.10 as GPIO.
I have added -DCONFIG_NFCT_PINS_AS_GPIOS to my makefile. Without that, as expected, I am unable to...
Hi,
In the latest infocenter page, see:
http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.0.0/lib_crypto_backend_micro_ecc.html?resultof=%22micro...
I am in the process of building software to drive a bare metal widget based on the nrf52840 - currently against the DK board. We have an in-house abstraction interface layer...
Would it be possible to add gatt proxy to the ble_app_uart_coexist example so it could be provisioned from the mesh app?
Or will the BLE uart service interfere with the...
Hello, I am using SDK2.0 for Mesh on nrf52840, I have not found any material related with low power mode support of nrf52840.
Is low power mode on MESH SDK not supported...
Hello!
I have been trying to make a wearable custom board. I have been trying to find some info about it but i don´t find anything useful. I have some questions. Working...
Hellou, I'm developing firware which is modification of light switch example. I have build in communication protocol, and when i receive coomand to remove nodes promisioned...
I recently downloaded nRF52840_PS_v1.0 and noticed a change in the register description for the SAADC RESULT.PTR (p. 365). A note was added that states... "Only bits 29 and...
Hi,
I have got two questions:
1) I am trying to write a code into nrf52840, and was wondering is there a specific SDK version to be used for the nrf52840 DK, or we can...
Hi,
I have used Nordik UART iPhone App code for our App development
Now till iPhone 7 App is working fine.
Now when I run App on iPhone X it is displaying log error...
I have a usb dongle with nRF51422 (PCA10031) and downloaded nrf sniffer software version 2-beta from https://www.nordicsemi.com/eng/nordic/download_resource/65225/1/90637756...
hi,
i am using NRF52832 DK, and sdk 15.0.0.0 ,,
i want make the central to work also as a peripheral...i.e whenever central is not working ,or ,central is not in connection...
I am evaluating the throughput of BLE communication between 2 NRF52832's, 1 acting as a central and 1 as a peripheral. I've modified the ATT_MTU Throughput Example, and I...
Gone through sdk 11.0.0 Experimental_ble_blinky application, i trying to assign one gpio pin in place of connected LED. what is it receiving when pressing on & off switch...
Hi,
I'm working with nRF52832 chip following the example "ble_app_beacon". I see the advertising packet is limited to 31 bytes only. However, I'd like to take an advantage...