NRF24AP2 with MSp430F149 . ASYNC 9600 N 8 1
step 1 : reset NRF24AP2 with reset pin , and received a pulsing signal through RTS pin
step 2: send a char (0x4A) to NRF24AP2...
Hi guys,
I am using the gcc setup to program my boards. However for flashing the softdevice I use nrfgoStudio. SO I downloaded the hex file and fashed the siftdevice. But...
How do you create hid information for a joystick and send it over BLE. Nordic doesn't seem to have
primitives for this (they have keyboard and mouse facilities). I'm working...
I use a PCA10001 board as peripheral role of heart rate service and it can be discovered by control panel. But as I download the experimental program of central role of hrs...
I'm reading the source for the nRF Toolbox app for Android 4.3 and comparing it to the Proximity Profile spec from the Bluetooth SIG, which has this to say about path loss...
Hello,
I have downloaded the software related with the "nRF51822 Bluetooth Smart Beacon Kit" in order to modify typical iBeacon's parametres such as UUID, Major ID, Minor...
Hi,
I'm trying to do a rough calculation of current consumption for the nRF52840 chip.
The unit should sample 6 times an hour by using I2C to acquire samples from a...
Hello,
I want to program the bare nRF52832 MCU over SWDIO, SWCLK, GND and +3,3V Connections with a Segger J-Link programmer. Unfortunately the programmer could not connect...
Hi,
We are designed our own Beacon PCB based on nRF51822 Beacon Kit...We followed board size,PCB Antenna Trace width and GND Clearance as per Beacon kit...The difference...
As I understand it only the largest physical chip, 7x7mm nrf52840 , supports Bluetooth 5.0 long range. Is this correct?
It seems as if Nordic Semiconductor is abandoning...
Hi,
i have assigned RAM address as:
#define RAM_MEMORY_TEST_ADDRESS (0x20002BD8)
uint8_t * p_ram_test = (uint8_t *)RAM_MEMORY_TEST_ADDRESS;
to this p_ram_test i...
Hi,
In the Thread API under the Command Line Interface section, there are the following functions:
void otCliConsoleInit(otInstance *aInstance, otCliConsoleOutputCallback...
Makefile (/attachment/ca6852bdad7b5e54aaa4ce4388c4c410)Please find my code attached!!!
I have changed the makefile and the SDK config file accordingly! but the error remains...
Why can not read twi data ? at nrf52832 chip....
but Read well in Arduino....
twi interfacing with RTC DS1307....
please give me some hint.....
nrf_drv_config...
i would like to print register values of an external sensor on my screen using UART! I'm reading and writing into those registers using SPI! Printing a normal message using...
Im working on 14.0 and s132 and work inside ble_uart code...i was add rtc inside that code sucsessfully but now.. when device goes to sleep so rtc interrupt handler function...
I have just changed line 74 of nrf_drv_uart.h file as
#define UART1_ENABLED 1
instead of
#define UART1_ENABLED 0
and the example gives an error. Please find...
So i am utilizing SPI and i got it to work, however for some absurd reason after removing the segger_print statement below from before the while loop the spi would stop functioning...
Hi,
I'm working on nrf51822 and mpu9250 imu sensor.i'm facing a problem,my buttons function i.e buttons leds int and mpu9250 are not working together either one is working...
Hello,
I have a problem.
For example, I am using UART, and I had trouble printing everything when I used "app_uart_put ()" continuously.
My source is simple.
int...