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 there,
I am trying to generate a pulse on a pin using RTC1 and PPI. Using a TIMER this works fine but my goal is to incur minimum current consumption by using only the...
I was trying to calculate analog voltage in nrf51822 through ADC.
I used analog 2 pin
ref voltage =1.2v
pre scaler = 1/3
so while i connected 0.9v to analog pin.
I see...
In the sensor datasheet it says one can use SPI_Mode 0 or 3 (doesn't say that there is anything to do to switch between them).
I connected MISO from the DK with SDO from...
I want my application to cooperate with DFU. I am using example DFU project from SDK (6.1) (from nrf6310 folder, i simplified it so it could work on PCA10000), but i need...
I increased my IRAM1 size as advised here , but now my program doesn't work anymore on the nRF51 DK.
I know the problem is somewhere in the memory allocation, because when...
I am working with nrf51422 chips version 2, so according to this table taken from the compatibility matrix v2.0, the last supported versions of SDK/SD/SDS I should refer to...
Also it seems not to advertise. What may cause this problem?
All I could found in the ble_gap.h is:
If both conn_sup_timeout and
max_conn_interval are specified...
Hi
I am trying to debug the "ble_app_hrs" example from SDK 6.1.0 (using keil IDE), on 51822 chip.
The IROM1 is defined to start at 0x16000 (meant to be used with softdevice...
I'm trying to minimize current consumption on my BLE peripheral and I wanted to know what advertising data is required. I have a custom service with a 128-bit UUID but do...
Hello!
I am using a keyboard (4x3) and the rows are configured as input PD and columns as output set, after a successful interrupt , the columns and the rows shift settings...
I am using nRF8001 bluetooth ble for my project. I would like to get the RSSI value as a reference value in my firmware. Is there any way that I can get the RSSI value from...
Hello,
I'm using the following (nRF51822-Beacon): www.nordicsemi.com/.../nRF51822-Bluetooth-Smart-Beacon-Kit
I would like to use the beacon for beacon-to-becaon and...
I am calling the spi_master_send_recv in a ISR from a GPIO using app_gpiote.c It causes a hardfault on APP_ERROR_CHECK(sd_nvic_DisableIRQ(p_spi_instance->irq_type)); Otherswise...
Hi,
The nRF Toolbox app on iOS crashes when opening user added files in the DFU. These files are added to the app via iTunes. The version of the nRF Toolbox is 1.7 which...