I am using nRF51422 Evaluation Kit with the latest silicon revision which comes with programmable softdevice. The kit also contains an ANT USB-m dongle. I have followed the...
I tried to do send & receive binary data from bluetooth in ios app.
But i only can send & receive string or ASCII code data in my app, do you have any method or idea can...
Hi,
I tried ble_app_hids_mouse with Android 4.4.2, it can work properly for first time connection. However, it cannot be re-connected after switching Phone's Bluetooth...
I have installed Keil MKD-Lite V 5.10.0.0 and the Segger software (which linked to the Keil IDE). I have tried to install the nRF51 SDK (5 times) and every time iI get the...
Hi,
I am attempting to get the DFU working as per the example provided in the S110 V7.0.0-3 download. I've followed all the steps in the readme in the DFU subfolder and...
Hi all,
I have an application where an nrf24le1 is communicating serially with another processor, using the UART at 57600 bps. I have multiple identical boards communicating...
after flash DFU program into pca10001 board, com3 is not accessible,
www.dropbox.com/.../Screenshot 2014-04-26 15.41.47.png
even after I erase all, and re upload soft...
have installed the software for Wireshark and I can see the interface in Wirshark, but I do not see and COM appearing in the Interface window nor does the sniffer appear as...
After many reboots, suddenly I got stuck at this error on every boot:
The data that's on the flash pages:
My mesh init params:
Using NRF52832, SDK 15.3.0, SD 132...
I have designed my own board, based around the nRF9160 but unfortunately I am unable to connect to an LTE network.
I am running the at_client code and using LTE Link Monitor...
Hello guys I am using nrf52840 interfacing analog sensors like potentiometer and accelerometer. This is not related to nrf, but I want to design a simple ADC filter that I...
Using a clean mesh sdk 3.2.0, I created a build directory inside the folder where I extracted the mesh sdk to.
Then, inside that directory, I used CMAKE with the following...
Hello,
I am currently developing a product using the nRF9160. I would like to use concurrently GPS and LTE-M.
I send periodically data to my server using LTE-M network...
Hello,
In the documentation on Infocenter for nRF52840 it is recommended to use P1.01 and P1.02 as low-frequency GPIO, while on nRF52840 DK those PINs are used for UART...
We would like to use Wifi (2.4 GHz) and BLE in the same device. The current design will have the BLE Module Rigado BMD-340 and the Wifi Module Microchip WINC1500.
https...
Hi there,
I have added my custom services in the peripheral dfu_template example.In the advertising UUID array(m_adv_uuids),i included custom service UUID but not the...
A question about the power saving modes PSM and eDRX. A device is mostly in deep sleep and wakes up cyclically for mobile communication. It is better: Completely disconnect...
In our project, two nRF51840 will communication with each other using BLE. One nRF51840 act as central and another nRF51840 with act as peripheral. The central nRF51840 will...
I have a couple of NRF51 parts. They're pretty common at hobbyist stores still. Recently I pulled out the NRF51 dongle, downloaded the recommended Segger Embedded Studio,...
I have managed to get working a BMW iDrive to act as a bluetooth mouse for my iPhone. To do this I used a CANBUS shield connected to an arduino NANO and an nRF51 BLE connected...
Hello,
Mesh SDK 4.0.0, PCA10040 x2
I want to develop next models:
Scan server: Waiting GET message with arguments, scan BLE beacons and reply STATUS message with results...
Dear Nordic Team:
Now I am doing a example test, with nRF52832 I want to use SPI master and SPI slave transtission.I have saw many demo example,but i dont know that which...