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...
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...
I created a simple message mode based on the simple_on_off modle,when I debuged the codes in simple message client,I got an error(app_error),I never changed the codes for...
hello,
I used NRF52832 as a ble gatway.Now i have a trouble that the received signal strength is jumping about 2dBm when the chip loaded program.I test it with Spectrum Analyzer...
Hello! I am trying to prototype a DFU solution that works well for our application. We want to build a network with both normal Mesh devices and with friend nodes (once that...
Hi,
for my PCB, i'm using an NRF52832 as SPI slave, i send an array of 4 bytes {0xA5,0x00,0x01,ff}, but my SPI master receives always a byte (0xff) before 0xA5.
this...
Hello everyone
I have kind of a basic question.
I'm not sure how to manually disconnect from a ble connection. I'm using the ble_app_uart and ble_app_uart_c examples from...
Hey all,
We’re trying to figure out the best way of keeping our nRF52 (or 51) based design in the lowest power mode possible while sitting in inventory.
Currently, our...
Greetings,
I have 12 sensors each of which is located on an nRF52832 board. I need to collect the sensor data at 50Hz (10 bytes for each sensor).
For some reason I can...
This one is throwing me for a loop.
We just did a small build of 40 devices based around the nRF52832. 1 device out of those 40 is behaving very strangely. When the device...
Hi Sir
I want change the power transmission level for measuring the RSSI values for different configuration from -40DB to 4DB. for that i configure the radio. But it is...
When compiling (after the project folder change and paths updating) I get always this error.
No idea why. The C99 option is choose
It compiles correctly from SDK tree...
Hello,
I just finished migrating my project from SDK13.1 to 15.0. It caught my attention that when I flash the Softdevice, it uses memory from pages 0x00000 - 0x24000. I...
I think I found a bug in nrf_ringbuf_cpy_get. The first memcpy is wrong. The source and destination should be swapped.
if (length > trail) { memcpy(&p_ringbuf->p_buffer...
Hello,
I am using the NRF51822 in a low power application and need to transfer the data from the PCB (with the NRF) to the PC over Bluetooth. I need the biggest possible...
Hi,
I would like to know if there is any reason that tx_power is limited to +4dBm in the Mesh examples. I am using an nrf52840 and it is capable of +8dBm. Would it increase...