Hi,
I building a gas meter monitor ( peripheral ) that transmit meter reading to the Central.
The gas meter will be sending to the Central it's ID and meter value ( uint64_t...
The International Conference on Embedded Wireless Systems and Networks will host also this year a dependability competition to benchmark the performance of state-of-the-art...
Hi,
I find the CSCS example program reading zero at low cadence levels below around 50 rpm.
Using ble_peripheral example ble_app_cscs loaded into the PCA10040 board or...
I had manged to deploy and configure mesh networks on Nordic Thingy devices based on these 2 examples separately. 1. Generic OnOff models https://github.com/NordicPlayground...
Hello,
I am unable to access my SRJ profile with email id [email protected] due to two factor authentication. i do not get anything in the google authentication app...
The link for downloading nRF6939 live cd v5.4 is broken.
https://www.nordicsemi.com/Software-and-Tools/Reference-Designs/nRFready-Smart-Remote-3-for-nRF52-Series/Downlo...
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...
I am using the timeslot API, and I have noticed that if I read Timer0 as the first thing in my timeslot, it will be at 75 us. This delay is very consistent, so my timing between...
The following change was introduced in v4.0.0
Note that mesh_config_clear() was replaced with mesh_opt_clear() which is a rather big change of behavior that wasn't documented...