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...
Hello. I recently bought this nRF51822 module www.ebay.in/.../252563375286
And I have a nrf51 DK PCA10028 with me. I am tried to upload codes to the module following the...
I'm prompted to select the target device for a new uVision project. As far as I've found so far, they both are the larger memory variants (256KB).
segger.com/jlink_supported_devices...
Hi,
How can one calculate the distance between two beacon based on RSSI values?
How can one find location based on RSSi values of the beacons ?
What are short comings...
I tried the Bjørn's code : devzone.nordicsemi.com/.../
I didn't make it... Could you help with a simple code you've tried for adxl345 ?
Thank you
Yassine
Hi Nordic!
On the radio_test example, the functions scanf and printf are heavily used, however, I haven't found where they are defined. This example is reading the data...
I really need your help regarding a problem. I developed my own pcb with nrf52 and verified it with your hw engineer. I just finished soldering and hooked it up with your...
Hi,
Is there any ready made app of NRF52 and NRF51 ( beacons), where beacons are communicating with the NRF52 and based on some nordic app for PC we can view that how many...
I have created a BLE peripheral device using nrf51822. I have used sdk12.0.0 with soft device 130 and I am using NRF connect mobile app to test my device.
When I connect...
Can I create Characteristic with Notification only, no Read, no Write
I can remove the //char_md.char_props.write = 1;
and only the Read and Notify Properties show up...
Hi,
I am totally new to NRF52832 chip and I want to use ANT+ in my sensor networks related project. I am using keil compiler and S332 softdevice (I am also using BLE therefore...
Hi,
I am working for the first time with NRF52832 flash data write. I have (ANT + BLE) application and and I basically want to save the data in ROM in order to keep it saved...
Designing a custom pcb, we have a few questions, and maybe you could help a little bit.
On this Nordic design ,before proceeding to layouts :
Can I skip pins 45/46...
So im trying to create a generic library to test any Bluetooth device. So far i can connect to the device but since i dont know what are the services and UUID available im...
Tried Flasher Portable Stand-Alone Mode with J-Flash 6.14 as following:
Create .jflash Project for nRF51822-QFAA
Open Data .Hex File
From J-Flash, select Target...
Hi,
This is obviously not the first question about this, but I still haven't found the answer I need here...
I would like to make a kind of serial to BLE gateway on...