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...
I am a new engineer working with nRF52 and SDK 12 using Makefile project and arm-gcc. I wrote some simple code to try TWI Master and control a i2c slave device. My question...
Hello I just bought
SKYLAB bluetooth accelerometer sensor SKB360 bluetooth low energy nrf51822 bluetooth 4.0 low energy module
skylab.en.alibaba.com/.../SKYLAB_bluetooth_accelerometer_sensor_SKB360_bluetooth_low_energy_nrf51822_module_bluetooth_4_0_low_energy_module...
Hi,
Im trying to wake up from SYSTEM OFF using LPCOMP.
Im using the following code to power off:
nrf_drv_lpcomp_config_t config = NRF_DRV_LPCONF_DEFAULT_CONFIG;
...
Hi,
I am working on a Beacon application based on nRF52 DK and Eddystone protocol. So i am searching if there is already some examples/SDKs from nRF which supports both...
Looking for document or u tube to program nrf52832 using tag connect (6pin noleg) and nrf52 DK. Have the hex program and put it on the nrf582 dk. need to take to the next...
We have identified a possible transient fault condition in which a voltage in excess of VDD can be applied to an I/O of the nRF51. VDD is 3 V and the excess voltage would...
sdk_resources.h does not compile with c++ in SDK12.
The _cplusplus guard only begins if ESB_PRESENT is defined. The guard should either be moved above or below
#ifdef...
Hi,
do you have any tutorial for contiki on windows based.
no matter which platform you are using.
i am using the ecilpse with cygwin toolchain in ecilpse.
i follow...
Hi,
I'm trying to compare current consumed for different sets of commands mainly with floating point operations in them. As they execute fast, I'm putting them in a loop...
Are there any plans to add write capabilities to the NFC driver? The hardware supports it, but the library provided by Nordic does not (as far as I know). Are there any plans...
I started evaluating the nRF52 using Keil and everything worked great. However, I switched to developing in IAR because I have a full license. I'm using the same code (ble...
Hello Nordic,
I just read the news from may about the arduino primo and i am really exicted!!
I have been tring to decide between arduino due, or some complex ensemble...
I'm developing an application on a custom nRF52 board. I have no problem to program the board with Keil. However when I try to program the application with the nrfjprog, the...
Hi all,
I have been porting a project from SDK 8 to SDK12, andi have ported one of the services, however when i add a characteristic it throws
:ERROR:From File error...