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...
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...
Hello,
I send SMS from nRF9160 to my number using following method.
1. Open LTE Socket
2. Send AT Commands:
a. AT+ CFUN?
b. AT + CFUN = 1
c. AT+ CFUN?
d. AT...
Hi all, If using the RC LF instead of a 32.768KHz crystal are there any side effects of the 16ms calibration period which occurs every 4 seconds? I'm mostly concerned how...
Hi,
I am working on buttonless dfu example, but i want to design my application in such a way that, device should enter into dfu mode when button is pressed. I should be...
Hi, I have some issue about mesh network.
Using below developing environment.
- SEGGER Embedded studio for ARM V4.22
- nRF SDK 15.3.0
- nRF Mesh SDK 3.2.0
- chip...
Hello
I'm a beginner in Bluetooh and I bought two dev board NRF52840 DK. I would like to make a mesh with these two boards. One in master and the other in relay, the goal...
Hi,
I´m working with "TWI Sensor" example of SDK 16 and I modified the Main function of main.c as follows (just added NRF_LOG_INFO("\r\ntest") );:
I just added this...
Is there a good way to uniquely identify mesh node across multiple smart phones? The problem is: Android provides access to MAC addresses that can be used as identifiers of...
Hello. When I examined the BLE data format, I found that it was as shown in Figure 1.
Fig1
I am using NRF52832, please tell me how to detect the CRC value...
I am using mbedtls with ECB hard accelerator on nRF52840. So I changed the macro definition: UPDATE_CBC_MAC in ccm.c to function:
#define HT_UPDATE_CBC_MAC \
for ( i...
Hi All,
we're developing beacon that advertise both legacy and long range at the same time.
however we got NO_MEM error while adding 2nd adv set
any limit on multiple...
Hello,
I am working with the Interactive PyACI (nRF_SDK_for_Mesh 4.0.0 with boards nRF52832). I followed the tutorial "demo_configuration" present in the doc folder. Every...
Hi,
I am trying to test the radio example from Eclipse. So i took one of my projects on SDK15.2 that works with the NRF52832, I cloned it and renamed it.
The arborescence...
Hello,
I'm using Thingy:52 to monitor FSR sensors in addition to MPU data.
I use saadc and can measure up to 8 FSR sensors thanks a multiplexer, it take about 10 ms for...
Hi,
I am coming accoss an issue while running the LLPM Sample example from http://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.2.0/nrf/samples/bluetooth/llpm/README.html...