Hi,
I'm currently working with the Thingy:91X and would like to measure the total current consumption of the entire board using the PPK2. I understand that the PCA64165...
I'm not sure if this is the right place for this question.
I'm using the Settings subsystem for the BLE name.
When BLE is initialized inside matter, settings_load is only...
Dear devzone,
Based on ncs2.9.1 and nRF54L-DK(v0.9.2), add in the prj.conf of the peripheral_uart example:
Compile and burn to nRF54L15-DK, the program does not run, and...
The nRF54L series is a new device to the nRF family, and during the bring-up of the chip from early engineering samples to mass production devices there have been quite a...
I'm using Eclipse Mars with gnuarmeclipse plugins to evaluate the new nrf52 preview board. After much fighting, I've got the blinky example project building but now I can...
I am using the EmbSys Registers Eclipse plug-in to view the nRF51822 register values. The majority of the registers allow read only. Why isn't the access set up so that more...
While attempting to test multiple iPhone models on the ANCS example, I'm finding that even after I forget the nRF DK from the iPhone's Bluetooth menu, I have to reset the...
Hi:
I use the demo code (nRF51_SDK_9.0.0_2e23562-NORDIC\nRF51_SDK_9.0.0_2e23562\examples\peripheral\spi_master) find a BUG(?) : when i use 1M clock , 1byte translate use...
Hello,
I am currently optimizing the throughput for my mesh network and I am wondering whether I've hit the limit of what's currently possible. I have two methods for sending...
I want to measure the RSSI strength of my Bluetooth module, in various distances and situations.
I read in the description of the app nRF Master Control Panel that:
...
I'm trying to change the mac address of my nRF51822 chip using something like:
ble_gap_addr_t m_address_1;
m_address_1.addr_type = BLE_GAP_ADDR_TYPE_RANDOM_PRIVATE_NON_RESOLVABLE;...
Hi,
I use GCC for compilation and nrfjprog for flashing. A few weeks ago I needed to switch on compiler optimization (Level 1) because my code grew a little too big. Now...
Hi,
I would like to have several nRF51 development cards connected to my computer at the same time using the USB debug port. The serial port and the RTT port work when several...
Hi,
We are trying to develop application with OTA DFU on nRF51. And we need to build bootloader ourselves. We use gcc for development. We found the bootloader example for...
I tried to run beacon example (from SDK 9.0). Even after uploading hex file I was not able to "see" becon. I'm using st-link v2 and openocd. Let me tell a bit more about what...
Hi,
I'm making device with nrf51822 chip and 400mA battery.
It connects to smart phone.
It has to calculate heart rate and some other things, so it's doing it on device...
Hi All,
I just bought the Nordic Semi nRF51822 DK (without the starter kit). I tested the Heat rate monitor app and it worked fine. It could send some random values to...
Dear all,
I tried the example program ble_app_uart given in the examples section of the Nordic folder in Keil installation. I created the hex code and programmed my chip...