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 All,
Please Reviwe for a attached circuit file(Chip ANT of nRF51822.pdf).
I also attach a datasheet of chip antenna applied for that circuit(SDBTPTR3015 Data Sheet...
to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Hello Nordevzone:
8.0 multilink example
I tried to use this modified handler to receive notification data from a s110 based application. The centerpiece of the handler...
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...