Hi:
environment:
target board: DK52 board and run LWM2M example of IOT-SDK v0.9
router: ubuntu 16.04 on VM and runs bsserver and LWM2M server on ubuntu 16.04 ...
Hi,
I'm interfacing a nrf51822 and a H8/3294. My question is how much can I drain a the txd pin of the H8/3294. That means my question isn't really about nrf51822.
In documentation...
Hi,
On the 3.30 of nRF52832_Rev_1_Errata_v1.5.pdf, the sleep current with LFXO active is 0.5μA higher.
I am using a nRF52832 module with the low frequency crystal oscillator...
Hi,
I'm using nRF52832 on SDK V12.2. I add the connection params in the conn_params_init:
static void conn_params_init(void){
uint32_t err_code;
ble_conn_params_init_t...
S130, SDK 12.3, ble_app_hrs_c example.
I want to use whitelist function in this example but I can't finish it.
When I run peer_list_get(), it gets all 0xFF, means that...
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...