Hi,
I'm running Mac OS X 10.10.2 with the nRF51-DK PCA10028 card that I received today. I started off following the instructions in this article , and was able to get JLinkExe...
Hello,
I would like to do an communication between Arduino and Android platform.
In my case, Android will be master.
But I want also test between 2 Arduino with an Bluetooth...
Hello,
I would like to develop a custom key sharing algorithm for nRF8001 chips. As far as I have understood the only way to use full 128-bit temporary key (TK) is OOB...
i am useing nRF51822 pairing with nRF24lu1 over GZLL protocol now,
is there someone have the experience on how to config the parameter of GZP_TX_RX_TRANS_DELAY in function...
I have a peripheral running the S110 stack, which presents a characteristic to which I want the central (running S120) to be able to do a long write. What I've been trying...
Hi all,
I have been trying to combine the UART and hID Keyboard examples into a single application.
I want to use the HID part to send specific keystrokes using buttons...
Not a question, reporting a typo. InfoCenter "nRF52832.Product Specification.RADIO.Packet configuration" about the sixth paragraph "The S0INCL field in PCNF0 determines if...
Hello,
When I use the .hex of the tutorial, works ok. But when I compile the tutorial works Ok until when it suppost to sleep (after the timeout time), then gives an error...
I'm working on my owm dfu service and until recently I used pstorage_raw for handling memory. Now as I wanted to implement bonding, I added the peer manager, because I'm not...
What are the expected wait states when reading data from RAM and FLASH on the nRF52? This is stuff on the DCODE bus.
What I'm seeing whilst profiling is a load instruction...
Hello,
I had this compiler error issue .
I know this dirty laundry shall be cleaned by Keil and Microsoft Windows. But you still can help if you add to your SDK project...
I have clone nRF51 mesh project(nRF51-ble-bcast-mesh-master.zip), and I can find BLE_gateway sample project in the zip file, but I can't find a led_mesh project. Does anybody...
In SDK 11, there was an immensely useful function known as NRF_LOG_PRINTF. in SDK 12, this seems to have been replaced by NRF_LOG_DEBUG, NRF_LOG_INFO, NRF_LOG_ERROR. However...
pin 2 is for turning on and off at sepecified time...
pin 3 is for turning on the light whrn button is pressed and turned off automatically as time decided in the program...
I have been debugging this problem for a few days and have exhausted all of my options. I am relatively new to embedded development so user error is not out of the question...
Hi,
I need to load ble code to mrf51422. I read on the forum that I can do it using nrf51 dk but did not get the steps. Couod someone give me detailed description about...
VPN Solutions are a guaranteed private network association constructed on top of infrastructure that is publicly available. vpn connection free Providers provide an alternative...
Hello to everyone!
I'm digging documentation of SDK. and I meet a lot of doxygen things like this
/**@brief Macro for configuring a pin to use a GPIO IN or PORT EVENT...
Hello Everyone,
I want to program the BMD-300 with the nRF52 Preview Development Kit.
I have connected:
BMD-300 -> nRF52-DK
SWDIO -> SH_SWDIO (pin #4) on P20
...
Sorry for probably stupid question..
All the time in SDK we set need bits through the mask, for example
NRF_GPIOTE->CONFIG[idx] |= (pin << GPIOTE_CONFIG_PSEL_Pos) &...
Hello,
I am looking to get started with NRF52. I am very familiar with TI BLE so not a beginner.
I am looking for a high level introduction to the nordic soft devices...