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...
Hello!
A quick question about how to shutdown unused RAM on the nRF52810-CAAA?
We're not using any of the Soft Devices. Our code is pretty tiny. Map file attached.
We...
Hi,
I want to read data from my ble UART (NUS), to do that I implemented the NUS service and registered the onDataWritten callback (which is the MBED equivalent of the HVX...
Hello:
If we are to use the nrf9160 in a production product, what additional certifications are required? For example, if I purchase a Telit cellmodule, I still have to...
Hello All,
I want the DFU service at the application level, not at the bootloader level. Means I have to build a very simple bootloader but I want DFU service at the application...
Hello nordic:
nrf52832 how to control pa, i use this functio pa_lna_assist(). This function is the solution on BBS.this used for s132,but i use s332.the ble is ok,but the...
As per description, I don't understand how to make a dfu package that writes the whole MBR+Application range and doesn't use a SoftDevice, for example out of a hex file such...
I'm using SDK 15.2 and trying to set up a USB mic class. I am having trouble getting the SOF audio interrupt to fire.
I initialize the app_usbd module with the configuration...
Hi
I would like to know that is there any Blue tooth low energy relay like RFID tag , which can detect bLE only and can trigger a circuit. It should have small form factor...
Hello everyone , i have noticed that the sniffer can pick up the the packet from the same channel twice.
According to the Bluetooth 4.2 specification, the advertisement...
Hi all,
We were developing our application using nRF52840 and later decided to change to nRF52832 considering our hardware constraints. nRF52840 has 16 bit counter for EasyDMA...
Hi all,
I want to make a 2.4g wireless keypad usb reciever application, I tried to found some offical software demo but get nothing, is there such demo supplied officially...
hi, i am using nrf52832 and a peripheral device , i had merged two programs uart and twi sensor . its working fine . now i want to get a resolution for my temperature data...
Hi,
I'm trying to read data which transfer from Nordic circuit using an android device. But when I try to call connect() function, it returns an error message saying "Read...
Hi,
I enable nrf51822 deep sleep mode with
and got 0.23uA current consumption instead of 0.6uA expected current consumption. What is happening?
This is the board...