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...
Hey folks,
I'm trying to modify the SPI Master loop back example into a 4 line SPI Master_Slave program. Whenever I change the Tx_Buffer_lenght from 10 to lsome other numbers...
Hi.
I am using S130 softdevice version.
Basically, I am using NUS Service and make a my own NUS central service as NUS_C.
It is correctly work at normal state.
When...
Hi
We are using the version 2.0.1 soft device and it consumes 8kb RAM. We have a challenge with RAM on our device so we're looking for ways to make more RAM available for...
Using https://github.com/NordicSemiconductor/pc-ble-driver ( abce7974fe983c23930d362b1769e51c8fa13cbf) .
Just followed the instruction and compiled hex/sd_api_v6/connectivity_...
Hello,
I have a basic queries on BLE.
"Characteristic Properties" of "Characteristic Declaration" with UUID 0x2803 has Read, Write, Notify and Indicate. At the same...
Hi
Can I think so,if subscription address is identical in multiple nodes,then they are a group?
If so:
the light_1&light_2 OnOff Server Model subscription address is...
hi,
I had the board run the following code to connect it to the cellular tower:
#include <zephyr.h> #include <stdio.h> #include <string.h> #include <lte_lc.h>
void main...
I tried to advertising eddy stone beacon from getting serial UART data. i merged 2 codes in ble_app_eddystone and uart code but one error become like
..\..\..\..\..\..\components...
Hello dear Nordic Developer and Hobbyists,
first of all I would like to thank the developer team for the nice mesh demo. It functioned well and explicates the concepts of...
Hi,
I am not getting any response from the previous ticket. Did it get accidentally closed?
Case ID: 225033
Can please someone look at it? We are in urgent need...
Hi, I have tried to run nfc example, but it doesn't working, accidentaly i have found out that if supply 3V nfc not working, but if supply 2.7V and less it works, what is...
Hi, I'm designing based on the Altium files, but I'm not an antenna expert so I would like to know if you have any antenna recommendation for a low profile, because the one...
Hi,
I'm working on nrf52832 NUS. When i connect to device with "nrf connect app" i can see the data coming from sensor. But few seconds later device disconnect.
When...
Hello
I have 3 nodes, 2 Thread CoAP servers and 1 BLE/Thread Coap client.
Let's call them THnode1, THnode2 and BLE_THnode0.
I do not know the IP addresses of any node...
Hi,
I use "printf" or "app_uart_put" function to print message to UART., how can I check "all of the data had been transmit out complete"?
Thank you,
Chianglin
Hi, I want to test sending multiple packets of data with each packet having the maximum possible size of 247 bytes. I am currently testing with nRF Connect app. When i try...
I use nRF5_SDK_for_Thread_and_Zigbee_2.0.0_29775ac.
Example nRF5_SDK_for_Thread_and_Zigbee_2.0.0_29775ac\examples\thread\cli\uart\pca10056.
define BOARD_PCA10059.
...