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,
Has anyone converted the Adafruit graphics library for Arduino, Adafruit_GFX.h, to be compatible with the nRF51?
Could you please advise on how to convert this Arduino...
Hi all,
I have a few questions:
How is that ADC's common mode rejection capabilities? Rejection for 60 Hz interference, etc...
The datasheet has "typical...
Hi all !
I'm trying to evaluate the throughput i can have between a Motorola 4G and the nrf51. The nRF51 is the peripheral and the phone is acting as a central.
To do...
I have a digital microphone chip, it has the CLK, DATA, LR_SEL three pins, now I will pick up the three pin nrf5283 three pin is as follows: CLK connectionI2S_CONFIG_SCK_PIN...
Hi,
I'm wondering if it's possible to implement Wireless HART protocol using the nRF52?
If yes, can someone point me the right way (open-source libraries, etc)?
Much...
Hello,
Device NRF52 SDK15.3 SD 6.1 BLE_APP_UART
Host: IPAD mini 5th generation IOS 12.2
we are trying to configure BLE_APP_UART to communicate with IOS 12.2 device...
Hi,
In SDK15.3 USB MSC example can't work.
First, the computer does not recognize the USB MSC device and initializes it normally after calling nrfx_systick_init.
Secondly...
Hello,
What is the best way to prevent a client from writing wrong values into a characteristic? For example, I created a writable uint8 characteristic on a nRF52832 that...
I have a custom board SDK 15.2 API 6.1
I have a simple PWM going but it seems to just turn the low and set it high when i turn it on. It does not however seem to pulse according...
I've been trying to add a new BLE service to my device. I've followed the instructions in this tutorial , up to step 7 (so no characteristics or anything), but the device...
Hi all,
I have a theoretical question. What is the bearer layer? There are up to 4 bearers defined in the bearer layer: Advertising, GATT, PB-ADV, PB-GATT. How to make the...
I have gotten mqtt_simple working with iot.eclipse.org:1883. I am now trying to adapt it to use TLS. From other questions I have made the following changes:
diff --git a...
Hi
I had this problem. In my program, I send an archive with various data. I send the data using the notification. The central device is a smartphone with Android OS. If...
Hello,
I want to add another custom BLE service (custom 128 bit UUID) including its 4 characteristics (no separate 128 bit UUID / 20 byte characteristic value length), but...
Will Mesh DFU overwrite the mesh provisioning data on my device? Let's say I have a device that has been provisioned for my mesh network. If I issue Mesh DFU for the Bootloader...
I'm having issues trying to program a custom board with NRF52832_QFAB in DC/DC config. I couldn't reach a complete programming because I'm getting an error in open ocd with...
I'm trying to accomplish two things: 1. Write 2 values to the UICR (2 arrays actually - a serial number and encryption keys). 2. Flash the device in such a way that the information...
Hi,
I was looking at the --help command of nrfutil pkg generate and I noticed that there is an application version string option.
What is the use of this option? I know...