Recently, I try to programme nRF51822 DK communicating with nRF2401e1 DK,unfortunately,which does not success. With setting radio configuration: TXPower,frequency channel...
E:\BLE\work\nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
SDK 6.0.0
Softdevice 7.0
When I connect to Android 4.4.3 device(Nexus7 II) will...
E:\BLE\work\nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
SDK 6.0.0
Softdevice 7.0
When I connect to Android 4.4.3 device(Nexus7 II) will...
I have been trying to understand and get the “ble_app_template” running this weekend, but I keep running into errors. For example in
static void sys_evt_dispatch(uint32_t...
Based on the nRFUart demo, I added a masterEmulator.DiscoverServices() block before the DiscoverPipes() block in a very similar manner. Purposed is to be able to get more...
Hi,
There is much talking about the "large data transfer" over BLE, the l2cap channel being the best option for the moment.
However, does anyone know the datarate achievable...
NRF24AP2 with MSp430F149 . ASYNC 9600 N 8 1
step 1 : reset NRF24AP2 with reset pin , and received a pulsing signal through RTS pin
step 2: send a char (0x4A) to NRF24AP2...
Hello,
I am using nrf52840 and I have successfully uploaded the SAADC example. I do not understand why is V(p) = VDD? How can I configure Vp to be equal to voltage that...
Hello,
I want to build firmware with ZephyrOS for nRF52840. I set up the toolchain (on Windows) and everything works so far (Pyhton, West, CMake..). I can even build the...
What is the right way to use the debug possibilities of Segger Embedded Studio (or another allowed IDE) in case of the client Zigbee OTA upgrade application example? For now...
Hello guys,
I am using SDK15.3.0 and BL654 modules containing nRF52840 on my custom board. In addition to that, I have both nRF52-DK and nRF52840-DK boards. I can program...
Using: NRF52832, SD 132 6.1.1, SDK 15.3.0, Mesh SDK 3.1.0.
I started using the mesh SDK advertiser, with a single advertisement packet with infinite repeats, and that...
Hi, I want to enable mbed TLs library and what I saw from latest release v0.4.0 it can enable it by CONFIG_NORDIC_SECURITY_BACKEND=y in prj.conf My primary goal is to use...
Hi Devzone!
I'm using the nRF52DK (nRF52832 mcu).
I've conifgured the SAADC to use:
Single-ended
Resolution = 12-bit
Gain = 1/4
Ref = Vdd
AIN0
Everything...
I have changed name_type in ble_app_beacon example to have the name displayed and application get stuck into Error.
// Build and set advertising data. memset(&advdata, 0...
I downloaded SDK14.2 and loaded S132 v5.0 and then compiled and loaded the ble_app_uart example code (I also tried the precompiled hex provided with the SDK). It all compiles...
Hi,
I received my nRF52840 yesterday, I believe I've set up my dev environment well-enough to run the demo programs supplied by Nordic (namely the proximity and heartrate...
I'm trying to realize the behavior of "BLE peripheral" that implements 20 "characteristics". While I was in the process of implementation, when I added 18 pieces, the return...
Hi,
I'm using SDK 15.2 & HID Keyboard example. When there are like 50-60 Bluetooth devices around my nrf52832, I notice bluetooth dropouts. What can be a possible solution...
Details: SDK v15.2.0 using ble_app_hrs_c example. Windows 8.1, uploading to nRF52 DK.
This screenshot shows the device operating in working (green) and broken states (red...