It is good practice to prefix the includes from one's C libraries with a directory so that they are all part of the same 'include namespace'. Unfortunately the Nordic SDK...
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.
...
NRF52,S132 soft device,
I am trying to toggle GPIO 10 (NFC pins Enabled as GPIO)in a 1us Timer, But its not happening , What may be the issue? Am using Timer 4. What is the...
I have programmed nrf51-dk with an example code available at mbed platform,everything works fine except that the ble is visible even if we open bluetooth menu.It is scanned...
Hi,
I'm developing something with NFC / BLE handover - it is currently working fine, NFC tag is read by a phone, nrf52 starts advertising and phone then connects to it over...
Hello,
I'm remaking an nrf52 project in Keil and ran into an issue when it came to compiling. All of the errors outputted have came from bsp.c, mostly stating that a few...
Hi,
We will use nRF52 along with small 8bit micro and UART connection. The MCU cannot support standard baudrate 115200, and we will need to implement non-standard speed...
I am using the Johanson balun ( www.johansontechnology.com/.../Johanson_nRF8001_App_Note_v2.pdf) to interface the differential input of the nRF8001. The PCB manufacture I...
Hello,
I am using the following function call to set up PWM:
app_pwm_config_t pwm1_cfg = APP_PWM_DEFAULT_CONFIG_2CH(5000L, BSP_LED_0, BSP_LED_1);
However, the compiler...
Hello,
I designed a board with a nrf51822 on it. My problem now is, that this chip needs far too much current (with no firmware on it) when I apply the 3V3 power to it. I...
I have been working on a project that involves two nrf51 dev boards, one is acting as a central and the other is acting as a peripheral, and I have been encountering a problem...
Hello!
For beginning with nRF51 I chose BLE Nano set of boards (BLE Nano + MK20 USB donbgle) and it was of great help to easily begin with BLE.
So far, we came to the need...
As an experiment, we want to implement soft power off for nRF52 with external components. We want to keep the entire circuitry entirely switched off, and after a press of...
I do not use board.h nor bsp* in my project, and also I am not initializing the pins that I do not use in my program currently - so P0.17 is not initialized and setup. However...
Hi all,
I am new to nrf51-dk and I am using nRF5 SDK v11.0.0.
I wanted to perform the task below.
When the DK is turned ON, read on board push button status.
If button...