I was wanting to use a nRF24L01 with a breadboard but its pin-out didn't allow it. A solution then occurred to me based on parts at hand. I wrote it up with instructions and...
Hello. Can I get a literature to the nRF51 series?
I need a full abstraction of the nRF51, like a book or other information, it's structure schematic of build-in modules...
hts, HTC phone, nrf tools HTM, nrf51822,
every time when it's power up :
the once connect: error code 0x7A cann't read characteristic and 0x14 state change.
the second...
Our company needs wireless temperature sensors (can be externally powered or battery operated) and transceiver with 4 channel analog outputs. It has to be finished product...
I am toggling Value of slave through a button on nrf51822ek .This Value is displayed on MCP of dongle, but i have to get this value on terminal to send it to pi then through...
Hello, I am tryong to use to masters to communicate with two accelerometers.
Q1_ I found the following image from Nordic's website that shows SPI0 pins but there is no indication...
In the nrf51 series reference manual section 12.1.9 it states that there is hardware protection that prevents write instructions from being executed and that there is more...
ble_app_uart_s110_pca10028
i need function is press button to erase bonding information, then use App to connect and bonding.
How to implement this function? could you...
Hi All,
I'm working with the NRF52 Preview DK, with SDK V 0.92.
I've been looking at and tweaking the SPI_Master tutorial found under /examples/peripheral/spi_master...
I'm exploring the possibility of using an nRF51 for a simple device which must take data samples on a fixed clock and push them to a remote client. The issue I'm investigating...
Even though the documentation suggests that there are 3 RTCs (RTC0, RTC1 and RTC2) and the file nrf52.h has a declaration for the RTC2 peripleral, I am not able to use it...
Hello,
I need a bigger bootloader so if i modify ld file line from
FLASH (rx) : ORIGIN = 0x7A000, LENGTH = 0x4000
to
FLASH (rx) : ORIGIN = 0x00077000, LENGTH = 0x8000...
link text from this post i am generating interrupt using button 3. when i push my button,interrupt generates,LED turn on. but after turning on LED, i want to clear interrupt...
I am using SDK 9 on an nRF51 device with the S110 SoftDevice. I am aware of issues using the the PWM library from SDK 9. I need to use the PWM functionality but would like...
Hi,
i tried to modify app_pwm to add an additional timer, since i'm out of timers.
so at the end of app_pwm_init i added
nrf_drv_timer_compare(p_instance->p_timer...
Does NFC has something like an unique adress?
Because the nfc examples in the sdk detect all nfc devices. But I would like to detect only predefined devices.
Or is there...
I seem to be getting correlation on addresses
I running the radio transmitter and receiver examples provided in the nRF5 v11 SDK. However, I am observing still some unexpected...
Hi when I try to run the HRM collector the scan start fails with error code 12289
I am using visual studio and C++
What am I missing? I downloaded "connectivity_115k2_with_s130_1...
Hey All -
My team is new to Bluetooth development and so this may be a naïve question. Pardon us for this, if so.
We are trying to create an Android App that would scan...
Hi,
There is a difference of one digit in BT address and DEVICEADDR. Could anybody explain this? I know in the last byte we have to add C0, but what about the frst byte?...
I added CCCD descriptor to Battery Level characteristic in the proximity_setup.xml.
The nRFSTudio throws an error 0x01 while generating services.h.
Kindly help me generate...