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,
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,
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...