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...
hi nordic
Have a code project sample shows the typical use Flash applications in data storage?
I see
[code]( infocenter.nordicsemi.com/index.jsp .
my code
`
#define...
If I have a high-priority interrupt (or a series of them) that runs long enough to completely mask a radio notification, then all further radio notifications appear inverted...
I bought two EZAIRO 7150 SL hybrid board, (which contains a MOTHERBOARD & DAUGHTERBOARD). As part of the problems we have been having trying to establish a wireless connection...
Hi, I am developing a software that connects to nRF51822 over UART. I donot have the physical device currently so I downloaded its Soft device under the impression that it...
Hi,I update my MDK from 4.7 to 5.0,my old project can open ,but can't find the device list.I want to use 5.0 and 4.7 at the same time,and I have installed the SDK6.0 when...
Hi, when I compile my project the linker gives me the following error:
._build\nrf51422_xxac_s130.axf: Error: L6200E: Symbol GPIOTE_IRQHandler multiply defined (by app_gpiote_fast_detect...
I am working with nRF52832 and SD 132 and SDK 11 (nRF5_SDK_11.0.0-2.alpha_bc3f6a0).
One of my BLE services has a characteristic with an attribute larger than 22 bytes. It...
i was working with a nrf51822 module.after about 50 that i programmed the chip with my jlink programmer (some time i program it with stlink V2) it be damaged and not worked...
I am designing a BLE device. Want to make the PCB as small as possible. to download the code/debug etc I need the a connecter on the board which can connect to the nrf52 preview...
Please excuse my ignorance, My company is designing in the nRF52832 for our first product using both ANT and BLE. From looking at the documentation on thisisant.com there...
I've got a strange problem with updating my Magnet-Characteristic.
I use a service with 4 characteristics (Gyro, Acc, Mag and Temp Values) and update them on a timer base...
Hello,
Two issues want to ask, after tried the BLE_NUS example code.
From other posts, still does not exist clear solution (example, pictures) ?
Sure has an application...
Hello,
I am working with the uart module. While configuring the uart I encounter 2 issues.
First when in the uart_init function the pin for uart output is configured...
Hi,
I am using nrf51822(128k), SD 6.0, SDK 5.2.
I found that nrf uart v2.0 app will add a "0x0A" at the end of data that I want to send.
How can I remove this?
Thank...