Hi,
This post is very old.
devzone.nordicsemi.com/.../
I have a nrf51822 chip and I'm using it as BLE and it exposes some service and characteristics and it is working...
Hello!
I set up a project using NRF24L01 and a patch antenna ceramic, the type used in GPS.
In fact, I tested several types of antennas, F, F inverted, GPS, Loop. But...
Hello,
I'm trying to create a PC application to read out some Ti Sensor Tag modules. I'm using a nRF51822 USB dongle and the Master Emulator api.
The nRF dongle sees...
Hi
I have my code like this .
unsigned char *encryptedData;
unsigned int encryptedDataAfterAppendingLength;
memset(encryptedData, 0, encryptedDataAfterAppendingLength...
After ping through link local address ,i am not getting any Router solicitation messages,neighbor solicitation messages and neighbor advertisement messages while i am capturing...
Hi I've got my nRF8001 breakout board ready I now need the SDK in order to start developing firmware code.
I don't have any registration key, how do I get hold of it? ...
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...