I want to write PCA20006 nRF51822 Beacon Firmware to PCA10004 on nRF6330.
I understand need to modify GPIO.
PCA20006 firmware consist of 3 firmware, SoftDevice, application...
I'm trying to use the ADC and internal reference to measure battery voltage on the nrf51422, while S210 is enabled.
From the example nrf51-ble-app-temp-master, I found...
I have Nokia Lumia 630 and it works well with nRF51822-EK but only with SDK nrf51822_v5.1.0.36092 and SoftDevice 6.0.0. Now I decided to try DFU OTA. I programmed bootloader...
Hello,
I found that there is a multiprotocol demo in folder Board\nrf6310\s110\experimental\ble_app_multiactivity_beacon,then I found it can implement concurrent connected...
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...