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...
I have a wireless project. Requirements as:
Support platforms: Desktop/Laptop and mobile, Pc/Mac/IOS/Android. etc.
many connections: flexible but can support 100+...
Hi,
The problem is that after the initialization process the node does not contain the proxy advertiment data "1828", so the entire long process of working with the mesh...
hello, everyone.
I have to immigrate from SDK14 to SDK15.
I have some inquiries my project ( I will configure Transmitter(Beacon) and Receiver)
First, I have configured...
Hi,
I'm trying to log data over a serial connection using the DK52.
The data is coming from a sensor at about 2KHz at a size of 30 bytes per sample, so 60KBps.
I've...
Hello everybody,
I ran into an unpleasant moment: sometimes the timer counts incorrectly in the counter mode.
What is used:
Custom board with BC832 (Fanstel, NRF52832xxAA...
HI I am working with BLE CSCS example, and I found some problem during read cadence value. Simulator is changing values and I am observing situation: if cadence value is less...
Hello I am using source code of the nordic app from github on Android Studio on Windows and messing around with the code. I was wondering there was a way from the app to still...
Hi
I am trying to migrate our BLE hardware platform from Laird to Nordic Semi nRF52832. I have an App which was previously working with the Laird platform, but am having...
Hello, I have just picked up nordic and I am running the app on Android Studio using windows, the source code I have received from GitHub so I can ticker with it. My question...
Hi everyone,
I am in the process of readying my firmware and hardware for CE certification.
The end functionality for this product is not yet finalized, but management...
I use nrf52832 board by fast advertising to connect the central(surface 4 Tablet).Then the board go to sleep.when I push the button the board use direct advertising to connect...
Hi Nordic expert:
I need using PyACI to let a nrf52832 board to send a genericOn client packet to other mesh devices those have genericOnOff server model.
My environment...
Hi friends:
I've followed "DFU quick start guide" and run DFU(from mesh-sdk-2.1.1) example done, the updating time is about 3000 seconds.
(My environment is only 2 devices...
I'm implementing my own DTM mode for the nRF52832 based on SDK14.2's DTM module (ble_dtm.c). My modified version of ble_dtm.c seems to work fine, but I don't completely understand...
Good afternoon,
I am able to write data using polling mode with the macro NRF_SERIAL_CONFIG_DEF(serial_config, NRF_SERIAL_MODE_POLLING, NULL, NULL, NULL, NULL). I am using...