How do I receive multiple signals simultaneously at a single receiver (433MHz) with multiple transmitters ?
I am working on a polling system. This one is similar to the audience...
Hello,
I established a connection between my central and peripheral module. Now i want to write characteristic value on peripheral. I tried with sd_ble_gattc_write function...
I am using the NRF24l01 for my products and looking to buy in bulk(100-1000). Now I know where to buy the just the IC but antenna design is a hard point to break right now...
Hi, my friend,
I've been with nrf905. I use a 16-bit CRC check.
But I encountered problems in use:
1.Nrf905 16-bit CRC check format is CRC-16(IBM):X16+X15+X2+1 or other...
I have two custom PCBs, each of which has a microcontroller and an nrf24L01+. Everything related to the transceiver in the designs are complete duplicates (with the exception...
Hello,
I've built a small BLE-device based on the nrf8001.
With my Iphone I can discover this device and I am able to connect to it and listen to notifications of the...
Our pcb is used for gps location data. We have a nrf24L01 nordic chip as the micro process or between the gps module and wireless module (2G). Our engineer needs to capture...
Hi all,
Currently working on a project using the nRF52DK and nRF52832 that will be powered by a CR2032 coin cell battery.
I want to measure the battery level from the...
Hello.
I'm working with nrf52833 custom board and S113 softdevice for Buttonless DFU.
The pieces of information below are my FLASH & RAM address settings.
(Reference...
I'm trying to duplicate the boot behavior of a Thingy91 on a custom board, i.e. SW4:BOOT and SW3:BUTTON on power up, but the switches available use different IO. I'm wondering...
Hello, I am pretty new to using the Nordic products and was wondering if there is a simply way to write a text file from the nRF52840 to a pc. The system is required to log...
Hi Guys,
I know there are a lot if topicks about issue with "sd_softdevice_enable". I read them all and nothing help me. I'm using Eclipse IDE.
Im using a nRF52840-DK...
Hello,
I have recently switched my OS from FreeRTOS to embOS. I am now replacing the SDK files so my project will not be using FreeRTOS. I replaced the file app_timer_freertos...
hello,
I am trying to learn how to use the nrf52480 dongle and am trying to run the ble_connectivity example. I built it using Segger as is, no changes from the pca10059...
Hi!
I'm trying to sniff BLE advertising traffic using nRF Connect for Desktop on macOS and a nRF52840 Dongle.
I am running nRF Connect Desktop 3.8.0 on macOS Mojave 10...
I have done everything to install the VS code, installed Connect, Toolchains, SDK, Seggers etc. as in the help, but this is the result in VisualStudio Code:
It just keeps...
Hi,
The following code has been working fine since it was taken from the examples (NRF52840).
We wanted to remove the app_usbd_event_queue_process() so we enabled these...
Hello,
I have beacon advertiser and scanner. Scanner is scanning the devices from around. But its not scanning the device that i used for advertising. On the other side...
Dear Sir,
for my nRF52840 application made with the SDK v17.0.2 and S140 Softdevice I'm adding the peer module to a peripheral device example (UART with SAADC with timer...
I was trying to create my own sdk_config based on "$NRF_SDK/config/nrf52840/config/sdk_config.h".
I noticed it contains both the "NRFX" config and "Legacy" configs.
For...