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...
Previously, I used to load and debug my programs.
after a few months,
Today when I setup the environment again, now I can only compile and generate hex files from Keil....
Hi,
Now I am try to use sd_flash_page_erase() to erase a flash page.
Before I call it, I already stop all interrupt but I always get a error message "NRF_ERROR_NO_MEM...
Hello,
I am working with nRF51822 development kit (s130 softdevice). I want to use one software interrupt for my custom application. Is there any software interrupt available...
During my development with ANT protocol, I found that if you have a bunch of units all have one master channel. Channels will actually bump into other channels easily and...
Hi,
I'm trying to get the SPI Slave example working on my nRF51822 PCA100001 development kit.
SPI1_TWI1_IRQHandler never gets called even though the ACQUIRED and...
Looking into the schematics, I could not find any uart or spi signals on the connectors. I am good in soldering, but I would not dare connecting wires to the nrf51422... ...
Hallo everyone!
I need very low consumption when BLE working. according to S110 SDS, BLE power profile section, when BLE in idle-connect, there is Ion+Irtc+Ix32k, same...
Use the spi_master_example_with_spi_slave in SDK6 to evaluate the SPI master module but fail.
No matter use the default pin assignment or re-assign, it does not give out...
I can't find in the documentation for the IoT the usual section about requirements for the start of user code, the start of user RAM, the max stack used and whether any heap...
I would like to be able to generate DTMF tones using PWM. I am very familiar with the process, having written code to do this several times on other devices. The DTMF will...
Is it possible to use the nrf51 dongle with raspberry pi b+ ? I'm prototyping a 6LoWPAN solution where the peripheral nodes are nrf51 devices. I'd prefer the central device...
Hi, I'm not used to the bsp.c so my question could be silly. I hope you could understand.
When I used SDK 6.1, the example about button_event_handler function had a parameter...
What is the best way to transfer an array of individual values using the BLE stack?
Is it by appending all the values into one blob and sticking it into a characteristic...