I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
Hello, I have NRF D 24LU1P 1201FD and NRF F 24LU1P 2136IW. The first one executes all commands, while the second one does not work for writing and erasing. I tried to erase...
Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
Hey guys,
I'm building a remote control (similar to TV remote) and I'm using nRF51. I am trying to figure out optimal connection parameters so the battery would last as...
I am using nRF51 SDK v10.0.0 and running simple_uart application on nRF51822 Evaluation Kit(PCA10001).
Added CFLAG += -DBOARD_PCA10001.
after flashing with nrfjprog...
The nrf51 was able to use the Gazelle protocol down to 250kbs, giving quite an improvement in sensitivity and range.
The nrf52 doesn't mention Gazelle, but does mention...
we'd like to have a closer look at nRF52832 , which seems to be a good choice for our next evaluation step of our wearable device.
But we see that only an "objective" datasheet...
Hi,
on aliexpress you can buy a nRF 51 board with a LIS3DH digital output motion sensor:
de.aliexpress.com/.../32325205949.html
Is there any example or source available...
Hello there,
Is there anyway I can program the chip without the PCA10036? I want to add the nRF52 in one PCB I am designing, but would also want to be able to program it...
after programming the bootlader region, I no longer see the list of my services ith nrf master tool. all what I can see is general attribut general access and device firmware...
Hi,
Is there a way on the nRF52 to clear the APPPROTECT bits once they have been set?
On the nRF51, it was still possible to erase the chip to clear the readback protection...
Hi,
I'm trying to build the blinky example of nrf52 Development Kit in KEIL 5.17 but I keep getting this error :
Error #540: 'ARM::CMSIS:CORE:3.40.0' component is not...
Hi
what's the best way to update the application on a nRF51822 beacon? I tried using the nRF Beacon Android application but wherever I put my hex file from Keil it was...
I am having an application for nRF51822 with S110 soft device, and setting up DFU. There's now bootloader running. On my Windows PC, I am trying like this:
nrfutil dfu...
I've been looking into the OTA DFU dfu_init_template.c. It seems that dfu_init_postvalidate function can be used to perform a CRC check. However, in bootloader.c it seems...
Hello,
our company is, amongst other things, developing motors for roller blinds.
A recent product idea is as follows: We have in a room, for example, 3 blinds with motors...
Hi.
I'm using nRF51 DK for developing a device.
and, I'm trying to use 24LC01B(external eeprom) by i2c.
Looking for code used for i2c, there are two *.c files, sw...