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...
It would be very helpful to hear of others experiences getting these licenses, also I would like to find out if anyone has any advice of anything to be included or excluded...
Sir,
With reference to the subject cited above the undersign is working as Assistant Professor in CSE Department and doing R & D in IOT.
I want to recommend your product...
Hi There,
ISSUE:
New Nordic Thingy:91 will not connect to the LTE network, it is giving:
2020-03-25T18:10:10.221Z DEBUG modem << cloud_connect failed: 22 \x0D\x0A...
Hi,
I'm working around to integrate FreeRTOS to Libuarte example, but i'm getting an error while building the project says:
For the Libuarte instance i'm using RTC instance...
Dear Sir,
I want to do the following scenario.
Once I power the device it will start advertising.
Now the advertising duration is 2minutes.
I have written...
I have a nRF52832 dev board and a separate J-link programmer. I want to do a sanity check on the programmer and I was wandering if there is a way to program the dev board...
I'm studying to perform DFU Peripheral from Central both using nRF52840, I'm able to issue command to let Peripheral into DFU mode, but got a "Received a fault" message in...
Hello,
I am using nRF52832 chip for freeRTOS project and using RTC2. I have SDK15.2. I want to have timestamp from RTC as hex format. I searched almost all forums but i...
I am trying to setup unit tests for my app using the instructions from here: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_unity_testing.html
To get...
Hi,
We are using AT%XVBAT command to get battery voltage and detect low battery.
We facing issue in CFUN=20 mode, sometimes AT%XVBAT is returning latest voltage and sometimes...
Hi there,
I would like to add some extra data to mesh-nodes, when not provisioned -- with ble_advdata_manuf_data_t usage. What is the best way to do it and where?
And...
I have a simple OnOff client server running on Zephyr. I'm developing on macOS and platformio.The nodes are self configured. If I restart the client it cannot reconnect to...
Hi,
I want to add LIBUARTE example in nrf5 sdk into mesh light switch server example, I would like to know how to do that?
I'm using nRF5_SDK_16.0.0 & nrf5_SDK_for_Mesh_v4...
Hi All,
I am trying to implement I2C Slave functionality on NRF52832, So NRF52832 will act as a I2C slave.
So i found there is an example TWIS Slave and TWI Master Mode...