Developing on the nrf51822
Have working code for the nRF52840 Dongle using the pc-ble-driver therefore all Bluetooth work is done using sd_* calls. The PC provides easy...
Hi ,
I would like to know if a matching network is needed if I am only using a single external flex antenna for both LTE and GPS using a RF switch between them and a uFL...
I am a student interested in Nordic.
My coding skills are very poor.
So I want to get help.
I want to use the vl53l1x sensor in nrf52. (My ultimate goal is to measure...
I have a working project where pin 16 is configured as a low-level interrupt source.
it is working well with SDK 15.3
after porting to SDK 17.0.2, it is not triggering...
Hello Nordic Support Engineers and fellow developers ...
Just a note to thank everyone for help via this forum. I started very inexperienced with Nordic SDK a year ago and...
Dear Nordic developer:
I am very eager to have the "Android-nRF-Connect" of the source code! I found the scan and DFU from the "Android-nRF-Toolbox" function, I also need...
Hi
I cannot find the minimum pulse length to trigger wakeup using DETECT from GPIO hw pin configured as SENSE pin in the data sheet for nRF51822.
Ex: set PIN_CNF[0].SENSE...
Hi,
I tried DEVICE_NAME with a AABBC Ddddff Tttttth Vs DEVICE_NAME as AABBC. The time taken to connect with a longer device name takes at least 3 attempts (in the sense,...
Dear Nordic Team,
Thanks for support.
I want to merge softdevice hex,application hex and bootloader hex. I am using windows 7 OS and my SDK version nRF5_SDK_11.0.0_89a8197...
When a nRF52 BLE as peripheral had connected to a BLE device as Central, if the nRF52 BLE also coule connect to other BLE device as Central at the same time with the supoort...
Dear Nordic Team,
Thanks for support.
I try to make zip file generation using command promt as per the nordic document(How to generate the INIT file for the DFU.pdf...
I want to test RF during production but I do not have any GPIO or UART points on my DUT so I don't want to run the DTM. Can anyone tell me what problems there are with this...
Hi:
I reference rate meter program:
“nRF5_SDK_11.0.0_89a8197\examples\ble_peripheral\ble_app_hrs\pca10040\s132_with_dfu”.
After function "device_manager_init",I handle...
HI,
I am now trying to use nrf51_iot_sdk_0.8.0_f1f6187. And I have run example application in nrf51 iot sdk on nrf51-dk board. It works fine.
Now I want to develop on...
I want to send a service changed indicate after upgrading app by dfu.I know dfu already so that,but i don't know that how dfu do that.
there is service_change_indicate...
I used to able to get the blinky example in SDK11 to work. But for some unknown reason I couldn't scan my device using Nordic master control panel. The LED1 will be turned...
Can the nRF52 output the 32.768kHz clock on a GPIO. If so, do I need the 32.768kHz xtal, or can I output the generated clock from the 32MHz xtal? I need this clock to sync...
Hi
Yesterday I downloaded the new SDK12 and checked what changes could be relevant for my ongoing/next projects.
One remarkable thing was the fact that almost any peer...
Hello,
I'm trying to upgrade the application on my board via OTA DFU but it seems to fail if the app file is greater than 64KB:
DFU fails with my app which is 70kB and...