Hi,
This is a bit more of a typo report.
In the Debug Logger doc page , app_trace_init() is supposed to return an int but in its function declaration it's said to return...
Hello All,
I'm trying to build a receiving unit using the nRF24L01+ and PIC16F628A. Im using an nRF24L01+ and RaspberryPi as my TX unit which i managed to get working ...
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...
Has anyone had success with a J-link ARM v7 with the nRFgo studio (and nRF51822)? I've got one of the older nRFgo moterboard dev kits, and I've been doing well with the included...
Hello,
I am working on a product, which uses the nRF8001 as basis for the Bluetooth communication. The application offers two interfaces, a custom interface and a HID interface...
Hello,
I have a problem with Indicate Characteristic. When I try to send data using sd_ble_gatts_hvx() function, it always sends 20bytes from address 0x00. This is my code...
I am trying to run my program once per second using timer. The timer is initialized as follows:
APP_TIMER_INIT(APP_TIMER_PRESCALER, APP_TIMER_MAX_TIMERS, APP_TIMER_OP_QUEUE_SIZE...
I'm trying to figure out how the bonding works in the multilink demo. It seems like the central device only goes through the bonding if the peripheral has the multilink service...
ble_app_uart_s110_pca10028_nuevo.uvprojx
Hi, I´m using a nRF51244 with s110. I program it in nRFgo Studio (s110_nrf51_8.0.0_softdevice.hex)
I try turn on the passkey...
Hi,
I performed an OTA update of my APP. (SD 7.0 and BLE single bank bootloader were flashed).
The update finished without an error and then my application even starts,...
Hi,
I'm developing on a custom nrf51822-based board, and using the s110 softdevice, version 7.0.0. With JLinkGDBServer and the toolchain's gdb, I can debug softdevice-less...
Do you have a BLE SOC chip that can behave as a master and a slave, and also has embedded stack so no host processor is needed. I am looking for a chip that can be used in...
hi,
Inorder to flash the softdevice to evaluation board PCA10024 , i tried using nrfgo studio as mentioned in the user guide.but the nrfgo studio does not show any board...
Dear all,
I am using SDK7.1 with S130 v0.5 alpha. Can I use the DFU example in the SDK6.1 to update my firmware in the chip(nRF51422)? If not, is there any alternative...
I am using S110-based peripheral device which is sending 20byte notifications. Application on my peripheral works fine (testing with MCP gives transfer rate about 15kB/s which...
Hi,
I was using nRF51DK with Keil uVision ver 5.14 and SDK 8.0.0. It worked okay yesterday and I tried HW peripheral as well as BLE peripheral.
But today it doesn't...
Is it possible to identify a device as a previously bonded peer based on the advertisement package and before establishing a connection?
I would like to be able to bond...