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...
Hello, I have established the connection between two pca10001 boards, one as central and one as peripheral using multilink_central and multilink_peripheral. I have serial...
Is there any way to integrate SoftDevice with entire project so I can get one hex from build? I am new to CrossWorks and nRF52 and I am developing BLE device. After getting...
I want to do firmware update over the air in a STM32F4xx microcontroller which is connected with nRF51822 chip via UART (TX, RX, CTS, DTR) and BOOT pins. ST microcontroller...
Hi
I can get the current time from the server using the time service characteristic. Which function should I use to set the RTC clock on the nrf 51 to the current time...
When I add a new server of my own service I got a problem.
when I set
BLE_GAP_CONN_SEC_MODE_SET_ENC_NO_MITM(&cccd_md.write_perm);
I can send data to iOS normal,but...
Sometimes I only need to send 4 bytes instead of twenty using a notification. I've noticed the init_len and max_len parameters but I'm under the impression that this will...
i am already using sdk 10. but when we have build boot-loader program. so, generate "nrf51422_xxac.hex" file. it's working for only nrf51422.. but not for nrf51822. so, how...
Is there any difference in RAM overhead with the new app_timer module on SDK 10?
I'm my application on SDK 6.1, I have 25 app_timers which run without any issue.
APP_TIMER_MAX_TIMERS...
I am setting up production testing of our product to do RF testing per app note AN34. We are using the nRF51822 on our product. I'm using Nordic's development kit and their...
Hello,
I am planning to use the nRF51 device in DTM and was looking for help on how can use it to control via USB/UART connection to PC using FTDI chip. All I want to do...
Hi Nordic,
I am having a problem with linking against either of the gazell gcc libs (gzll_gcc.a or gzll_sd_resources_gcc.a).
I'm using Yotta (MBED) and have taken the...
Hello,
we have an android/iOS app on a phone that is connected to my button (nRF51) and to a Bluetooth headset. The app is a kind of walkie talkie that transmit mono audio...
Hi, I'm working on a project where I'm trying to make an nRF51822 play a basic sound (such as a beep). Is there a recommended DAC that should be used with this particular...
hi, i am using nrf51822 version 2, SDK 6.1.0, softdevice version 7.3.0.
because the nrf 51822 is version 2, i have no choice but to use SDK 6.1.0 not 11.0.0(latest version...