Hi
I have been trying to get two NRF24L01 chips communicate with each other since a week now, without much success. All what I can find on the net is Arduino examples using...
Hi
I have done several projects with the nRF905. I know the device quite well. Normally I use the CD, AM and DR interrupt pins to determine the status of the device, my current...
i made this project to try to create RSC service on arduino
developer.bluetooth.org/.../runningspeedandcadence.zip
unfortunately the server starts but i'm not able to...
Hello,
Could someone give me a hint with the following problem?
I am using two example projects (ble_app_uart_c, ble_app_hrs) to connect a central and a peripheral.
An...
I created xml file for heartrate server using bluetooth developer studio and the plugin nRF8001_Arduino (plugin nordic semiconductor for arduino)
the generated xml file...
I read this older post ( devzone.nordicsemi.com/.../) and have a similar issue but with enough differences that I felt it was worth a new question.
I have an STM32 MCU...
I am having an issue with running the initial blinky example that came with the nRF51 PCA10028 SDK in the Eclipse IDE . I will include screenshots of the issue. I believe...
My device has BLE and I can successfully use any example (for example ble_peripheral/ble_app_bps ) to advertise different services.
It also has a serial port from where...
Hello,
we have a problem to do bonding to a Huawei P20 lite, which has Android 9 and seems to use BLE 4.2.
We use the nRF52832, with SD 17.2.0, using Bluetooth LE.
We...
Hi I have a new NRF5340-PDK board. I am using Zephyr OS to build my application like that: However, flashing with: doesn't work. I am using the latest version of nrfjprog...
Hello all,
We sell BLE devices with pre-programmed firmware, which has the ability to be remotely updated using the nordic buttonless DFU service based on a modified version...
Hi,
Thanks in advance.
Anybody experiencing the same problem? I'm trying to test the DFU functionality by compiling the example in SDK/examples/dfu/secure_bootloader/pca10040_ble...
Hi,
I've just learned that even with enabled pairing, it's still possible to "simply" connect to the device. But is there a way to force pairing on connection?
I'm...
hi,
i am using nrf52832 devkit and max30208 temp. sensor. i am not getting updated data. iprefer this link for i2c address.( https://os.mbed.com/users/cyberjoey/code/OT07_I2C_GUI_Firmware...
We are implementing a protocol using the softdevice s140 multiprotocol API. The protocol is always listening, but occasionally transmitting.
To manage this setup, we request...
Hi,
I am exploring the idea of removing the JTAG port from the PCB to make it difficult to maliciously change the firmware on the field. I have the secure UART Boot-loader...
Hello
I am developing a firmware for nrf52832 using buttons like if I continuosly press my button for 6 seconds it will go to active mode from sleep mode and have been using...
Dear sir,
I have a light sensor connected to P0.04/AIN2 on 52820. How can i get the change of voltage?
I use the COMP, and has enabled COMP_ENABLED in sdk_config.h, compiled...
Dear friend I checked the data sheet of 52820 and I didn't see any LPCOMP peripherals. Check the data sheet of 52832, there are LPCOMP peripherals. Comparing COMP and LPCOMP...
We have a standalone application with no SDK integration. We would like to have the possibility to do OTA Updates via BLE and maybe introduce BLE support later on.
So for...