Hi,
I'm running Mac OS X 10.10.2 with the nRF51-DK PCA10028 card that I received today. I started off following the instructions in this article , and was able to get JLinkExe...
Hello,
I would like to do an communication between Arduino and Android platform.
In my case, Android will be master.
But I want also test between 2 Arduino with an Bluetooth...
Hello,
I would like to develop a custom key sharing algorithm for nRF8001 chips. As far as I have understood the only way to use full 128-bit temporary key (TK) is OOB...
i am useing nRF51822 pairing with nRF24lu1 over GZLL protocol now,
is there someone have the experience on how to config the parameter of GZP_TX_RX_TRANS_DELAY in function...
I have a peripheral running the S110 stack, which presents a characteristic to which I want the central (running S120) to be able to do a long write. What I've been trying...
Hi all,
I have been trying to combine the UART and hID Keyboard examples into a single application.
I want to use the HID part to send specific keystrokes using buttons...
I have a custom board of nRF52832-QFAB-B0 on which my application works well with SDK15.0.0 & SD132 v6.0.0
To perform DFU,
1. I copied the relevant parts of ble_app_buttonless_dfu...
There is always one kid in the class who wants to correct the professor and make himself look special.
That is me.
So: In file nrf_sdh_ble.h, line 76
@details This macro...
I am porting my own RTOS (named PicOS) to nRF52. So far, PicOS can run well without activating SoftDevice. I mean the SoftDevice is programmed on the flash memory but not...
Hello All,
I was doing some development on the Nordic nrf51822 and it was working fine without any issues.
I tried to remove some functions from the main loop (not removing...
Wich is the proper way to bring bootloader into deep sleep?
I'm using a modified version of the BLE Secure DFU Bootloader (SDK 14.1.0) for the nrf52810. I have added button...
We are working on non connectable beacons without any external I/O. They simply have a power and ground. Is it possible to perform OTA updates on such devices. Is there any...
Hello,
I am trying to use the extended advertising mode available on the V15 of the SDK (with SD S140 V6.0.0). I use the template example where i am currently advertising...
Hi,
I have developed part of my code using UART, starting from the UART example in \examples\peripheral\uart , but before continuing I need to start doing things over USB...
Proxy Error
The proxy server received an invalid response from an upstream server. The proxy server could not handle the request GET /index.jsp .
Reason: Error reading...
HelloI have to evaluate if we can start development with long range (coded phy). I like to see how fare away two devices can be placed to find them (long distance advertising...
Hi,
I am implementing ContikiOS on my custom nRF52823 board. I have been following the instruction here: github.com/.../README-BLE-6LoWPAN.md
I am running Debian 9 testing...
Hi,
I am trying to use the p21 reset pin as gpio but it is not working as expected. it is showing a 3.3v even when i am trying to toggle the pin. I have removed the CONFIGURE...
Hello,
I am just starting to develop on nRF52840. I want to use the USB functionality. Could you please let me know how to get the Vendor ID and Product ID?
Kind regards...
Hi,
I am trying to use the bit counter to get an indication about the length of the data I am sending.
After trying around for a while it turned out the value of the bit...
Hi
I'm using S132 V5.0.0 with the nRF52832.
I tried to add an include declaration to the last added primary service by using BLE_GATT_HANDLE_INVALID as service handle...