Hi,
I have a SPI slave device which outputs 8-bit registers that I have to assemble. For example, I receive two 8-bit registers, a high and a low register, which I have...
I have a PCA10059 dongle. I have inadvertently configured pin P0.25 as the sleep debug pin and I use active state 0 as I am using off board LEDs with reverse logic. This means...
If you're working on a product that requires you to show and translate GATT Attribute (Service, Characteristic and/or Descriptor) UUIDs to Strings to the user, it's likely...
Hello,
We have been trying the sendNotification call and after getting a success log we are not able to send a second notification. I'll copy the snippet of code that we...
I have a firmware developed on the nrf52840 development board. When porting it to nrf9160, a lot of errors were reported. How can I use the LOG output function on nrf9160...
Hi I would like to ask you for advice on how to solve my problem with Ble and the timer I am trying to add a timer to examples\ble_peripheral\ble_app_uart the timer works...
Hello,
I have not seen any mention of a BlueZ based BLE DFU library other than here , which was a long time ago.
I will require this library for my current project so...
Hi team,
My customer needs to make some adjustment on I2C frequency due to their SW requirement. As our reference on datasheet, I2C frequency needs to be 100kbps, 250kbps...
Hey, i want change the simple_on_off model a little bit, so the server return an byte array to the client get_message, can you say me how to include vendor specific model...
If nrf_gzll_ok_to_add_packet_to_tx_fifo() returns false and nrf_gzll_get_error_code() returns nothing, what does this mean?
Facing this a lot when trying to change channels...
Hello,
I was trying to perform DFU over mesh. My setup was as followings:
7 nrf52832 Devies. One of them is connected to my laptop.
I programmed those according to this...
Hello,
I'm using the nRF51422 with a dfu dual bank bootloader with SDK 11. I can programm the uController with the Softdevice and the bootloader and afterwards load successfully...
Hello, I'm trying to add a Peer Manager functionality to the Mesh Provisioner application.
I'm using nRF52832 devkit, Segger Embedded Studio, nRF5 SDK for Mesh 2.0.0 and...
Hi,
for some reason I cant debug in Keil, the program doesnt stop in main.
I also have NRF_LOG enabled, but nothing appears on RTT.
What could I do?
Thanks!
My environment is:
Windows 7
JLink Plus v9.3
IAR EWARM 8.30.1
SDK 15.0.0
Softdevice S132.
My hardware is a custom board with a Rigaldo BMD300 module (contains...
Hello,
I'm trying to modify the dfu_dual_bank_ble_s130_pca10028 bootloader so my device would start with the application and after a signal (with the button) it should...
I have an application where a unit contains a nrf52840 and will act as a central device, collect the data from peripheral device and store into the onboard memory. Upon the...
Hello,
I'm seeing higher than expected power consumption when running an RTC peripheral using LFXO as the LFCLK source compared to using the internal RC. Specifically, I...
Hi, to repeat the problem, you need to press button 3 and then button 2 on the board with an example of dimming_client, after that the board with dimming_server stops responding...
Question 1 :
I write 512 words to flash but only can get some value right .and some value was wrong.
I used fs_store( &one_min_data,
(uint32_t *)(FLASH_DATA_ADRR), ...