Hi all,
We are currently developing a modem application for use with a Linux host, based on a nRF9161 using nRF SDK 3.0.0 and toolcahin 3.0.1
When compiling the Serial...
Hi all,
I'm working on a Nordic-based system involving multiple nRF52-series chips exchanging high-rate sensor data over both radio and SPI links. The setup involves two...
Howdy!
I am attempting to develop a system using an nRF52840 and an ADS131M04EVM (ADC). Our application requires us to collect data at a high sampling rate (>= 16k SPS...
I have a nrf9160 DK but when upload SLM application to it i can not send AT commands to it over it's usb port but in asset tracker application it works i want to modify SLM...
Finally we got our prototype boards and proof of concept firmware code done and we are a bit stuck on the average power consumption over time for the entire sensor that is...
We are implementing a Joiner device using OpenThread on the nRF5340 (with Zephyr, NCS v3.5.99-ncs1-4). After successfully joining the Commissioner's network ("Join success...
Hi,
I have integrated Neuton’s “Transport Type Detection” pre-trained model into my firmware, running on a nRF52840dk. For collecting 9-axis IMU data, I’m using the ST X...
OS in development environment :Windows10 HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board : Central / Peripherals CPU :(Nordic) nRF52832 / ARMR Cortex-M4F 32 bit processor...
Hi, so i'm using Visual Code with PlatformIO to build an example with arduino-bluefruit-bleuart the build runs perfectly but after i upload it into the Nordic the bluetooth...
Dear Sir, I need 2 interrupt handle on 2 PIN, I have set 2 GPIOTE event: #define PIN_INT1_ACC 4 // INPUT Interrupt INT1 from ACC #define PIN_INTB_ECG 8 // INPUT Interrupt...
Hi, I have a set up consisting of an nRF52840 and Raspberry Pi communicating over IPSP following the zephyr OS sample docs.zephyrproject.org/.../README.html My application...
Hi,
I've been using XMONITOR command to check some radio parameters. ATM, I am checking those once/minute, right before requesting power save mode from modem. After updating...
Hello,
I wondering if I use the nrf5_SDK_for_Mesh_v4.2.0_src light switch example and modify it to suit my needs.
Q1. I want set up a proxy node using nRF52832 so that...
Hi,
in https://devzone.nordicsemi.com/f/nordic-q-a/24115/io-pin-signal-during-reset it is mentioned that the pins of the nRF52832 get set to input _during_ a reset.
...
This is my RTC init function. Whenever I start advertising in fast-advertising mode, and timeout for fast advertising expires, the RTC2 timer stops running and COUNTER resets...
Hello,
I am trying to make a simple power optimized BLE peripheral device based on nRF52840.
Here is the chart from the Power Profiler
The device advertises once in...
Hello,
I am trying to use "west" command in Eclipse but I am not able to do it.
I was able to do that in Visual Studio though.
I found this link https://devzone.nordicsemi...
Hi,
We are trying to configure the WDT and are running into issues. The plan was have a timeout of 30 seconds when running and then 24 hours when sleeping. Note we are...
While developing the power supply for edge cases of NRF9160-SIBA we encountered problems with both the continuous and peak current consumption, mostly during startup. We are...
I have a question on stack guard that I tried to enable on nRF52840 and hope you can give me some pointer to verify it is functioning properly.
Basically, I call nrf_stack_guard_init...
Hello i am making an application using hid over gatt. i changed original keyboard usb description with fido description for test, however, i don't get any event through. I...
the link i given below tells, how to make a haptic glove using arduino mega
https://hackaday.io/project/160405-diy-haptic-glove-for-vr
i want to do it with nrf52840 DK...