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, Forum.
I want to make uart_bootloader without softdevice. for this, I want to prepare keil project.
I tryed this but I have some problems.
Basically,
My bootlader...
Hey there!
I am trying to switch from Keil to Eclipse.
I have followed several tutorials on this website ( like this one ) and I can easily create new eclipse project...
Hi,
I use the SDK9.0.0 S130'DFU project in the parth of pca10028\dual_bank_ble_s130\arm5_no_packs\ for testing.I found S130'DFU code is different compare to the S110 of SDK6...
Hello,
I am using MDBT40 ( www.raytac.com/.../MDBT40 spec-Version A5.pdf) in my project. Also I am using arduino IDE to create .hex file for MDBT40 using this reference...
I have the nRF52DK board and I am using that to reprogram the Sparkfun breakout. However, initially, I was using the Sparkfun Beefy UART device to flash the nRF52832 to begin...
This message appears :
Field 'BLE_GAP_CONN_SEC_MODE_SET_OPEN(&hrs_init.hrs_hrm_attr_md.cccd_write_perm)' could not be resolved
but the build and flash were successed...
I have enabled Timer 2 with 31250Hz frequency. I wanted to call an interrupt after 10ms, ie 312 ticks for the timer. But the interrupt is not getting called, I have spent...
Hi Folks,
I have a quick question about the Beacon kit. I'm working on a project that is going to use Windows 10 Hello companion device framework to build a Windows Lock...
is there a tutorial for Ble ECG program and configuration using nrf52832?
I want to make integration from heartbeat sensor to nrf52832, make nrf52832 connect to computer...
I use SES 3.12 in mac os x.
I followed this post .
I added ../../../../../../components/device into User Include Directories in Project - Edit Options... .
But I got...
Hi,
I am trying to connect to a peripheral device but keep getting the above error on DB Discovery.
I am using the nRF52832 on a custom board with S132 and SDK 13. ...
As I know, BLE Advertising on 37, 38 ,39 channel and I can select which channel to advertise by masking them.
But, Is it possible to make an data connection to a channel...
I'd like to collect other device's Signal information for more delicate communication.
For example, Some Peripheral device which is just next to Smartphone (which can interfere...