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...
Hello, Nordic Team, I'm embedded designer from Russia, discovered your amazing wireless MCU NRF52832. I looked through your SDK and peripheral drivers, and unfortunately found...
Hello,
I'm trying the ota tester with pca10040 board however the ota tester won't run.
System hangs around softdevice_enable() and goes to app_error_fault_handler. ...
In Android 5.x (API 21) and up, we are experiencing a problem with our BluetoothLeScanner, on some Samsung models like S4 Mini and S5 Mini.
More precisely, an error is being...
Hi,
I would like to use assembly language instructions for the following piece of code:
nrf_gpio_cfg_output(PIN_EN_BSTR);
for(int i=0;i<NUMBER_OF_SHORT_PULSES_TO_TURN_BSTR_ON;i...
Hi,
I wrote a function setting some GPIO pins, initiating an SPIM transfer (with EasyDMA), then waiting for the SPIM handler to signal end of transfer, and then set some...
HI,
I am using nrf51822 to communicate with ADT7320,using nRF51822 as the master,and the ADT7320 as the slave.I used the SPI master example,then i want to get temperature...
I've not been able to program the nRF51822 using the Blackmagic probe programmer because the nRF51822QFAAH1 seems to use a previously unseen device code of 0x008F
Could...
Hi guys!
Got a problem with re-initialising my SAADC to read my current battery voltage. I'm using SDK11 and don't want to migrate to v12, so I wanted to do a workaround...
Hi,
Im using SDK11 and id like to use serial DFU, when i try to run pc-nrfutil I get a message "Serial transport is currently not supported".
Id like to write own update...
Hi,
I just upgraded to the new SDK (12.1) from SDK 11... and I'm completely lost about the new secure DFU... Previously I correctly implemented a buttonless DFU in my application...
Hi,
I make some tests on power consumption of nRF52 with evaluation board and I remark some peak on the current. it's appeared that this peak is generate by DEC4 output ...
Hi, if i pair my nrf51-dk with my iPhone works, than I pres discontent (bluetooth settings),
now,
if I try whit another iPhone this doesn't work...
If I reset the board...
Hi,
I think there's an error in SDK12's nrf_drv_uart, some code parts unconditionally use p_instance->reg.p_uart (eg. nrf_drv_uart_task_address_get, interrupts_enable)...
Hi
Recently in the release notes of the SDK12 I noticed a line about updated the MDK update:
Included a critical MDK update (v8.7.1)
My SES project uses the...
Hi,
Is there an example available for Nrf51822 BLE HID (nrf5 SDK v11) with Feature and Output reports?
I've added an output HID report to HID mouse example from SDK and...
Hello.
I use nRF52 and tried to make the shared channel.
There are 1 Master and 1 ~ 3 Slave device.
When the master device send the notification messages to slave...