I want to change data bytes in the advertisement packet. In ACI_DEVICE_STANDBY I put: lib_aci_open_adv_pipe(1);
In ACI_EVT_CMD_RSP: I get feedback that command 1B (I assume...
first,PCA10005 can't load sofeware hex that after s110 7.0.0 hex(include 7.0.0),and gostudio note that the given hex file can not open successfully.
second,the PCA10005...
Hello! I'm using sdk8 and s110. I want my peripheral device to send data to the central. I doing following steps:
1. initialize service:
void services_init(void)
{...
I am glad that I have successfully used the library from www.libstock.com/.../nordic-semi-nrf24l01-example in a pair of PIC18F45k50 devices. One is acting as a Tx and another...
Hello.
I have had a search but can not find anything so sorry if this has been covered before.
Our company has developed a consumer product using the nRF51822-QFAA-R7...
I have programmed custom services on my evaluation kit and everything works great. I am now looking to implement updating my application from iOS and Android app.
Using...
Hi,
i have a question relative to the configuration tool File Format.
I'd like to modify (automatically) the configuration file in order to change the "Device Name"...
I am using a Bluetooth NRF 8001 module. I want to send data to the module from my android phone to the bluetooth module connected to an Arduino. For sample test I used nrf...
Dear Håkon Alseth,
you posted twi source code which took care of all SD/PPI stuff here and it was also linked here , but it is no longer available. The whole forum seams...
Hello,
I use the bootloader in SDK v5.2.0 and could not run APP after DFU completed.
It always stay in the DFU state.
After checking the memory by J-Link commander, something...
At work we are primarily interested in using the 128kb nRF51822 devices. I am able to get a softdevice and bootloader onto a 256kb device just fine. When I attempt to do the...
Hello all,
I want to send some sensor data( collected by Pic controller) to other BLE client(may be a phone) using nrf51822 via UART. Can somebody suggest how to communicate...
Hi,
In the reference design of "nRF51822-QFAA_ST_BAL-NRF01D3", the datasheet recommends this crystal ( www.digikey.com/.../3125558) , but we are out of stock from local...
Hello all,
I have flased "ble_app_hts" example for nrf51822 on evaluation board PCA10001. In the application both the LED pins are configured for output using "nrf_gpio_cfg_output...
I have a large array of uint16_t data to use as a lookup table, which is defined in flash. It's 4002 bytes in size, and I can set where in flash it is saved. I'm accessing...
I am using an nRF51422 and attempting to interface
it with an MPU9150/6050 using your MPU6050 driver and
the underlying twi_hw_master.c.
I have modified twi_master_config...
Hi all,
My application gathers sensor data and uses the advertisement packet to broadcast the values (much the same as the nordic temp sensor example). Rather than having...
Dear developers,
I need to turn nrf8002 to master mode in order to use Alert Notifications of "Profiles - On Master" offered by nrfgoStudio. I need these profiles to activate...
I'm trying to send data acquired from the ADC and monitor it using the master emulator.
The values I'm getting do not appear to make sense though.
I'm using the BLE_HRS...