This is not a real question for support. It's more a success story i'd like to share with you!
Our company develops firmware for various customers on a lot of different...
Hi all,
What is the maximum data rate for the nRF24AP2 when using the Synchronous serial interface?
I cann't see it in the datasheet.
Is there anyone can answer me...
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 need to store an image of size 40kB to internal flash memory. Actually i tried to store it from the address like 0x28400 and 0x2E984 (memory addresses after softdevice...
Hi, I am developing an BLE application using nRF51822.
This question is from my previous question:
devzone.nordicsemi.com/.../question-about-adc-power-consumption
...
i have purchased one of the modules. i need to interface with other modules of the same kind but how will i start programming it ,can u people suggest me the IDE ? do i need...
Hi,
I try to modify 51822 device_firmware_updates code for 51422.
But I have a problem.
When I run my code, my cell phone can connect to 51422. I can click DFU button...
According to Page5 of nWP-018, if we compare QFAA G0 to C0, G0 doesn't have a valid version reference design with the right balun. But G0 and C0 have the same valid reference...
Hi there,
We're looking to use the entire 16 KB of RAM on the nRF51822 when the S110 is disabled. We've come across an odd case, where doing this:
memset(0x20000004...
Hi there,
I am trying to learn how to develop for the 8001 chip on an Arduino board.
Does anyone know a good tutorial I can use to get to grips with how i would go about...
I have nRF 8001 BLE chip.First i want to know will this chip contains any Firmware i.e it has its services and characteristic or not? And i want to write my own Services and...
Dear Sir,
I used nRF51822, I found sometime the program reset itselft. Then I made a test program to send out the "RESET REASON"by BLE message. I found the reset reason...
When a callback function is registered via the softdevice_ble_evt_handler_set(), are there re-entrancy issues when the callback is called by the softdevice?
For instance...
HI,
May I ask question ?
I am testing the "ble_app_hids_mouse" program . When I run the program ,but it can't pair with my computer(windows 8.1).I don't have the nRF6310...
I want to connect my mouse to win7 or XP PC(but I can only buy CSR BLE dongle CSR8510A10),
It connect OK in win8 with the same dongle but report error as the title describe...
Hi,
I have a problem is that I use the 51822 as a reader to read the 24l01's radio data.Now,I use the UART to read the instruction from the PC. If the instruction is "ON...
Hi,
I use the nrf51822 to read the data from the tag which designed by the 24l01p radio module.In the whole progress, first of all, the reading module read the instructions...