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...
I wanna implement this code for the app inventor, but there was several problem here. I can't use array or index for developing my trapezoidal method.. like this..
code...
I’m experiencing random connection failure when transferring data (both ways at the same time) between my peripheral ( Slave ) and central ( Master ) device. The problem appeared...
Hi, I'm using an nRF52840 S140 card. I'm currently on saadc code, I want to be able to retrieve values from an analog input, but I have questions about this.
-> When I do...
Hi,
Does anyone have a complete example of using an event handler to read UART data set up with the serial library? This post is the only incomplete example I can find...
Hi,
sorry for write here again but i'm not able to do the dfu update.
I'm still trying to understand why is not working, anyways i'm using the guide present on the infocenter...
Hi,
I am using BLE HID keyboard example from SDK (nRF5_SDK_15.0.0_a53641a) to create custom HID device.
Changed HID descriptor from keyboard to vendor defined and I could...
Hi all,
I use nRF52832 with the UART peripheral example.
I need to get the name and unique UUID of the Central I'm connecting to (after connection).
The Central can...
I am working on the multi peripheral example and added the uart services to it.whenever the connection is established .The uart is not reciving the data i am checked in the...
Hello everyone,
I have modified two examples each with Ant+ an BLE. The Ant+ controle Profile was created using the
example Ant_hrm. Furthermore, I have the multimedia...
Hey Guys,
I am working on a Project with a NRF52840 and it works pretty fine with an 32MHZ external crystal to generate the internal 64MHZ sysclock.
But now, I want to...
It is unclear from the datasheet whether the Pin reset function on P0.18 can be moved to another pin. Looking at register PSELRESET it looks like it can, although there is...
Having followed the procedure to install the tools from https://github.com/NordicSemiconductor/Nordic-Thingy52-FW
I find a build problem when running the file setup_sdk...
Hey Guys,
I have used the basic SPI Example from the nordic website, where a SPI Master is configured and a Text can be sent via SPI.
I used this code to send only one...
got the same fstorage issue as the following link described, in nrf51822, sdk 12.3.0. My project both use the fds and fstorage and peer manager. But my flash operation is...
How to load chunks of program from an external SPI Memory to the internal RAM of the Microcontroller nRF52 series ?
Is there somewhere an example of how to achieve this...