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...
Hello,
We are looking for a developer a single task project. We need to provide all of our developers with the same development environment, so we are looking for someone...
I'm looking for a good firmware engineer that can take my current firmware and add the buttonless DFU to it. I currently use the Keil environment but am open to switching...
I am working on PCA10040 board using Keil u5 debugger (V5.23.0.0, JLink setup). After accepting the continuous firmware update requests I get the error message "Missing core...
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...
Hello,
I'm using nRF52840. I developed a project using openthread libraries: in particular I included " libopenthread-nrf52840-softdevice-sdk.a " library to have the CLI...
Hello. I'm using the NUS BLE service to send ADC sensor data. I am having the SAADC callback function call ble_nus_data_send() to send raw samples. I have set the min and...
I need to measure full power consumption of nrf52, on PCA10040 from... a 5V source (because including some other 5V devices). I measure it from 5V pin and not usb plug. I...
Hi,
as I know from the mesh spec, the number of elements cannot change after a device was provisioned. Nordic even went so far as to define the number of elements during...
Hi, how to measure RSSI in OpenThread? I have 2 nodes, what is correct state that I have to assign to each node to do transmit/receive test, is it leader and router? or router...
Hello,
We're thinking of powering external sensors through GPIO pins configured as high-drive. The sensors themselves consume only a few milliamps at most, which is easily...
Hi,
I would like to control a piezo driver using GPIO pin on nRF52840 DK.
I've read posts about this kind of application. But still confused about how to set up PWM...