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...
trying to build a simple example in sdk 11 just to run it on the nrf52-dk
of course it is missing pieces, else life would be no fun, apparently...
oh, i don't know,...
Sorry for asking as not familiar with BT terminology and un-sure which fold means what, grateful pointer to example (in SDK or similar) that can run on the dev kit. That is...
What is "1 Mbps Bluetooth low energy mode" for nRF52832?
How was the spec. changed from my old year 2013 understanding that BLE is low speed for sensor, sending tens of...
I can read temp value by pulling flag but I Want to do that by interrupt
I added this code to my Keil but interrupt on temp didn't work.
I use Adc interrupt like this definition...
Hi,
We are using NRF51 and STM32F0 on our custom board and one of our customer's requirement is the ability to program both of these MCUs in the factory. They would like...
I am using the mbed compiler.
When I produce code using the "App with Bootloader" option, I can do FOTA updates and my code runs fine, as long as I don't enable the ble uart...
Hello together,
we are running the DTM in different modes to check the module (nrf52832, sdk 5 version 11). The carrier test gives us a current consumption that meets the...
Hi
I try to program Insight ISP 130301 with a hex file, which works on nrf51 PCA10028. Unfortunately, it doesn't work. I try to loop for each pins and set it's state, and...
I'm trying cominicar me through Termite between the application plate (nRF51-Dk kit) and a device that supports BLE, but the connection between PC and the kit application...
I was working with IAR and SDK10.0 before. For some reason I have to transfer my project to Keil and SDK9.0. My program worked well for the old settings. While keeps got NRF_ERROR_SOC_NVIC_INTERRUPT_NOT_AVAILABLE...
Hi again, I posted earlier in another post that my writeCharacteristic is responding with status 6.
Details:
Android version: 5.1
Nordic device: nRf51822 S110
I have...
Hi
I want to use nrf52 LATCH register.
I can see the correct bit set in the register, but I am unable to clear this bit.
I have tried NRF_P0->LATCH =0xFFFFFFFF; for my...
Hello
I am doing a PCB design using nRF51422-QFAC chip. I did based on nRF51-DK but now I would like to change for a SMD antenna (2450AT18A100 from Johanson Tech.) instead...
Hi ,
I am working on one application in which i need to stream the ADC values over BLE to the mobile App. This should happen at very high rate i.e. 1000 samples per seconds...