I used to be able to see my development kit in nRFgo studio and flashed S110 onto the chip. Now all I see is: "No boards connected". I am still able to flash programs onto...
Hello,
I have an iOS application communicating with a custom device having a nordic 8001 chip.
They have established a bonded relation. In nRFgo Studio, in Security...
Hi there, thanks for your help in advance!
I have tried the nrf51-ble-ancs-nus sample from github and making it work on a 51822 EK board, i.e., it can receive notifications...
I try to use hcidump, capture CSR dongle on ubuntu14.4.
I can find SDK8.1.1 s110 keypad demo create connection fail.
HCI Event: Command Complete (0x0e) plen 4
LE Set...
I want to experiment with recording observations of the beacons with raspberry pi's.
Is there any precompiled firmware I can install on the nRF51822 smart beacon...
Hello everyone,
I am trying to communicate among 2 NRF24L01+ modules using 2 ATmega16A microcontrollers.
My SPI communication is working fine as I am able to write and...
Heads up for anyone using the IoT SDK (currently 0.8.0). This SDK has the TinyDTLS-0.8.1 embedded in it... and I believe that there is a bug in the TinyDTLS CCM functions...
Hello
I am trying to develop my Redbear Lab's BLE mini with Nucleo F401RE since I don't have any J-Link segger and USB dongle.
Is it possible to write program through...
Hi.
I'm using PCA10028, SDK10.0.0, S130 as central.
I'm using "sd_ble_gattc_write" when i want to send string to peripheral.
But if i send this function continuously...
Hi,
For example: In scan and connected as peripheral at same time. When disconnect event happen, how do I know who is the trigger, the center or peripheral?
Thanks.
I've read diferents answers to this question. When I change the device nace from nrf Master Contorl pannel the new name is set but the advertising is done with the old name...
Hi,
I'm trying to use PCF8574A IO Expander with a nRF52-DK board to display characters on an HD44780 LCD. I noticed that I have to use the function nrf_drv_twi_tx() . Since...
I'm modifying the LED button example to fit my custom characteristic.
How could I modify the functionns to reject a value if the value is not in range?
I have the following...
Hi ,
Have connected ANT1 of NRF51822 to Balanced port Pin4 of Balun and ANT2 to Balanced port Pin3 of Balun 2450BM14E0003T.
Can you please confirm this connection is...
Hi,
I have some questions about the nrf51822. I ran the ble_app_hts on on a evaluation board and use a smartphone(the os is Android, the software is MCP) to receive the data...
Hi,
I wanted to know how the SPI rx_buffer is filled? Is it automatically filled when something is pushed to him by the SPI-slave and then goes to the spi_event_handler...
I have a ble based thermometer(using Ble -Temperature Profile).I want to integrate with Windows 7 PC .but unfortunately BLE api's are available right from Windows 8 machines...
We are building a system consisting of two devices (nRF52832) that need to communicate in a secure manner. We want to use the secure connection offered by BT4.2 and we want...
just like the title,we are using nrf52832, but for some reason, we have to use both ble and 2.4G, we found pca20001 using both ble and 2.4G, but it's work with nRF51822, any...
I ran the sniffer software ble-sniffer_win_1.0.1_1111_Sniffer.exe and was able to select the device and sniff the advertisement and the BLE connection. But after the connection...
Hi, I would like to know if there's a way to change the size of a transfer with the app_twi library.
For example if in a function I have this code :
static app_twi_transfer_t...