Hi
Does anyone know a CE—certified module based on the nRF24LU1+? Ideally, it should have an SMA connector, but any kind of antenna would be fine.
There are many modules...
I am running peripheral example radio test example on PCA10001(part of nRF51822 Evaluation Kit). using nordic sdk v7.
I am using mincicom on linux at baudrate of 38400...
Hello!
I am trying to get windows phone work with nrf_uart example on nrf51 dk board (pca10028).
I am using SDK 9.0 with S110 softdevice ver. 8.0.0.
I was using examples...
Hi
I met a problem when I use my new board,I found that the example in the peripheral folder in SDK can run correctlly,but the the example in the ble_peripheral folder...
Hi,
I am trying to use the PORT event to trigger interrupts when a button is toggled, i.e. both on LoToHi and HiToLo.
To my understanding PORT events are generated by...
I am running Windows 7 Pro SP 1 64 bit and have gong through the tools installation procedure, in particular running nRFTools_7_7_0_Installer.exe. This ran the J-Link V5.02...
I am very familiar with the arduino side but the BLE is brand new to me. I was wondering if I can use P0.00 and P0.01 to talk to the arduino and if its possible how exactly...
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...