Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
Hi,
Good Day!
Statement of Problem: We use Li-Ion Battery in our application and would like to monitor a few variables such as Battery Voltage, Battery temperature & Discharge...
Hello, I'm trying to set up SPI communication with a sensor from my nrf5284_pca10056 running zephyr.
This is my prj.conf file:
This is my .overlay file:
And this...
I'm looking at the GPIO functions in http://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/reference/peripherals/gpio.html , and looking at the function prototype...
Hi
I'm have and NRF52840 with a MPU9250 connected via TWI. The connection to the MPU9250 is successful, I can find its address on the bus (0x68).
I've implemented a very...
I am trying to add to an existing project gpiote
I have copied the code from the example project and tried to add all the files and changes to my sdk_config.h to match the...
Hello all,
I'm trying to develop a basic bike computer, compatible with ANT+. For that, I'm using nRF52 DK. My main objective is to be able to connect to any commercial...
Hello,
I have nRF52840 with code that is based on SDK16.
I am not using Softdevice in my project - just MBR , Bootloader and Application.
I was able to upgrade my code...
Hi all,
We are successfully using the nRF52840 chip in one of our projects except for the DFU functionality. We tried following these tutorials without success:
devzone...
Hi, I'm dealing with the ble long_range_demo. Central packet gives arrival time and rssi signal through the rtt viewer. However, I am willing to know the sending time of the...
Hi all,
I am investigating Mesh SDK and interoperability between devices.
We have bought some Hytronik devices which are qualified with Bluetooth.
Strange thing is that...
Hi,
I am new to thread network. In my application only a few nodes, mostly one. How can I connect this one node to the internet? Assume WiFi is available.Can I use the thread...
Hi,
Good Day!
Statement of Problem: In our application, we are using a 3S2P Li-Ion battery(12.65V). BMS is built using BQ24XXX TI's Li_ion controllers (Which does not...
Hello,
For the past couple weeks I have been trying to get Gazell working concurrently with BLE using the timeslot api. Everything appears to be working correctly - all...