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...
Hello everyone,
as indicated by this question https://devzone.nordicsemi.com/f/nordic-q-a/35692/adding-nrf52-dk-to-github-mesh-demo-for-thingys/138327#138327 I am trying...
This is both a general tip for users and a question; does anyone have good success with the LIS2DH12 double-tap feature? The 3-axis accelerometer works well but the use of...
Hello-
I'm working with the " Experimental: Wireless UART Example".
Is there any way to periodically send data rather than just typing data into terminal?
hi,
I used nRF52932QFAA ,SDK14.2 uart bootloader.it works well with softdevice loader 5.0.0.But when I download my app(without softdevice),it cannot work.
Flash composed...
Hello Noric Dev Zone members,
we are looking for a Firmware developer supporting us in bringing Hyko to our customers.
What we are working on is making energy heroes in...
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...