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 everyone,
After days of struggle with the yunjia board it seems that I cannot download any program to it.
I tried falsely to download program for the PCA 10028 but...
Hi,
I would like to set up simple bootloader that initializes COMP module and waits for proper voltage on analog pin to show up, then launch BLE application.
Is there...
Hi,
I know that there is documentation, and that there are some answered questions abaut this, but still i dont think i understood how macro APP_TIMER_TICKS works. I need...
Hi,
I'm looking at adding IPv6 connectivity to my nRF52-equipped product. When I last looked a year ago, things seemed to be moving along very quickly. However, looking...
Hi,
I’m using nRF52840 with softdevice s140 and nRF5 SDK v13.0.0 and I’m having some issues regarding the optimization set up for the IAR Compiler (IAR Embedded Workbench...
Hi,
I'm using the "ble_app_multilink_central" example on my nRF52, what is the setting to advertise from my Android phone (using the nRF connect app) ?
Thank you
Hi!
I have some questions about the programing.
I want to do nRF24LU1 programing. I know I can do the programing by using USB port for the first time.
Do I have...
Hello,
I want to combine ble_app_gls and bootloader_secure project. Can you suggest me how to add dfu functionality to ble_app_gls project?
Thanks,
Shailav
image- publickey...
Hello,
What I want to do is to store custom data to flash using FDS in "disconnected" event.
When I try to write the data in "disconnected" event, the write_flag is...
Hi,
I have 52832(ble_app_multilink_central 12.2) which is connected to 5 51822 (experimental_ble_app_blinky) modules.
How to make 51822 not discoverable or not connectable...
Hi, I'm interested in the nRF5 SDK for AirFuel .
I have received a task to replace parts in a product which formerly used wireless charging and the CSR BLE chip.
I think...
If anyone will ever have this error:
When using c++ and singleton the use of operator new is not possible.
I found the solution in this post: forum.arduino.cc/index.php...
Hello everyone,
Lately I have been struggling while trying to run "BLE Advertising, a beginner's tutorial". My hardware consists of NRF51822 and PCA1000 dongle. I use SDK_11...