Does anybody got an app inventor2 "project" to communicate with the (Adafruit) Bluefruit LE UART (or SPI) ?
Note: my Android version is 4.4.2 (LE "advertising" not supported...
I've created a Secure DFU client using the multilink central example with S130 and SDK 12.2 (running on PCA10031).
There are a few issues we have trouble with.
The...
Hi,
After successfully managing to preserve our devices bonding information (and custom app context data) across DFU updates, we have a few related questions.
I should...
I would appreciate some suggestions on a good development flow to go from an Example to end application
I have nrf52832 on a custom PCB.
I tested several sdk13.0.0 examples...
If anyone will ever have this error:
When using c++ and singleton the use of operator new is not possible.
I found the solution in this post: forum.arduino.cc/index.php...
Hi I am using Jlink board, when connected to my pc, I can't select nRF5x programming.
Version I am using is 1.20.0.2. I tried the uninstalling everything and installing....
Hi guys,
In the iot sdk in mqtt.h there are typdefs for "mqtt_topic_t " and "mqtt_subscription_list_t".
I'm trying to set several topics (5) and subscribe to them.
...
Hello dear Engineers!
the questions are should I connect pins DEC2:A18 and DEC2:E24 externally ?
shuold I use Capacitors to decouple both these pins (in Reference no...
Dear developers,
we are considering purchase of a reliable programmer capable to flash the nRF51822 in production, one possible option is the SEGEGR FLASHER PORTABLE or...
Hi!
I have noticed strange problem with one of GPIOs - P0.15. We have tested 50 devices based on nRF52832 and 3 of them have problem with P0.15 after few days.
P0.15...
The default I2C address of my sensor is 0x29 (7-bit).
If the least significant bit is low (0x52) the message is a master write to the slave. If the lsb is set (0x53) then...
I'm using SDK 12.2.0 with softdevice S130 V2.0.1 and want to use TWI.
Using the ble_beacon example I added the twi code from twi_sensor.
Shortly after calling TWI_Init(...
Hi,
during normal operation, my device shows a power consumption of 4.7mA.
Normal operation is:
accelerometer (lis2dh) detects a shake and wakes up the nrf51 via...
Hii ,
i am using customized board (chip : BT832).
err_code = sd_softdevice_enable(clock_source, softdevice_assertion_handler); hangs. it took some delay and after that...
Hi all,
I have seen a pair of questions ( this and this ) that I think have something to do with this, but didn't find a solution.
I have a custom board with a button...
I want to have an application similar to UART in the SDK example, with multiple peripherals.
I tried to modified existing UART example, but cannot make the central node...
I want to add the nrf52832 to my customized board and I am studing the possibilities for flashing it once that is located on the board. Is it possible to flash trhough the...
I have a board with some LEDs that are driven in the same way as with the nRF51 DK board (i.e. there is a resistor in series with the LED and you drive the pin low to turn...
In our testing we encounter some devices (Centrals with nrf52832), where the peer manager event PM_EVT_BONDED_PEER_CONNECTED contains a invalid peer id 0x4000 (allowed values...
I have a device the uses MSP430f169 and CC2500 RF controller for communication I need to replace the CC2500 RF controller with nRF51422 device.
As I understand an nRF51422...
Hi,
I develop application on MBED platform with NRF52-DK. I figure out that pin "logic" on this board is interchanged. For example. I have LED connected to some pin. When...
Hello,
on my custom board I am trying to use pin P0.09 and P0.010 for interrupt-purposes. So I integrated the necessary adjustments as mentioned in this topic here , which...