Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
HI, we want to develop DFU over NBIoT network (UDP), and we would like some advice on how to implement that. We are using nRF52832.
Looking at your SDK examples for BLE...
Hello Everyone,
I am trying to integrate LIS3DSH accelerometer with nRF52832 development board(I2C communication). I have Implemented Wake-up State Machine for LIS3DSH....
We are using the development board PCA10040 for implementing a prototype with several GPIO interruptions.
We are trying to use the NFC pins (pin 9 and 10) as pins of GPIO...
Hi folks,
I've found no beeter way of reporting this (no public SDK repo which allows issues with code reference).
I tried to TX ESB DPL frames from an nRF52840 to different...
Hi all,
I want to sell a device that I have made that uses the nrf51822 and the app inside the chip is derived from the ble_app_uart. It uses two chips that communicate...
When I send my app to people, it uses a specific version of pc-ble-driver. I would like to make sure dongle used was programmed with the hex file package with this specific...
Hi,
I'm having issues with my nRF9160. I followed the steps under "Getting started with development", but I keep getting the following error when updating the mfw:
I...
Hi
I'm using the NFCT peripheral of the nRF52832 Rev. 1.
The state machine (figure 118 in PS V1.4) shows that the NFCT can be activated by either issuing the TASKS_SENSE...
Hi ,
I am using the secure bootloader example (SDK 15) as a template for my DFU solution.
I am experiencing issue with the update process as the device shuts down after...
Hello
In our project we are using NRF52840 SoC.
Up to this point NRF52840 chip is used as BLE module to be able to connect our device to cloud over gateway.
now we are...
I have added DFU service in my custom application and I am able to upload the zip file of my application over the air by connecting to the DFUTarg using nrfconnect in my mobile...
I'm developing the PCB schematic for a system using the nRF52 and have some questions on the SWD programming interface.
It seems that I only need 4 pins for the Segger...
Hello,
I am curious, does nRF52832 support USB Type-C in terms of data transfer and Power Delivery? Or will I need another MCU to handle data transfer and Power Delivery...
Hi,
We've developed a custom board with buttons(peripheral) which will talk to another custom board operating as a repeater (central on one side to talk to our custom board...