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...
I develop my own project on nrf51dk sdk12.3 on ses.
1.My app project use experimental_ble_app_buttonless_dfu project after add <ProgramSection alignment="4" keep="Yes" load...
Hello Nordic,
I have a problem regarding UARTE0 and Easy DMA with SDK 12.0. I know, this is an old SDK, but unfortunately I'm not allowed to change it.
The TX part works...
I previously tried combining USBD CDC ACM with 802.15.4 under Softdevice, and this did not work.
Now I try combining examples/peripheral/peripheral/usbd_cdc_acm with the...
Hello,
I want to put my custom board to sleep mode after writing some data through NFC and wake up from sleep through NFC. I have successfully write data through nfc. To...
Hi,
I am using NRF52832 to read the sensor data (BMI160 accelerometer sensor) by using I2C.
I try to send the sensor data to mobile by using BLE_UART. upto this i finished...
Hi, is there a way to upgrade zigbee firmware on a NRF52840, using BLE? Id like to press a button a number of times on a zigbee device and enable BLE to upgrade firmware via...
Hello,
I have bough the NRF52 dev kit, and I'm planning to use STM32 to let it enabled by bluetooth.
I'm very beginner and I don't know how to use it to connect with...
Hi, all
i have using adxl335 sensor interfacing ADC ;i have done code ,i wanted to know is it correct or the way i have developed the code can any one suggest me.
How...
Hey guys,
I have followed this tutorial that shows how to modify advertising data, and more particularly the name.
What I want to do is set a name in the beacon example...
I've added a HID service in my project.
I see a lot of messages
<00> debug> nrf_sdh_ble: BLE event: 0x57.
in the RTT Viewer.
What does the event 0x57 mean?
Hello All,
We are designing a product based on Tracking device, for this we use nRF9160 module & use controller #nRF52840 to send AT command for LTE and GPS.
We do not...
I'm trying to track down an issue where our application gets stuck due to what looks like an infinite loop in the app_timer2 timer list. When it occurs we see the next pointer...
Hello,
I'm using a custom board with nrf52 using sdk12.1 and SD132 v3.0.0. and the nordic's nus peripheral service.
I am able able to read and send data without any...