I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
Hi,
I am using nrf52840 controller . I need to transfer the data using Bluetooth at 10ms by using application timer and i am using SDK 15.3 version and soft device S140...
Hello, i have question: How nRF Connect SDK gets MAC addresses Steps: 1. I build android ble peripheral app and starting advertaising. When i did it, MAC address alwalse random...
Hi,
Greetings!
I am using below setup
nRF52832
Mesh SDK 4.0.0
SDK 16.0.0
Application Example: light_switch_client_nrf52832_xxAA_s132_7.0.1
Issue:
Using above...
Hello,
I am referring to this webpage https://github.com/bjornspockeli/custom_ble_service_example "Custom Service Tutorial", I followed all the steps mentioned on the webpage...
I started developing a beacon app and used BLE_GAP_ADV_TYPE_CONNECTABLE_SCANNABLE_UNDIRECTED advertising type. I then changed the type to BLE_GAP_ADV_TYPE_NONCONNECTABLE_NONSCANNABLE_UNDIRECTED...
pc-ble-driver compile on macOS
I am trying to compile pc-ble-driver on macOS 10.15.2 by following the very excellent instructions on the github page.
Fixing GCC issues...
Hello,
I have set the device advertising as follows:
Advertising name is getting broadcasted with a full name until it gets changed and to 4 letters device name. In...
We have our SCL line on P0.10 (NFC2) and SDA P0.23
When I try to start a I2C transaction nothing happens, and NRF_TWIM0->TXD.AMOUNT = 0. I have verified that SDA/SCL are...
Hi,
I tried to implement a unprovision method for provisioned devices such as light bulbs. By simply on off it several times. And saving state into flash.
Currently I...
Hi Nordic Team,
Please share logic to de-initialize the advertising functionality of peripheral devices after the peripheral device stops advertising without any memory...
Hi Nordic Team,
In my BLE project, first the central device starts scanning, then the peripheral device starts advertising, the peripheral device gets connected to central...
HI,
I got nrfutil + BLE DFU app update working using the ble_app_hrs for the test. I am using the nrf52DK + SES for development, and I have also an external nrf52832...
Hi
I'm using this simple_pwm code to drive my speaker, I use this as a buzzer but I want to change the frequency.
In this code ".base_clock = NRF_PWM_CLK_125kHz", the...
Hi, I am developing an IMU app communication with ESB. I would like to send to the board a command with ESB to put the nrf52832 board in BLE DFU mode.
I have look at the...