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,
We have build a BLE beacon device based on the nrf52 chip. The device works fine but we would like to get a finer control over the TX power since it is used for...
compiled nRF5_SDK_15.0.0_a53641a\examples\ble_peripheral\ble_app_rscs example but will fail on adding chararteristics in char_add() setup: SEGGER Embedded Studio for ARM Release...
Hi guys,
I am trying to use a TM2001 amplifier ( Taiwan Microelectronics, google returns the PDF) to amplify the signal from an nRF24L01P.
The TM2001 seems to accept a...
Hi.
I want to create Bluetooth mesh network and I need that each of device at first must be provisionee, but if in a minute it hasn't been added in a network by provisioner...
Hi
I was designing a custom board for nrf52832. The 32MHZ crsytal mentioned in the refrence design of nrf52832 is not available on digi key. So I am ordering the below given...
Hello,
I have a string data and I want to get a part of it which start for example with "hello" and I want to get 20 characters after "hello".
(for more details I'm using...
in the demo of EnOcean switch translator client,there is just enocean_switch_nrf52832_xxAA_s132_6_0_0.emProject .is it use the same demo as client in the example of light...
Hi, I am using nrf SDK for mesh and try to add FreeRTOS , but after adding build failed because both has files with same name. Is it possible to work with FreeRTOS and nrf...
Hello;
I want to scan beacon devices (UUID infos) every second with Arduino Uno + nRF51822
I could not find a sample on the site. (Arduino Code)
Is it possible? Would...
I've gotten a good handle on how Gazell interacts with devices and the host, but I am running into an issue where there are higher rate of failures when using two devices...
I am using the proxy server and the proxy client example
Initially Proxy Client and Proxy Server are present in MESH network. Once the Proxy Client recycle the power ...
What was the reason for not making the context available for saadc-handlers?
Most handlers I stumbled on (twi and timer) either had a void* p_context or void* p_user_data...
Hi,
We are using nordic nRF52832 in our project as per our requirement we have to implement sleep and wake up mode with the help of button interrupt.our use case is that...
Hello,
I am using sdk12.2.2 and customized board. I am using app_error_check after every api so that my code reboots if any of the api fails. I want to know should I use...