Hello,
I'm using the nrf51422 with 210 softdevice.
I'm trying to figure out a way for the receiving slave device to go to sleep when away from the master, but to wake...
To be able to upgrade FW through UART, a bootloader for nrf51822 is required in my project. I have tried out the example bootloader in SDK. But this example is using softdevice...
I followed the forum posts and nan-29 to get eclipse 4.3.2 to successfully connect to JLinkGDBServer via a Segger J-Link EDU on Ubuntu Linux.
I can start the GDB server...
I'm using Softedevice 6.0.0 and SDK 5.2. and Keil 4.7.
I Modified bootloader project so it compiles with both ble and hci transports. Currently I use button_0 and button_1...
I am working on the proj that needed 2 MCU and nrf51822 work as slave.
I would like to know any ref on how to firmware upgrade on board without external tool?
We're looking for a Nordic nRF51822 based low profile/small USB dongle that we can use for our iBeacon software.
It would need to come complete with casing and the ability...
Hi all,
i want to establish connection between two threads in cmsis-rtos, can i use
1) semaphore to do this?
2)message queue should be used or any other ipcs can be...
Dear All,
I apologize in advance if it seems that the question has been already posed but it is still unclear to me.
I have a pin (SIG_OK) and I want to read its logic value...
On the nRF51 DK there is a MM8130-2600 connector. I suppose it is used for connecting coax cable when tuning the antenna(?)
The connector is quite expensive, though. Is...
Per the name "UUID" and the very limited background knowledge that I have, it appears that a particular device can have its UUID assigned by its manaufacture, who bought the...
Hello.
I am developing a BLE application on NRF52832 using Nordic SDK11 and S132 softdevice. I use Linux PC as a BLE host device, and can pair & bond the NRF bluetooth...
Hi there! I'm using the nRF Toolbox's UART to test the receiving of my data stream. I'm trying to send a data array collected (from spi) in my main loop and send it via UART...
I am studying the iot-sdk of nordic.
Now, as I have shown in previous questions, I can not detect the device under the linux system according to the toturial in iot.
Now...
Hello, I have device with nrf51822-qfab and I need to run ble_app_template (use softdevice s110). What version of SoftDevice I must to use with SDK v6.1?
About problem:
...
Hi,
I've been trying to add the option for BLE HID to the Espruino JS interpreter on nRF52 - it's something that ideally would be switchable at runtime.
After having...
Dear All
In my application we could not use the ADC inside the nRF51822 because 10bit are under our requirements. But now with the new nRF52xxx with a built-in 12bit ADC...
Did anyone manage to build project on Eclipse with some nRF52 BLE application for HomeKit?
I have found only one project from aanon4 but I cannot even build it.
Sometimes...
Hello,
I am thinking of creating a project that I intend to manufacture that needs to operate 10 dc motors via Bluetooth.
Would this be a logical and cost effective...
I am using nrf51822, I have two firmwares with different offset address, one is having offset address of 0x16000 another at 0x28000.Both are 60kb of size each. I want to start...
Hello all,
I try to find out how long some configurations of the Enhanced Shock Burst protocol take time. I am working with the nRF52 Development Kits.
Some timings...
I want to combine two applications, both of them having two services. One application resides at 0x16000 and other one resides at 0x249f0. I am using softdevice 7.3 and sdk...
I am using nrf51822 and softdevice 7.3. I am working on the github mesh example. I want to add uart service with mesh, so that I can communicate with that particular device...