Hi, is there an available developer in my tri-state area of Minnesota, N. Dakota, or S. Dakota? Please call me if you are available for a project for hire. The developer should...
I'm trying to design a very low power sensor that takes readings using ADC and SPI 200 times a second. I'm a bit worried by the current EasyDMA uses (1.1mA). As far as I can...
Hi, I am working on a project where I want to make one nrf51288 chip as central hub and connect that to a android phone and other salve nrf51288 .
idea similar to this: ...
Hi,
I have a code programming the nRF51422 development board to write to a Sharp Memory 96x96 pixel LCD screen using SPI.
Currently the code writes two numbers and a...
I've modified the ble_app_uart example by adding GPIOTE so that the transmitter sends a character to the receiver when a GPIO pin is toggled. This part is working well.
...
Hi,
I am working on my hardware product having nRF-51422 chipset. I just came to know from forum post that
nRF-52 chips will get arduino IDE support as standalone. I want...
Hi,
I use s110_6.0.0 and sdk_5.2.1 in my old product. I found that I can't write flash sometimes. Timer1 and Timer2 are used, and their interrupt priority level is 1(high_priority...
Hello,
I noticed that their was a question in the developer zone regarding MD bit?
devzone.nordicsemi.com/.../
My question is slightly different. I am using Soft...
Is it possible to use random 128-bit UUIDs for custom services and characteristics? Or do the characteristics in a service need to share 96-bits with the custom service UUID...
The hardware bug #39 on the GPIOTE in EVENT mode which gives a overconsumption of ~1mA even in idle mode on, kills the interest of having a low power chip, because the solution...
I am wondering, for 51422 or 51822, are all radios can work simultaneously or only one type of radio can work at a particular time?
e.g., BLE & ANT can work at the same...
Hi all,
Is it possible to get a callback from the softdevice, when a characteristic is changed? If so can you guide me in the right direction - documentation / examples...
@brief Function for application main entry.
*/
int main(void)
{
// Configure LED-pins as outputs.
LEDS_CONFIGURE(LEDS_MASK);
// Toggle LEDs.
while (true)
{
for...
Hi,
I'm using gazell library with app_pwm.
From documentation gazell use Timer2 and PPI channels 0,1,2.
APP_PWM use Timer0.
When I disable pwm using app_pwm_disable...
Hi,
I'm trying to use the nRF52832DK to flash a Rigado BMD-300 module (nRF52) - I've connected SWDIO, SWCLK, GND and voltage sense to P20.
It seems that because the...
I run the boardcast tx application on a nRF52832 board and I add uart drive into the proj. I use UART to console on PC.But uart doesn't work, PC console nothing. What's wrong...
I'm using the mouse example which use bonding and white list which allow to connect only to one central after performing the bonding
my question is, does the bonding feature...
Hello,
Is this the correct setup? What else will I need to do to make it work (e.g. it says something about the MCU will detect the external board and then programm/debug...
I want my device to pair only with a single central device at a time. So once it gets paired, it should not be able to pair with any other device. For this purpose I use directed...
Hi community,
I'm studying the possibility to be able to link multiple central devices to one peripheral. As it defined in the s130 soft device description ( www.nordicsemi...
I upgraded Arduino IDE to 1.6.8 version, it was automatically set up Programmer AVRISP mkll, in previous version I can see that was Atmel STK500 development board
in Tool...