HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
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...
Platform info: SDK153, MESH 3.2 and using SEGGER RTT for debug logging output with __LOG(...)
I have a strange behaviour in one of my application, where it work very fine...
Hi,
I am using nrf52 Bluetooth to transfer the data .Here i am not getting how to transfer the data at 10ms through Bluetooth.
Is there any example program to transfer...
Hi,
I'm evaluating a custom PCB that uses the MDBT50Q (nRF52840) and I'm really stuck. It looks like the device is working, but I'm getting a few strange issues.
Out of...
Dear,
we are developing a beacon product with nRF52832 powered from Li-SOCL2 primary battery. I understood that We cannot connect directly battery to the nRF52832 beacause...
Hi,
Anybody managed to connect a WisNode RAK811 to an nRF52840-DK and make them "talk" ? (send "at" commands to the RAK811 shield and get replies)
How did you connect...
Hello Nordic Community,
I am using latest firmware mfw_v1.0.1 latest NCS tag (v1.0.0) as well. I flashed GPS example into DK successfully. I made custom hardware using nRF9160...
Hi,
I am using ncs 1.0.0 and Modem FW version 1.0.1.
I am using UART 2 and i have kept UART TX and RX port 0.11 and 0.10 in overlay file.
I want to change the port pins...
Hi,
Our team has identified an opportunity that your nRF52832 fits well, I am having a difficult time getting started with your Bluetooth SDK and reaching out for assistance...
Hi,
As simple as the title! I have tried to move my code from sdk v 3.1 to v3.2 but it will not join the network.
Back to basics and using off-the-box ligh switch example...
Hi
I have been working with the nrf52832 breakoutboard from sparks fun and the nrf52 10040 Dev board.
I want to work with SPI communication in order to intergrate an accelerometer...
I'm having an issue with some iPhone11's, where under certain conditions the iPhone11 is sending two consecutive Link Layer requests with a Control Opcode of 0xFF. The SoftDevice...
Using zboss_start_no_autostart() instead of zboss_start() will cause a power consumption of 630uA. I was expecting the device to be sleep and in a very low power mode.. All...
Hi
When I use the nRF5_SDK_15.3.0, the nRF52832 cannot enter low power (about 900uA). The example is file ble_app_blinky.
The main code is as following:
int main(void...