In the nrf51 series reference manual section 12.1.9 it states that there is hardware protection that prevents write instructions from being executed and that there is more...
Hello, I have established the connection between two pca10001 boards, one as central and one as peripheral using multilink_central and multilink_peripheral. I have serial...
Hi,my friend,
Now,I use nrf905.Situation is as follows:
I use the NRF PCB circuit of data manual.Nrf905 work, often loss of data.
1.The Product host is to use the stick...
Hi,
I want to use the Blend Micro with more security. I want use a passkey for the Bluetooth connection. For example through the iOS Device.
Is it possible? Static passkey...
How do I receive multiple signals simultaneously at a single receiver (433MHz) with multiple transmitters ?
I am working on a polling system. This one is similar to the audience...
Hello,
I established a connection between my central and peripheral module. Now i want to write characteristic value on peripheral. I tried with sd_ble_gattc_write function...
I am using the NRF24l01 for my products and looking to buy in bulk(100-1000). Now I know where to buy the just the IC but antenna design is a hard point to break right now...
Hello,
I would like to know if I can use "NRF5 SDK" to provision bluetooth mesh device from other chipset provider ? Does licensing terms allow to use of SDK with 3rd party...
The daasheet for the Thingy 52 doesn't seem to indicate any options for using it within a Microsoft Windows environment. I guess tha this is not the case.
Is there any documentation...
Hi all, I'm trying to implement passkey bonding using pc-ble-driver-py.
It doesn't appear to be supported in the BLEDriver.py itself, so I tried to add the sd_ble_gap_auth_key_reply...
I'm using python code based on the heart_rate_collector.py example in pc-ble-driver-py to scan for devices and connect to a peripheral device. That works fine.
Now I'd like...
hi,
i am doing a project where i have an push button connected on pin P1.07 of nrf52840(PCA 10056) DevKit. i am using sdk 14.2's ble app blinky example.
in buttons_init...
Details: SDK v15.2.0. Windows 8.1.
I am trying to adjust the ble_app_hts Makefile such that I can compile C++. I added cppmain.cpp to SRC_FILES and that threw me an error...
Hello,
I was able to use the "ble_app_rscs" and modify it for the Non-Connectable, Non-Scannable, Undirected advertisement, by setting in line 317 of ble_advertising.c....
I have a single one of the PWM modules working working with DMA as a 3 output arbitrary waveform generator. This works but I would like to make a 6 output arbitrary waveform...
In working through understanding how sleep works with the SDK I ran into the following note for sd_app_evt_wait()
The application must ensure that the pended flag is cleared...
Hi. I'm trying to study nrf52832
but, APP_TIMER do not work.. what should i do?
(1)
mcu : nrf52832
sdk: nRF5_SDK_15.2.0_9412b96
(2) setting :
> sdk_config...
Hi,
I'm supplying a DK with an external battery source plugged into J6 (Li-Po) and the nRF power source switch set to VDD. When I flash the chip with one of the Openthread...
I am attempting to scan for BLE devices using ble-sniffer_win_1.0.1_1111_Sniffer and the nRF51 Dongle. It begins scanning for devices then the window closes.
I am running...
Hello, I am trying to use SAADC with nrfx APIs and the ADC does not execute the conversion, and the callback function is never called.
Here is my code:
I am using also...
Hi,
I am using 15.2.0 SDK and 3.0.0 Mesh SDK for development.
On the Nordic nRF Mesh App, we made certain changes to the generic level slider such that it send out live...
Hi, I am using Heartbeat messages with the light switch example, and want to log the nrf_mesh_rx_metadata_t in heartbeat_opcode_handle() to RTT viewer so I can write it to...