In mesh example project “dimming_server”,I have added functions: mesh serial, SAADC(use ppi) and compie pass.However,when debugging,an error is happened in the function"nrf_drv_timer_init...
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...
Hi,
We are currently in development of an IoT solution using the nRF9160. We are doing a set of EMC tests to ensure electromagnetic compatibility of the device. The test...
Hello,
I am trying to transfer a signal sampled on AN0 (P0.02) at 16kHz via Bluetooth using an ATT MTU of 247 and a 2MBPS PHY speed. The basis project used is examples ...
Hi, I am interested in using the NRF91 in our new products. So far I have modified the Asset_tracker example to send my custom data instead of sending the "sensor data". The...
Hi.
I have a question related to the Zigbee SDK's "On / Off Switch" example.
Studying the example, I cannot understand how to activate the "light_switch_send_on_off" function...
I'm trying to find out if the nRF52840 has the features needed for a new product. We need to be able to do the following from a Windows 7 or 10 program: scan for nearby BLE...
Hello,
I'm working on a project that makes use of both Bluetooth Service UUIDs like BAS and customer Service UUIDs. In the Bluetooth CCSv7 at Part A, Section 1.1, I found...
Hi,
our application is nearly finnished now, but I noticed, that after adding the secure_ble bootloader, the program enters the bootloader at poweron, then enters my application...
Hi, I got the schematic of thingy:92.
Now I have a question about netnabel: IF_SWD.
IF_SWD is connected to three nRF52840 GPIOs.
if the CTRL is high in IF_SWD, IF_SWD...
Hello,
I'm trying to use the USB MSC to show up as a file system, transfer the file into RAM, and send the file via BLE to an Android phone. This is with SDK 15.3 and S140...
Working with Fanstel BT840 module we have discovered that ADC channel VDD reads as zero or produces small mV level result. nRF52840 chip revision on these modules is QIAA...
Hello everyone,
i want to send a 16 Byte datapaket from a peripheral nRF52840 DK to my iPhone. (S140 SoftDevice) Im looking for an example who sends datapakets from peripheral...
Hello everyone,
I have a device with a custom service including 3 characteristics and another device with 4 characteristics (same 3 chars as the first device + 1 new). ...