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...
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...
I'm learning about GPIOTE and PPI and looking at an example I come to the following code but now it act incorrectly. So as you can see I'm enabling the interrupt for GPIOTE...
I am working with the nRF51 Software Development kit for the nRF51822 Evaluation kit
There are some kind of type qualifiers such as __I, __IO appearing in the header, e.g...
I am following nRF51822_Evaluation_Kit User_Guide v1.2.pdf (page #9) to run Heart Rate sample but I am unable to get an expected result (LED 0 should be lit) when I am pressing...
Once I downloaded Soft Device 110 (s110_nrf51822_6.0.0_softdevice.hex) into my Evaluation Board's chip I ran nRFgo Studio and saw that the size of the Region 0 is 80KB and...
My Board PCA10024 (nRF51822 Chip QFAAG0) consumed at least 18mA with external 3V battery.
The nRF51822 chip itself consumed only 5uA in sleep mode.
What's go wrong? So a...
Hi,
in, for example, the multilink example app, central role.
I would like to disconnect a peripheral role device once a notification has been received...
... is it correct...
I am using a stripped version of ble_app_hrs of SDK5.1 with Softdevice 6.
I stripped all services from ble_app_hrs except the DIS. ( so removed battery, hrs, buttons and...
Hi,
question is probably trivial, but I cannot find answer for second hour, so maybe somebody know, how to set that same address for Application downloaded from Keil and...
Is the nRF51822 susceptible to being bricked if the programming port is accidentally disconnected during programming? Does it use any protective measures such as a checksum...
I'm using nRF51422-QFAA E00 with S310, nRF51 5.2.0
When I configure ANT channel as a Master with Network number 0, all works OK. But if I try to set different network number...
50ms_measure_30ms_other.jpg
Attached is current measured using the s310 softdevice
Every 50ms timer takes a twi measurement, which is a twi 6 byte read followed immediately...
I am trying to write a bootloader that will work with the S120. Both the examples seem to only work with the S110, so they don't help much. I already have the binary I want...
Hi,
we can send data from server to client by sd_ble_gatts_hvx() in ble_app_hrs but:
1.How does the client receive those data?
2.How dose the client send data to...
I have two boards similar to www.aliexpress.com/.../1862953539.html
openocd on one board shows:
Info : nRF51822-QFAA(build code: G0) 256kB Flash
and on the other...
I need my device in some conditions to create an alarm which will be readable for any BLE device in range. Is it possible? What is the right way of doing so?
Thank you.