Hi,
We have a device using the S110 v6.0.0 softdevice and the SDK v5.2.0.
We started working from the Proximity application available in the sdk.
Is it possible to...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I'm migrating from SoftDevice 6.0 to SoftDevice 7.0 and I'm trying to implement the DFU in SDK6.0. I am experiencing an issue where whenever the DFU begins(reaches 0...
I have already made code of 3 pwm channels using c[0],cc[1],cc[2],cc[3]. I want 4 PWM channels but I dont have more cc registers left so how can i code it. plz help me.
ALso...
Hello, I have purchased this kit on ebay. www.ebay.com/.../301182420397
Can somebody point me to where I can get documentation on this kit, it came in with mostly Chinese...
According to the nRF51 series reference manual.
10.1.2 Debug interface mode
Debug interface mode is initiated by clocking one clock cycle on SWDCLK with SWDIO=1. Due...
I am trying to understand the operation between BLE device & android application...
After "CONNECT_REQ", I can see several "SERVICE PROFILES" but I can't find those UUID...
Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hi,
As I’ve mentioned in a previous post (answered ! Thank you Aryan !), I'm writing a bootloader for nrf51822 to be able to update the nRF51's firmware through SPI (data...
Dear community and support,
I am trying to install Master Control Panel 3.9.0.6-x86 on a Windows-XP virtualbox. The installer fails with the following message :
"The installer...
I want to send a float as a value of a characteristic.
As I know is this all what I have to change to send a float...
float temperature;
uint16_t len = 20;
attr_char_value...
Hello,
i have an urgent problem that i need help.
I have designed a board using nrf8001 IC and manufacture 5 samples. They are working perfectly.
Then i went to production...
I am using the S110 softdevice from v8, and building the bootloader from SDKv8, using keil uv5.
The project is dfu_dual_bank_ble_s110_pca10028, loaded from the dfu_dual_bank_ble_s110_pca10028...
Hello, Greetings, in the nRF24L01 datasheet, it's mentioned that the module can work as a multiceiver using the six parallel data pepes,my question is that if it is possible...
on an arduino+redBear Shield 2.1, I read an analog port and write the value to the serial monitor and to my bluetooth connection with
ble_write(analogRead(0));
Serial...
I can't find anything related to this in the docs :(
In the client_handling.c is a function static void on_evt_hvx(ble_evt_t * p_ble_evt, client_t * p_client, uint32_t...
I have been unable to get an ISP130301 module to work with the example dfu s110 bootloader. Dual band, single bank, all of the sdk and SD variants. I've followed the tutorial...