But now I have a new problem that is whenever I set " PWR_UP " bit in CONFIG register then it drop the 3.3 volt vcc to 1.2 volt. I don't know why its happening. Anyway, is...
This previous question about multiple advertisements seems to be related to softdevice 7. I was unable to get a similar example working in SD/SDK8
My end-goal is to add...
We are considering using Gazell for an outdoor application, i.e. lots of noise and disturbances, constantly changing environment, where the amount data being transferred is...
Hi everyone,
I have found your git "Ble Optiboot"( github.com/.../ble-optiboot) , and I have understood, it is usefull to load a binary into MCU flash, I was looking for...
I'll go ahead and describe what I need to do and see if anyone might have some place to start for me since I'm having a lot of trouble figuring out what I need.
I'm looking...
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...