Nordic \ nRF5_SDK_12 nrf52832 using 2.0 _f012efa \ examples \ peripheral \ pwm_driver, pwm_driver example
Want to set up two road PWM phase is different, for example, the...
I'm using nRF52832 and S132 based on nRF5 SDK v14. I get a error code 4 when I add DFU service refer to the experimental_ble_app_buttonless_dfu . The SDK has changed so much...
Hi,
I'm wondering if I can get current transmitting channel during a connection. So
Is there a way I can directly read current transmitting channel?
If not, is...
This question has to do with the observed "recursivity" of the calls to "app_sched_execute" in SDK13 as described in the previously asked question below:
devzone.nordicsemi...
hi.
How do i do ble_app beacon advertisement to one device(Android phone) whose bluetooth address is known ?? I want that beacons should only be seen in nrf_connect app of...
why use 50ms and 400ms connection interval for testing the maximum data throughput(2M,247byte payload)?
Because 50ms can only send a pdu , and 400ms can send up to 8 pdu...
Hi,
I am using Keil IDE to develop nRF51822 project.
in main(), the command line
APP_SCHED_INIT(APP_SCHED_MAX_EVT_SIZE, APP_SCHED_QUEUE_SIZE);
has Error : L6218E...
Hi,
In the ble_app_uart example I am trying to read a binary file and send it to the application using nRF52840 board. I have send 32 packets of data periodically.If a delay...
Hi. I am looking for a reference FW design for BTLE where I can define a custom Service and Characteristic where I can send arbitrary (minimal length) data from peripheral...
Hi,
In our application, LCD will occupy 150KB RAM, and algorithm will occupy 60KB, but 52840 only has 256KB ram, so 256KB RAM is not enough for our application;
We want...
To realize multi touch in hid, we need to realize get report request to get the maximum number of support points and set report request to set touch mode. In the SDK 15.3...
Hello,
I'm trying to add a third characteristic to my BLE service and when I add it, my device "fatally" crashes in Release mode with no meaningful error information ...
Hi I'm having trouble updating the firmware on a custom board using JTAG through the NRF9160 DK.
I've attached the log file from the programmer of the error I'm getting...
I loaded up the zephyr sample blinky example, compiled ok, and went to download to the nrf5340-pdk...
I got the following error dialog plus some more misc. errors (see output...
Hi
nrf52833 SDK16
The following code works fine on UART 0 but not on UART 1
The problem seems to come from nrfx_uart.c
There is no support for a UART1, so...
Hi,
I've built a project out of the USBD_ACM_CDC example in which I have added a SPI master driver. This project has a timer interrupt that will shoot off every ~500us and...
Hi everyone,
I'm a beginner with nordic development and I managed to screw up my development kit. It started when I was trying to figure out the BLE blinky app with my IOS...
Hi,
I'm working on an IoT project with NRF52832 ( S132) . I need to connect this device to mqtt over 6LoWPAN (IPv6) and run it on a button cell battery CR2032 for as long...
HI,
I am trying to connect to our cloudmqtt account where the topics are dynamically created because of which is it not possible to pre-program a specific topic.
I would...
Hi,
it came to my attention that the inductor Murata LQP15MN3N9B02D (3.9nH) that is used in the antenna matching circuit of the nrf52832 reference design has become NRND...
Hi every one,
I'm a development product with chipset NRF52811, using soft device S112 and SDK 15.3.0.
My device will wake up and send data whenever I press the button...
Hello Nordic Team, I'm starting a project which consist in measure pressure in multiple points and send this data to central unit. At this point, using strain gauges with...