I've modified the ble_app_uart example by adding GPIOTE so that the transmitter sends a character to the receiver when a GPIO pin is toggled. This part is working well.
...
Hi,
I am working on my hardware product having nRF-51422 chipset. I just came to know from forum post that
nRF-52 chips will get arduino IDE support as standalone. I want...
Hi!
I've been using PCA10028 for a long time and I had some bricking issues but I've managed to un-brick it with "nrfjprog --recover" and everything would work again. ...
I want to build nrftoolbox app in android studio. I downloaded the zip file from the github website and also the required dfu library. I unzipped both the files in a folder...
Hello,
I have a device based on nRF51822 revision 2 and SoftDevice S110 v7.1.0. Because it is revision 2 it is affected by PAN44 and PAN45, and by default the SoftDevice...
Hi Guys,
I know this is more for software issues. But I was curious as to where I can find trusted case providers/makers for the nrf51822 Beacon. Can anyone from the community...
Hi All
I am using nRF52832 with softdevice s132_nrf52.6.1.0
and I have to use both protocol (ble & gzll)
the default protocol is ble
after i keep pressing the button...
Hello,
I am working with nrf51822. I have developed a custom evaluation board. Accidently I connected voltage in reverse polarity to the device now i am unable to program...
Hi,
I am trying to understand possibilities provıded by Bluetooth Mesh Technology.
In my topology, there are tywo types node.
The first type of node is connected to...
Hii,
I am currently using two nRF52832 SDK boards to implement text message exchange with another nRF52832 SDK board via BLE Mesh SDK 2.0.1.
However, when I try to increase...
Hi. I'm using a nRF52840 chip and have a flavour of Proximity profile example being used with some custom services and characteristics that have been added. All is good in...
There is my function for writing to flash.
It works when NRF52832 start from reset, if works when the NRF52832 gets data over BLE but it does not works after "power down...
Hello, for some reason, the UUID's on a Galaxy Note 3 are messed up or are not being read properly. I have included screenshots of the issue. The note 3 is running android...
I'm trying to understand how the UARTs are configured on the nRF9160 DK.
The spec mentions that there are two UARTs, a primary and a secondary. https://infocenter.nordicsemi...
Hi Team,
I transplant the project nRF5_SDK_14.2.0_17b948a\examples\peripheral\uart to the project ble_central\ble_app_multilink_central, uart doesn't work.
It indicate...
Dear,
I am using LTE_M:
# LTE link control CONFIG_LTE_LINK_CONTROL=y CONFIG_LTE_AUTO_INIT_AND_CONNECT=n
and I want connect nRF91 DK with 2other systems (by UART)....
Im working with example: nRF5_SDK_15.2.0_9412b96\examples\ble_peripheral\ble_app_uart
There is APP_ADV_DURATION parameter, it is maximum duration. How to get longer duration...
Hi Everyone,
We are building a product based on nrf52832 component.
We need to provide a firmware update functionality to the client/user so the end user will be able...
Hi!
We got the Zigbee examples running. Now we wanted to exchange the default keys.
Unfortunately we had to find out that this has no effect.
Changing the `ZB_DISTRIBUTED_GLOBAL_KEY...
Hi Everyone,
I'm using nrf52832(SOC) and LIS3DH accelerometer to get a motion detection.
I need simple code to get accelerometer data only using I2C communication.
Waiting...
I tried to reduced my hex file's size while converting to zip but it doesn't get size under 256KB due to which I am getting an error: Data size exceeds the limit.
Below...