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...
1.description of my system:
Hardware:nrf51822,pca10001
Software:sdk5.20,run the softdevice s120
2.the problem i meet,in the main() function
the first i called the function...
Hi,
We are using nRF51822 BLE device in our product. As we got to know that this chip cannot be factory programmed.
Can you please suggest us how we can program this...
Does the following flasher also allow to debug the nRF51822 device?
Segger Flasher Portable
If not... which flasher/debugger is suitable to be used during development...
I'm adding the bond manager to an existing nRF51822 s110 soft device project to enable encryption when reading/writing certain characteristics of a BLE service.
As far...
i am making something about dfu!
i read some message from "readme.txt"
such as :
Program initial SoftDevice
Make sure the device is cleared (nrfjprog --eraseall...
I have trying my best to find the url of ''nrf51_sdk_v6_0_0_43681.msi',but there is nothing i got, i need some help.
Do you know somthing about it? thanks!
Edit: One...
Hi,
We're using the SPI to communicate with a device that, when powered up, supports only up to 3Mbps SPI frequency , but after a while can work with higher frequencies....
Hi,
We have a customer requirement that he want to setup the ANCS service bypass pairing. It looks TI CC2541 could do so as below URL. Do you think it could be done from...
Hi. We're looking at nordic modules for a range of new miniaturized health sensors.
Does anyone know how to compute the current consumption of a BLE module given the data...
Hi!
I've quite wired problem with PWM based on NRF_TIMER.
When I modify CC value to adjust current value to desired value slowly (function is fired from outside event...
I have written application similar to ble_app_temp (posted by Ole Morten) and during the test I noticed that current consumption is extremly high. I used brand new coin battery...
I have writable characteristic on the server. As far as I understood there are at least two ways to access to its value: one using ble_evt_t and BLE_GATTS_EVT_WRITE another...