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...
Hello! I have been playing with this example and got some LEDs blink here and there, but would very much like to have UART working as well. The documentation states that ...
Hi,
I'm using the nRF51822 for a beacon and following the ble_app_beacon example (SDK 8.0.0) with some modification in order to measure the battery level through the ADC...
Dear Nordic:
I try to use pca10040 DK and SDK is nRF52_SDK_0.9.2_dbc28c9.
Test nRF52_SDK_0.9.2_dbc28c9\examples\peripheral\UART the function work well on my DK.
I...
Hi,
I have some questions regarding connecting multiple (as many as possible) BLE peripheral devices to a single central (simultaneously).
1:
Does anyone know of any...
Hi
I now is developing Android apps on the basis of NRF UART v2.0.
My s110 NRF51 device will switch two modes for differnet 128-bit UUID. These two modes have independent...
The Bluetooth 4.2 specifications allow for an L2CAP MTU size of up to 255 bytes. It looks like the CC2640 already supports the maximum MTU size of 255 bytes with a 248-byte...
Sometimes windows lose the connection to the nRF51 Dongle. The only way I have been able to reconnect to the dongle is by unplugging and replugging it to the USB port. I have...
Hello,
I am currently working on a project where I need to be able to control an RGB by writing the PWM duty cycle to a custom BLE Service and Characteristic. I am using...
When I init, uninit, and re-init a PWM with pin_polarity set to APP_PWM_POLARITY_ACTIVE_HIGH, the actual polarity of the signal is active low. This also happens when I init...
Hello,
I am getting the error code 0x3004, because I am transmitting data too quickly and filling up the transmission buffers.
From other posts, I know the solution...
I'm trying to perform OTA programming with DFU.
when I load only softdevice and bootloader I got address xx:xx:xx:xx:xx:2E
then I load the app with DFU, now the address...
nRF5_SDK_11.0.0-2.alpha.
I create peer by peer_manager.
When initializing the application, i delete them pm_peer_delete_all().
There's an application is stuck.
It works...
Hi
I have a serious problem with stability in "UART" communication over BLE.
I use the command:
err_code = ble_nus_send_string(&m_nus, &bleBuffer, 20);
where I send 20...
I have the following:
Dev board PCA10040
SDK nRF52_SDK_0.9.2_dbc28c9
Mac OSx
I was able to compile the blinky example and have the .hex in the _build folder...