Hi,
In my design, there is a tag used by 24l01,It can transmit the temperature value.In the tag, the parameters are like this:
addrofch[0] = 0xe7;
addrofch[1] =...
We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
In SDK source code of S110 SOftdevice, I'v found two events for which module is registered and waiting using "softdevice_sys_evt_handler_set" & "softdevice_ble_evt_handler_set...
Hi,
I'm working on getting our product through BLE certification and they are asking a few quesion's that I'm not sure about.
1: Pairing. Is it using a fixed PIN or...
Hi,
Routine running normally in low power mode with power_manage() .
but after sd_flash_write/erase current consumption goes high(almost 20mA).
If anything is missing...
Hello,
i want to update the softdevice S310 V1.0.0 to version V2.0.1. My applicatio based on SDK 6.1. With S310 V1.0.0 all works fine. But i can't update to S310 V2.0.1...
Hello, I'm using the nRF51822 and tried the HID Keyboard Application (S110, ble_app_hids_keyboard) example. (Nordic\nrf51822\Board\nrf6310\ble\ble_app_hids_keyboard )
The...
Hello, I have a problem with GPIO Input control
My sensor work on special clock generated by MCU
I've controlled this sensor by Arduino like this
//SCK digital pin...
We are using the NR51422 to develop a BLE application. We reused the project “ble_app_hrm” from the SDK v6 and ran it using the NRF6310 board, everything is ok.
We just...
Hello Everyone, right now i use nrf51-dev kit and i want blinky code for that, in Keil i compile code and load in kit and it work fine but now i want to make code in eclipse...
I'm trying to debug the blinky example with SDK 7.1 using Eclipse Luna. Going through several threads here I could figure out configurations needed and build the app. I can...
Hi,
I have been trying to study how to implement support for over-the-air (OTA) updates in my current S110-based project. But I'm already stuck in the very beginning. How...
I am using softdevice and RTX at the same time.
RTX is using RTC1, softdevice is using RTC0, so no problem there.
But sd_softdevice_enable require a clock source as one...
Hi,
I have problem with nRF51 antenna orientation. I used nRF51 developement kit (mKIT) board and I had problem with communication if I just change a little inorientation...
Can I change the shared channel address (first one or first two bytes in the message) when the channel is open?
The manual says after opening the channel, send a broadcast...