Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
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...
Hello,
I have to send 15 bytes on uart of nRF52832 (nordic micro is the receiver), but I have APP_UART_COMMUNICATION_ERROR. If I send 5 bytes everything works fine, if I...
I have a beacon from Wellcore, w912, with NRF51822QFAAH0. I use NRF Connect and I see the temp and accel sensors but I dont know how to enable them. Is there a manual you...
In section 23.1 "EasyDMA" of the Product specification, it is written that "the S0INCL field in PCNF0 determines if S0 is present in RAM at all if its length is zero." But...
Hi I am building a project, where I need to initialize the ADC using a timer. Whenever there is a timer interrupt "nrfx_saadc_sample" gets called and ADC starts sampling....
I want to find the mac address of the nRF52 DK and assign the instance ID of the eddystone format.
I am using the eddystone sample app from the SDK 152 and softdevice 6...
Hi,
I would like to build an application on Ubuntu PC, using github.com/.../nrf52-ble-image-transfer-demo The purpose is to do some analysis of the images taken by Arducam...
Hey everyone, I'm having an issue communicating with a QSPI flash on a custom development board, using the nRF52840. The flash is a Winbond W25Q16JVSSIQ. Schematic and pins...
Hi,
I am using a custom NRF52832 board. I am using Nordic SDK + BLE code, and whenever I am trying to do an erase of flash memory with start address as 0x70000 and end address...
I try to get the info listed in the following paragraph (From the nRF91_DK user guide) but just get run the run around with the web site. Anyone got a link to this information...
The flash requirements for both the S132 v5.0.0 and v5.1.0 are the same, however the size of the v5.1.0 softdevice is quite a bit smaller.
S132 v5.0.0 uses flash addresses...
Hello I try to get the mac address of connected device
/**@brief Function for the application's SoftDevice event handler.
*
* @param[in] p_ble_evt SoftDevice event...
Issue with Zephyr software platform and sleep state for the Nordic chipset. We can see when using the power management sample code for Zephyr that it consume 300 uA in sleep...
hi,...... i am merging the nRF52832 and heart rate sensor BH1790, SEGGER 15.2V i want to read the heart rate sensor , for that i want to write the paramater of address, 41h...
After beating my head against the toolchain for quite a while, I finally managed to get SES to compile the ble_app_uart for the nRF51822 using the s130 soft device. It works...