Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
Good morning, I have a question about NRF Util. I need to make some changes in souce code of nrfutil for my own needs, but the most recent version, which is provided on Github...
Hi. I interested now for direction finding in nrf52 series. I have nrf52811, nrf52833 and other controllers. But i don't find any information how develop board for recievers...
Hi
I would like to interface nRF8001 with a BeagleBone Black (BBB) an ARM cortex-A8 [1].
BBB has a SPI inteface and can support interrupt line input, and its running Linux...
I have an nRF51822 that I would like to be able to issue a soft-reset command under certain circumstances. I'm not using a softdevice in this version of code, so the other...
Hi,
I'm using pstorage, but found some problem. sd_flash_page_erase will not trigger system event after the operation is complete.
In my code, I registered the system...
Are you supposed to be able to nest critical regions using CRITICAL_REGION_ENTER and CRITICAL_REGION_EXIT? Here I mean you have a function which uses a critical region to...
I'm trying to run bootloader from nRF SDKv6 with SDv7 in gcc.
On our custom board, it runs, but does not advertise (sd_ble_gap_adv_start gets called and does not return...
Hi,
I have developed the firmware using nRF51822 Development Kit. I now want to get to put the firmware on nRF51822 chip used in breadboard. I got a smt adapter with nRF51822...
Hi!
When trying to update app using example bootloader for s110, v.7 from nRF Toolbox I get "Device is not supported. Check if it is in the DFU state".
Bootloader is...
Good morning,
In the application I'm developping with nRF51822 anb S110 SoftDevice, the final peripheral product will be installed in a physical non-accessible place. So...
Hello,
I'm working with the example ble_app_multilink_central of S120. In this example, the scan is done correctly in the three channels of advertising?
Thanks!
I have a characteristic which is a long string. I need to be able to read and write it.
Below is the function for writing to start with. Please comment on this function...
It appears version 7.0 of the SoftDevice 110 supports over the air flashing of softdevice/bootloader/application or a zip containing a combination of the three.
Trying...
Hi,
I'm trying to get SPI (master) to work (nRF51822) for communicating with a quadrature counter (LS7366R).
I've read several implementations of SPI master, such as the...
Using:
GCC 4.8
pure-gcc Setup
Sdk 5.2.0
Softdevice 6.0
I execute some code within interrupt context (softdevice handler) and also in main thread.
I need...
Hi,
What's the difference between a 0.9.0 pca10000 firmware and the earlier version (0.8.0)? I noticed that the throughput with 0.9.0 on the same dongle is much less than...
I'm trying to use the TWI master example with the S120 soft device. It looks like there is a known problem trying to get the S110 working with the hardware TWI. It seems the...