I am trying to get a good handle on the difference in average power consumption between BLE point to point and Zigbee on an nRF52840. We have battery powered products and...
Hi, For my project, I need to design a BLE packet sniffer which scanning the 40 channels. Therefore, I need 40 dongles are connected to a computer that can read and transfer...
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...
Hello,
My thingy:91 is publishing its messages to nrfcloud (=to the corresponding AWS mqttEndPoint and topics/ I suppose AWS IoT Core).
Now I want to get/process these...
In the example / serial in SES I see the softdevice is loaded as an "additional load file"
$(SDK_ROOT:../../../nRF5_SDK_16.0.0_98a08e2)/components/softdevice/s140/hex/s140_nrf52_7...
I am quite new to the nrf9160. Trying to run the gps example https://github.com/ExploratoryEngineering/nrf9160-gps . But everytime I get an error Failed to start GPS. I am...
Hello, the SDK example ble_peripheral\ble_app_uart includes the code below in order to forward data from the UART over the BLE. What it does is wait for a CRLF, or a certain...
hello
i have created 1 custom service for that created 3 characteristics.
with that 3 characteristics i'm trying to notify by using nrf connect app.
my question is...
We are looking for a BLE-enabled chip which can bind to a smartphone, with the aim of performing proximity tests. to make sure the person in possession of the chip is indeed...
We want to design a small tracker for key rings like car keys etc, it will be linked with mobile app. Is it possible to do so?
Whatever I have read till now is it is possible...
Hi,
We are planning to run the nRF52840 in CKAA configuration 3 (attached) in Normal Mode. When we boot, our regulator will provide VDD = VDDH = 1.8V. Reading through the...
Our product is using NRF24L01+ and PA to transmitter data. It pass all the test of FCC PART C but the BAND Edge measurement.
The below 2 pictures is NRF24L01+ Band edge...
Hello everyone,
I have been dealing with this issue for some time now, and I think it's time to find a definitive solution, I am sure there is one!
For my projects,...
I had some questions when using nRF5SDK160098a08e2\examples\dfu\secure_bootloader\pca10056_s140_ble for OTA test. Who can help me answer my question?
1. Can I return the...
Hi,
i have created some custom characteristics and i am enabling read and write characteristics in that, but when i am trying to write or read some data it seems that it...
Hi everyone,
I am trying to connect my nRF 9160 DK and Thingy:91 to TIM (Telecom Italia Mobile) CAT-NB1 network provider from Brazil. I am using the Asset Tracker and...
Hello,
For my project I want to use broadcast packages to send data to multiple devices at the same time.
I've seen that there is a beacon application that "should"...
Hi,
I'm trying to develop a custom service and am following a few examples in trying to do so. The software crashes for me everytime after advertising the new service...