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...
Hi,
I was looking at the .map for my project and I noticed that pstorage.c was taking up a bunch of RAM (~600 bytes), which I thought was a lot, so I went into pstrorage_platform...
The document nRF51422_Evaluation_Kit_User_Guide_v2.0.pdf says:
Locate the Heart Rate demo project found in the folder
ARM\Device\Nordic\nrf51422\Board\pca10003\s310\ble_app_hrs...
Using the nRF Beacons app, but cannot see the battery condition of each beacon. Is this already implemented - if so how to turn on? If not how is it implemented?
Hi All,
we have PCA10028 v1.10 nordic development board, i tested the normal ping from local ip and global ip of device from my linux PC by flashing tcp client iot application...
Hi All,
I have this strange problem with setting the RAM rentention. This code used to work fine on my old PCB but I have made a new PCB which is almost identical to the...
I am trying to get this working with GCC, and I use github.com/.../nrf51-pure-gcc-setup as a base.
I am not too sure how all this works together but:
Can these SDKs...
Can't set tx power level using sd_ble_gap_tx_power_set(tx_power) in S130.
Is there something special I must do? I'm trying to use this function to set the power to any...
Hi, I'm having a problem with registering more than one pstorage_handle_t. So far I believed that I can register as many pstorage_handle_t as I want, but the number of these...
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,...