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,
I experience a very strange issue with UART.
When I try to send data via /dev/ttyACM0 device it looks like the characters sent are buffered and sent only upon the...
Hi! I am in the process of trying to install the Asset Tracker on my Thingy91. I have got it to work with nrfCloud and I am now trying to configure it to use the AWS backend...
I am using the nRF52 SDK : nRF5_SDK_17.0.2_d674dde
- When data are all ASCII-Hex (0x30) the code working fine
- Now I try to optimize code by changing to binary data....
I have been using the nRF52-DK for while and it been good.
But when I accidental hold the "BOOT/RESET" button, the board now stop working. only LEDs is blinking (per sec...
I would like to ask if someone from India ever used Thingy:91? Which SIM card is used or where to get the supported SIM card? How to get it working in India?
In VS Code, when pushing the " Connect To RTT In nRF Terminal " button, a message shows up:
J-Link V7.20 Device Selection The selected device "NRF52832_XXAA_REV2" is unknown...
Goodday all
Im trying to drive some Neopixel LEDs with 52840DK SDK_17.1.0. and have been following this example. https://devzone.nordicsemi.com/f/nordic-q-a/70560/nrfx_i2s...
I'm trying to install and run the nRF Command Line Tools, but am running into issues. I was able to successfully install the Linux32 version of the tools, but when I go to...
Hi
I am using nrf52840 and I want to use nrf_calendar example with app_ble_uart,
I am traying to send parameter from nrf toolbox uart app mobile
but I have no idea how...
Hi,
I am using nordic 52840 development kit along with sdk17.1
I am tried to use ble-uart example code to receive data from the app and based on the data i need to write...
I'm trying to follow the instructions to perform an OTA DFU for the Thingy 52.
https://nordicsemiconductor.github.io/Nordic-Thingy52-FW/documentation/dfu_generating.html...
I'm using SDK 1.7.0. Here's how I have the modem code setup.
Init modem outside of thread loop
Set modem at+ comman CFUN=1 (start searching for a tower)
Once +CEREG...
hi,
when I call 'mesh_stack_device_reset()' function from the application, then the bootloader goes into infinite loop.
exactly at the point int the main() -> init_clock...