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
what is the maximum limit for PWM outputs pins on nrf52832? Can we use all the GPIO pins as a PWM output?
For ADC, i can see there are 8 dedicated pins , but i...
hello i am beginner in this,i am using example\ peripherals\ saadc for nrf 52832. This example code is done by using timer and i could not understand how to use timer. We...
hi all ,
i now need porting nrf_libuarte_async lib for my project . it show some error
How to deal with this problem?
i reference (experimental_libuarte project...
Hi everyone;
I wanna send to data my uC from my phone. I looked peripheral uart example. This example use only send data phone from nrf52 SoC. What can i do? How I add...
Hi All
I have developed some code by modifying the 'ble_app_multiperipheral_pca10056_s140'. I have tested my code on the NRF52840 DK board (PCA10056) and everything seems...
Hello
I have developed an application for the smart beacon and I have the following problem:
I use two diferent sets of values for the connection parameters in order to...
i am using nrf 52832, i got SAADC example code from sdk. that code done by using timer. i could not understand timer section. Is available SAADC simple example code without...
We are developing a BLE Mesh product and we use the mobile phone mesh library iOS and Android for the node provisioning.
The final user will need to synchronize more than...
Hello,
We have a Buttonless custom board based on a nRF5282 with SDK 15.0.0
The DFU OTA Buttonless works fine, but to prevent the device to brick we put a physical button...
Hi all,
I am having build error of example light_switch_dimming_server in mesh sdk 2.2 that timer 2_irqhandler multiple define it is define in
D:/../../nrf5_SDK_for_Mesh_v2...
Hi.
I'm struggling with BLE example projects on the my custom board.
my board uses nRF52832-QFAA, 16MHz external crystal with no 32,768kHz optional RTC.
and I choose...
There appears to be a conflict between ble_advertising and broadcasting while connected. If connected, the ble_advertising state machine still gets TIMEOUT messages from the...
I am working on light switch demo of mesh SDK 2.1.
I am using nRF52832 board, SDK 15 for softdevice and segger embedded studio for programming the nRF52832.
I programmed...
Hello everyone,
I want to develop an android app, which is able to control multiple LED Lamps in a Mesh Network.
There is an app for provisioning provided by Nordic. Is...
Hi,
When I call sd_ble_gattc_read , I receive the BLE_GATTC_EVT_READ_RSP event very shortly after -- as expected. Within the event handler (registered with the Soft Device...