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...
This ticket is a continuation of a BLE ticket: https://devzone.nordicsemi.com/f/nordic-q-a/61237/connecting-50-ble-slaves-to-an-rpi/249641#249641
If briefly, I understood...
Hi Team,
We are using the NRF52840 Module for our application. We are getting one issue with debug mode,when we compile the code and connect the debugger execution is...
hello:
I use PC-ble-dirver-py library scanning, can't find my device, he gave me a display is BLEGapAdvType.connectable_undirected or None , but I in other tools can be...
Hi
We are using the nRF52832 chip in a design and try to reduce the cost for the product. I have some ideas to simplify the circuits but have some questions about the capabilities...
After clicking on Raw Data in Nrf connect App I am getting this 0x0201041AFF590000150112233445566778899AABBCCDDEEFF0FFFFFFFFC3. what are 0201041AFF these bytes ? can I remove...
Hi
There is a lot of sleep mode at 5.2.1.1
Could you explain what the different between "ION_RAMON_EVENT", "ION_RAMON_POF", "ION_RAMON_GPIOTE", and "ION_RAMON_GPIOTEPORT...
Hi,
I just added some more data to my iBasis SIM card, but I can't seem to find the receipt for the purchase. Where would I find the receipt for this purchase?
Thank...
Hi there,
I have a few questions regarding the Development Kit hardware design. I just bought up the polygon pour manager. I noticed that all layers except Mid-Layer 2 are...
In the documentation, its suggested that the antenna should have a matching network between the WLCSP NRF52832 and the 50 ohm transmission line that looks like this:
...
Hi Team,
I am working on SYSTEM ON mode with Low power mode also called Idle mode in nRF9160 module.
I was able to go to Idle mode with current consumption of 6uA with...
Hello there,
I created a project a while ago with the SES and the SDK 15.x. For a new Project, we would like to move to PlatformIO. Right now I am evaluating where we will...
Hi Guys
I recently made my own PCB for a project. On the PCB I am using a Laird BL654PA Module with external antenna. All the I/O's work great but im struggling with the...
Hi,
We had met problem at buttonless DFU with bonded information at Andriod set-top-box.
The problem we saw is we can not know when the ATT table is different at andriod...
I'm trying to wait on a single POLLIN event on a net socket, but I'm finding that poll() will still return immediately with the POLLIN event even if it's not set in the struct...