I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
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...