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...
Hello,
I'm developing a BLE device and it consist of nRF52833 and a external UART component.
ble_app_uart example in SDK v17.0.0 is replaced app_uart to libuarte. The...
Hi,
I would like to know if we can enable codded phy while using mutli peripheral in conjunction with mutli central. Also peripheral should be scannable and connectable...
When creating dfu package using nrfutil, an error is displayed.
When I looked for and checked the file where the error occurred, a problem occurred in Python's max...
I am trying to run nrf52840 chip without debugger.
I want to run peripheral_uart example just to show advertising of bluetooth.
And when I use west debug --runner=jlink...
Hi,
I got a nordic thingy:91 and just play a bit with it and the asset_tracker application. Then I flashed the agps code because just want to send GPS coordinates on the...
I am having issues using port pin 1.00 on the 52840 as GPIO. It will just not toggle.
I can successfully use most other pins, even those on the higher port. For example...
Hi
I have 2 identical PCB just out of production - same FW - one is drawing higher current (about 600uA).
The issue is found in mass production and about 1% is having...
I'm using nRF52 DK to send SAADC data to mobile app "nRF Connect" over BLE.
I'm using this code to send the data, but the mobile app "nRF Connect" can only show integer...
Hello Devs.
I am porting my whole project from the SDK16 to NCS 1.4.1 on my original project I use I2c and other drivers which works pretty well, but I am able to make them...
Hi Nordic,
It mentions that "Gain will be lowered by the specified number of gain steps at the start of CTE. Note: First LNAGAIN gain drops, then MIXGAIN, then AAFGAIN"...
I'm trying the example of [ble_app_uart__saadc_timer_driven__scan_mode] from Github. I'm using PCA10040 / s132. I'm sure this demo code works well since many people from online...
Hi,
I want to develop central code to discover vender specific service using pc-ble-driver-py.
The service_discovery function defined in ble_adapter.py can discover the...
Hello -
We are developing on a nRF52840 device, SDK v17.0.2 and FreeRTOS. Following the flow in the provided by the vPortSuppressTicksAndSleep() function, we've implemented...
Hello,
We recently received the new Power Profiler kit II, and are having some trouble with the 'Ampere Meter' mode. With an external source connected and DUT power enabled...
SDK 15.2
SES
nrf52832
Hello!
I´m trying to store an array in the memory. When the devices starts advertising or it is connected the code loops in wait_for_flash_ready...