Hi,
On the 3.30 of nRF52832_Rev_1_Errata_v1.5.pdf, the sleep current with LFXO active is 0.5μA higher.
I am using a nRF52832 module with the low frequency crystal oscillator...
Hi,
I'm using nRF52832 on SDK V12.2. I add the connection params in the conn_params_init:
static void conn_params_init(void){
uint32_t err_code;
ble_conn_params_init_t...
S130, SDK 12.3, ble_app_hrs_c example.
I want to use whitelist function in this example but I can't finish it.
When I run peer_list_get(), it gets all 0xFF, means that...
Hi all,
I am making a device which involves using nfr52832(PCA10040) to communicate with a NAND flash through spi to store data acquired from the ADC. After all the data...
How to enable semihosting in sdk11 examples?
This works, but I can't port it to examples/periferal/template_project :(
changes:
pca10028/armgcc/Makefile:
adding...
I am working on nrf52832. For my task, I need to knoow how nordic find out the Total average current on Online Power Profiler for BLE( https://devzone.nordicsemi.com/nordic...
I wanna try to connect multiple device with only one Android, but I don't know how many devices Ble can connect to only one Android. When I try demo on Samsung galaxy S8,...
Hi,
I have an issue that is urgent for me, as we wish to add DFU capabilities via pre and post production hardware. I am using Android 10 on Samsung Galaxy A10 to test...
Hi,
I was able to create a device driver support for a DAC, model TI DAC80501Z. In the first place I put the driver in zephyr/drivers/sensors.
I works fine.
Then I made...
Hi Team,
Please provide the nRF52 based module Characterization, software testing for FCC/IC/ETSI certification test procedure and document
Is DTM test enough for FCC...
According to SDK documentation for GFX library :
“After generating a font, you must change FONT_INFO::height to be described in bits (pixels), not pages”
But in the provided...
Hi,
I can build the blinky_pca10040_s132 example and I loaded it in the nrf52840-DK without errors but nothing happens in the bord I can´t see any lead blinky.
Please...
Hi
We are sending devices for RF/wireless testing and need test firmware that allows for the Bluetooth frequency and transmission power to be easily adjusted. Does Nordic...
Hi.
As you have made a progress in your development of both hardware and software. It would be greate if you remove old videos from youtube. I have just spent some time...
Hello.
I am using nrf52832 and Segeer Embedded Studio.
I want to add a timer function to the ble_app_uart example so that the sensor value is read every 50 ms.
So I...
I am trying to build nRF5_SDK_17.0.0_9d13099\examples\ble_peripheral\ble_app_uart for the PCA10100 DK.
I am using DFP 8.32.1.
I get the following warnings:
RTE\Device...
Hello
I am wondering if there is example where dfu is implemented within application and bootloader is only coping image from flash bank to application space. My companys...
Hello all!
I'm finding a lot of what I'm able to do with the nRF52840 mostly straight forward, especially with the wealth of examples included with the SDK. I'm currently...
Hi!
I'm using nrf sdk v1.3.0, for power saving, i'm have to activate and deactivate lte, after a few time activate, send http request, get data and deactivate lte, the modem...
I am working on design of low power BLE sensor based on nRF52. Sensor data is included within advertising packets, in manufacturers data field. I would like to detect event...