Softdevice Version: 8.0.0
SDK: 9.0.0 IC:
NRF51822 Rev 3
service: NUS ANCS
When the application is not downloaded, the bootloader is working.
After serial bootloader...
We're looking for a few (2-3) savvy OS X users who might be interested in trying out Xcode to natively develop code for the nRF51/52 BLE SDK's. This build method does NOT...
Hello,
i'm working with my own board with the SD V6.0 and nrf51822 chip id QFAAG0. Already works fine.
Now i switch to the new SD V8.0. The SD V8.0 is programming with...
Hi everyone,
I'm working on the nrf51822 chip and using S110 stack of SDK 6.1. Everything is fine for IPhone5s. The proximity example is running on the nrf51822 device...
I have used your example of a bootloader nAN_18. I can create a basic program, with new firmware, and also load my new bootloader program at the high end of memory.
My...
Hi,
I'm developing some projects with the nRF51822 chip and I am not able to debug them successfully any more. However, I have previously debugged correctly some projects...
Any chance someone have develop a iOS (Objective-C / Swift) library to wrapping Nordic DFU Protocol?
I'm aware of the availability of the source code of nRFToolBox ( github...
When is the next version of nRF52840 coming out (or available through a distributor in Switzerland)? In an earlier version of this chip, we were unable to link the micro USB...
After setting up the tool chain and confirm it is compiling correctly by flashing the Proximity build into the dev kit PCA10040 and confirmed with the Android App it is fully...
Hi,
I am develope a ble device use nrf51822 , when I use a Android app to connect the device without start a scan , only use the mac address to connect the device , I cann;t...
hi!
I am having a BLE peripheral on NRF51822 chip.bute the passcode size is 6-digit ASCII string when ble pairs.can i change size of passcode?such as 4-digit ASCII .How...
The problem is exactly same with the topic. I have custom board for Beacon. At the beginning I soldered 5 boards and all of them was working perfectly. After few days, 4 of...
One of the features of our product is the ability for a user to rename their device. I have tried to implement this with the sd_ble_gap_device_name_set(...) and ble_advertising_restart_without_whitelist...
Hi,
Would it be possible to change this setting (Relay) dynamically, i.e., instead of changing the value of m_relay_enable in the network_init() function and program the...
I'm using this code to log the BLE MAC address on my peripheral device, an nRF51822.
void ble_log_mac_address(void)
{
// Log our BLE address (6 bytes).
ble_gap_addr_t...
Hi,
I'm basing my project on ble_hrs_freertos example project (nRF52832, SDK14.2, PCA10040)
When calling assert(condition) in the original example project, it works...
Hi!
We are evaluating the 52832 soc for use with a DALI-controller. The communication speed with the controller is at 1200 baud, Manchester encoded. Is it possible to interface...
In BLE communication, I want to send 244 bytes of data from the peripheral to the central every 50 ms, is it possible? If possible, please tell me the setting method.
Hello, I have a problem with the configuration of GPIOTE low accuracy pin interrupts. My code is running on nRF52832 and already uses ble stack, PWM1 and PWM2 instances with...