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...
Thanks Stefan. The zip file making and updating steps work perfectly for me, if I follow your steps and make it from your stock pre-built "dfu_test_app_hrm_s132.hex". My question...
Hello,
Two issues want to ask, after tried the BLE_NUS example code.
From other posts, still does not exist clear solution (example, pictures) ?
Sure has an application...
Hello,
I am working with the uart module. While configuring the uart I encounter 2 issues.
First when in the uart_init function the pin for uart output is configured...
Hi,
I am using nrf51822(128k), SD 6.0, SDK 5.2.
I found that nrf uart v2.0 app will add a "0x0A" at the end of data that I want to send.
How can I remove this?
Thank...
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...
I've never used Gnu's GCC before, but after 20 hours of trying and failing to install it on my macbook, I'm finding a shining hatred. I've downloaded their exhaustive list...
I migrated to nrf52 and countering some problems.
I am trying to sample 4 pins every 2ms with SAADC.
I started with Example here .
I simply changed
uint32_t ticks...
I've got a gyro I want to read some data from, but I don't know the values and can't verify if they got read correctly. When does nrf_drv_spi_transfer start to read?
i...
Hi, i;m trying to build the "nrf52-ble-app-lbs" example which i downloaded from git hub github.com/NordicSemiconducto....
I followed the instructions in the README file...
I'm thinking about changing ADC resolution during operation.
What I want to do is:
start
・Operate in 8bit ADC(normal time)
↓
・Operate in 10bit ADC(particular...
I want to use NRF51 DK to sample 2 analog signal continuously (300Hz) and send it to a smartphone using BLE.
I need advice on
Which nrf example to use to code my DK...
I've run out of space in my attribute table. No problem, I'll just make it bigger with ble_enable_params.gatts_enable_params.attr_tab_size .
The easiest way to do this...
Hello,
I am trying to implement a clean shutdown process, but running into some issues. The flow of the SPI use is as listed here:
Initialize SPI instance and...
Hello,
I`m using more or less the Nordic OTA bootloader implementation.
There is a timeout that forces the bootloader to reset, if no action happens.
Because we have...