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...
Hello,
I've ordered the kit NRF51-DK, and waiting to be deliver.
NRF51-DK is including a J-link on board, my goal is to program this kind of cheap board with it just...
Is there a window in Keil uVision available to monitor how much flash and RAM I've consumed? I'm not seeing anything in the build output and am not sure where else to look...
Happy Christmas All.
I had a Keil ARM IDE and the rest of the software to get my PCA10001 for the EV board set up a while back by just following the instructions that came...
Dear all,
I use the softDevice S110 V7.0 together with the SDK v6.1.I
've modified the dfu_dual_bank_ble bootloader.
Instead of waiting for the button press, it would...
Hi,
Does the nRF51822 SDK support the generation and broadcast of dynamically changing MAC address (i.e. resolvable private address, Bluetooth 4.0 specs, Volume 3, Part...
Hi all,
i have a device with the nrf8001 module. I can connect this to a smartphone and send data through the UART protocol. After that i disconnect the device and i have...
I'm attempting to set up the GNU ARM Eclipse Plug-ins. I've created a few managed-build projects. I'm attempting to reproduce the results of the makefile in the hrs example...
I need to know whether the nRF24L01(+) has an open-collector IRQ output, or a full push-pull driver. The datasheet doesn't mention this fact.
The reason is, that I'm working...
Am I the only one to experience what seems to be a bug? (same code is running fine on a Nucelo board)
developer.mbed.org/.../
This code is to put in evidence a BUG in...
Hi all,
I use nRF51822, nrf51_sdk_v5_2_0_39364 and s110_nrf51822_6.0.0.Test ANCS, first with the iPhone connection is no problem. When I disconnect, connect a second iphone...
Hi:
I would like to Advertising Data and Scan Response Data which are added CompleteLocalName, the program does not work, it will reset. Why is that?I err_code = ble_advdata_set...
Hi all!
I've been trying to upload the official firmware (nrf51822_beacon_app.hex) to the nrf51822 bluetooth smart beacon kit. I put the beacon in bootloading mode (steady...
Hi,
Is there a way to modify any of the contents of the setup generated by nRFGo?
The services.h file generates SETUP_MESSAGES_CONTENT to populate setup_msgs[]
const...
I'm trying to track only the files that are necessary (e.g. exclude the _build directory) in a hidden .gitignore file. Is there a recommended standard?