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,
(I also create an issue over Thingy SDK GitHub page - #29)
It seems to me that there is an issue about the usage of MPU-9250.
I motioned Thingy and I observed...
Hi,
I am trying to get DFU working on my PCA10040 board using SDK 14.2 and armgcc toolchain.
I have followed the instructions to set up DFU here:
devzone.nordicsemi...
Hi,
Whenever I call `nrf_malloc` with a parameter bigger than 32, the pointer remains NULL. I think it's related to some sdk setting but I couldn't find it.
Anyone had...
Currently, I am working with the Nordic SimpleOnOff Model of the Light switch in the Bluetooth Mesh.
I am good that the light in the mesh can be set on/off after Provisioned...
HI guys,
I am running a beacon based on the ble_app_beacon example. This works fine.
Next, I made a connectable GAP/GATT application to read and make some settings. This...
https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.2.0/lib_timer.html?cp=4_0_0_3_51_0_0#lib_timer_debugging
The link to " Monitor Mode Debugging -...
I flashed the Mesh serial hex file on nRF52840 dongle. I can see my dongle on nRF connect mobile application but not on nRF Mesh mobile application. So do I need the development...
I flashed the mesh serial hex file in two dongles and used one dongle for connecting it to the nRF Connect Windows application. The hex files were present in the nRF SDK for...
Dear Sir,
Whitelist(on periperal side) are used for filtering scan requests( onlly allow the scan requests from the devices whose address is there in the whitelist with...
I'm using ble_app_uart example.
The board go in low power mode, but after 3 minutes (#define APP_ADV_DURATION 18000 ) go OFF. I need that remain in advertsing mode always...
I was developing an green house system for plants which was based on nRF51822 SoC. The system was fully completed and working fine except one problem which was reset of nRF51822...
I am trying to find the optimal way to automate some tests that I run on my BLE device. In this test, I need to write a specific hex value to a custom BLE characteristic of...
Hi all,
I am working on a project and use DWM1001-Dev. I think some of you may have an opinion about my problem because DWM1001 have nRF52832 microprocessor. I'm trying...
Hello,
I'm trying to change the BLE local name from the application before rebooting into the secure bootloader.
I've noticed that I could use the nrf_dfu_set_adv_name...