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...
Hello,
I have been trying to read the temp , hum and pressure value using BME280. The problem i face is i get the same value constantly and it doesn´t change.
I am trying...
My SDK version is NRF51_9.00, softdeive 130, board nrf51822.
We want to confirm some questions about BLE muti connection
1. When NRF51 is scanning, could it connect with...
Hello everyone,
This is the second time that I've had the problem I am about to describe. I fixed it, and now it is broken again. I am fairly certain that it is not (only...
Hello Nordic team,
i am using Nrf52DK and s132 softdevice
i tried to add manufacturer data .code snippet is
static void advertising_init(void) { ret_code_t err_code;...
I have problems getting the beaconing example in the new mesh SDK v1.0.1 working.
I can not see the beacon broadcast "Nordic Semi Mesh" in the lightblue app.
mesh SDK...
I understand that there is a procedure to update this device via uart or spi. I can't find any documentation regarding this. Is this supported in nRF5 serialization API
...
hello:
i wanna generate *.bin file by keil. But I got a bin dictoty. The dic has the two file that is ER$$.ARM.__AT_0x1000120C fie and ER_IROM1 file. how can i do ?
the...
Hi All,
My Server send ADV packet every 1.4 seconds.
Scanner (Peer) scan wiht parameters : 2000ms(period) / 1500ms(window).
WHY CONNECT happens only each 6 seconds not...
Hello everyone,
I experienced some weird behaviour with nRF52832 on the nRF52 DK when transmitting packets on different frequencies. If I switch e.g. between frequency channel...
Hello,
I'm using BMA253 sensor on custom board with nRF52832. I've implemented bus write and read functions using nrf_twi_mngr.
Here is code:
It is working, but I...
I run connectivity of ble_central_and_peripheral example s130 SDK9.0.
When NRF51 as central device, what the max it can connect with peripheral devices?
When NRF51 as...
Hi everyone, I'm trying to understand Eddystone example in NRF5 SDK. I'm successfully run example ble_app_eddystone. I also edit Eddystone URL from mobile app. I don't know...
Hello,
I want to create a small BT Mesh network to demonstrate the possibilities and advantages of BT mesh, for example switching on two lights via BT mesh, collect sensor...
I wan to network multiple avr microcontrollers with nrf240L1+. My project is 2 0r 3 seprate microcontrollers read tempreature from their sensors and send them to a base micro...