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...
Hi, I'm using my custom board with NordicSemi nRF51822-QFAA and J-Link.
(Softdevice S110 7.1, SDK 7.2, and using IAR for ARM 7.1)
I was testing the NUS example using...
Hi,
The examples provided seem to indicate that the NRF51822 needs to be attached to an application processor / CPU (e.g. - Raspberry Pi). How much resources (CPU cycles...
hardware:pca1001
software:s120 v2.0.0 sdk 6.1.0
i will get rssi value by connected by s120.so i update the s120 to v2.0.0. but when the app run, an error occur.[APPL...
Hello,
I am using the Sd130 (v0.9 alpha-1) and do experience a reboot with NRF_ERROR_INVALID_STATE.
I start advertising, then use another device to connect to it. After...
Hello,
where do the SD130 limitations come from. Is it the Bluetooth standard that limits a device to 3 connections as a master and one connection as a slave or is it a...
I am using latest (v 0.9) S130 and experiencing the following problem, the code below is located in the function which is called directly by the main():
uint32_t err_code;...
I just tried out the new iOS nRF Toolbox 1.5 and it doesn't seem to handle long init packets.
I gave it a zip file that contains a 137216 byte 'application.bin' and a 192...
hi,i am working on a bootloader for an application using s120.i start up with the bootloader example in sdk of 5.2 and 6.0. i build the single_bank_hci target, and find that...
Hi all,
I'm trying to use the Sniffer to debug issues we are experiencing with Connection Stability on the iPhone 6 and HTC One M8. So I've trying to use the Sniffer to...
Hi, I use the nRFgo Studio to download the softdevice.
Recently I learned how to convert a hex file when I work with IAR.
So I tried my hex file with the nRFgo Studio...
I want to send images to my arduino from an app to nrf8001 and then display it on my device. Is nrf8001 made to only work in 20-byte wide receive buffer? Can it receive more...
Hello everybody,
In the SD_EVT_IRQn ISR I check for BLE and SoC events and set flags for each so my application can fetch and dispatch the events in the main context. ...
Hello all,
after a long period of trial and error I come for advice. I use the NRF24L01+ module with a slightly modified NRF24-library based on the work of MikeM ( www...