Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hi
I'm using pc-ble-driver-py(python2.7).
I read that python2.7 will not be maintained past 2020.
So, i want know about pc-ble-driver-py update plan.
When will the...
Hello,
We have an application based on NRF52832 which runs Nordic UART service and DFU service SDK15.2 SD132V6.0. Now, we need to add “high speed data pipe” and we are...
Hi,
I have been using nRF24 in many projects with Arduino. So far quite good experience.
Now I transfer to STM32 and have a strange problem, I cannot send with STM32 as...
Hi,
Has anyone tried connecting the grove_display to the nRF9160?
http://wiki.seeedstudio.com/Grove-LCD_RGB_Backlight/
I have tried the code below
https://github.com...
Hi All,
I'm trying to understand certificate goes where from AWS-IOT to certificate.h.
when setting a new device, I have these 4 certificates:
also the ROOT CA contains...
I have a custom Characteristic in my GATT that is sending data in Notify mode every 30ms.
In my firmware I use timer to do this with something like this :
Everything...
I'm looking to test the DPPI peripheral on the dev-kit, and to that end I though a good example would be to setup the DPPI peripheral to trigger an event when a button is...
Hi, I am new in the development. I want to interface the relay withe ble module.
But not able to do that. Please any one help me to interface the relay. Thanks in advan...
Hi,
Asset tracking example used to work for me, after reinstalling my environment I get nrf_cloud_connect failed: -111
this is the output from the LTE link monitor:
...
Hello,
I'm using the same SDK used on the Thingy:52, compiling with GCC. I'm using the Rigado BMD-350-A which uses the nrf52832.
I'd like to use P0.09 and P0.10 as GPIO...
I have three buttons connected to pins PO.07, PO.08, PO.09 on my card. I changed the pin assignment and for the first two I have no problem using them as buttons, but I can...
Hi there,
I've been trying to figure this one out for a day or so now with no luck.
I'm successfully able to build and program using Segger Embedded Studio, but I would...
Hi
I am new to nrf52840. I am trying to communicate on I2C bus with Cypress semiconductor CY8CMBR3116 capacitive touch IC. Some how I am able to connect the on I2C bus...