But now I have a new problem that is whenever I set " PWR_UP " bit in CONFIG register then it drop the 3.3 volt vcc to 1.2 volt. I don't know why its happening. Anyway, is...
This previous question about multiple advertisements seems to be related to softdevice 7. I was unable to get a similar example working in SD/SDK8
My end-goal is to add...
We are considering using Gazell for an outdoor application, i.e. lots of noise and disturbances, constantly changing environment, where the amount data being transferred is...
Hi everyone,
I have found your git "Ble Optiboot"( github.com/.../ble-optiboot) , and I have understood, it is usefull to load a binary into MCU flash, I was looking for...
I'll go ahead and describe what I need to do and see if anyone might have some place to start for me since I'm having a lot of trouble figuring out what I need.
I'm looking...
Hello ,
I'm designing an embedded system with one of your RF chips (NRF24L01+) and as far as I searched for the datasheet , It seems like NRF24L01+ doesn't have a hardware...
Hi,
This post is very old.
devzone.nordicsemi.com/.../
I have a nrf51822 chip and I'm using it as BLE and it exposes some service and characteristics and it is working...
Please excuse my ignorance, My company is designing in the nRF52832 for our first product using both ANT and BLE. From looking at the documentation on thisisant.com there...
I've got a strange problem with updating my Magnet-Characteristic.
I use a service with 4 characteristics (Gyro, Acc, Mag and Temp Values) and update them on a timer base...
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...