Hello Nordic,
My development environment:
SDK>> NRF51822_SDK10, SoftDevice>> S130
Example>> ble_app_uart
I am looking forward to your reply!
Thanks.
Best Regards...
Dear friends,
according to "nRFConnect_BLE_User_Guide_v2.0", to set up a local device,i should complete the following steps:
Connect a development kit or dongle to...
Hi
I have add some function call like sd_ble_enable in mesh example, I test to get
then I set the address and all sd_ble_cfg_set is ok
but when I call "sd_ble_enable...
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 Nordic team, I am trying to enable I2C driver in SAADC example which is located in examples\peripheral\saadc\pca10040\blank\arm5_no_packs
As you can see I am using Keil...
Hi,
We are developing product that developed using USB, Zigbee and BLE of nRF52840. We dont want to for new VID registration for just one product and thinking of using VID...
Hi!
I am trying to get a basic NRF_LOG_INFO("some text here"); to print text to a terminal in Segger Embedded Studio. I'm using Termite as the terminal and SDK 15.3.0. To...
Hi
I am using nRF52840 DK for development and using nRF-IEEE-802.15.4-radio-driver code from SDK nRF5_SDK_for_Thread_and_Zigbee_v3.0.0_d310e71.
I want to implement functionality...
Hello,
I am newbies on nrf51 and keil uvision 5.
I just start to learn nrf51 development.
I saw that with keil 5, it is possible to flash Sofdevice directly from IDE...
Maybe the question is abnormal, but is it possible to make the NRF24LE1 chip work on the Sub 1GHz band by setting the quartz to a lower (less than 16 MHz) frequency? Has anyone...
Greetings....
Since logging is removed from Mesh, I find it is very hard to debug the system. I wonder if it is possible to ask for your help to have a new monitor type...
SDK v15.2.0 using code from the peripheral spi example. Linux Ubuntu 19.04, uploading to nRF52 DK.
When I call my get_bma253_accel_data in main, I get a continuous stream...
The development of the custom hardware of an nRF52832 utilizing the u8g2 library has been shown to control a small display 64x48 SSD1306 driver. The prototype hardware another...
I have been migrating a project from SDK 14.2 to SDK 15.3 and have encountered an issue with UART. I am using the legacy layer with the following configurations:
I am...
Hello,
I'm evaluating nRF52811 as a long-range IC in a beaconing application.
Here's our specifications:
- The beacon must operate with Coded PHY
- The application...
Hi everyone, I know that the theoretical limit for the Bluetooth Low Energy throughput is 1 Mbit/sec, but I heard that on practice you get much lower. So I would like to find...
We were running BLE DFU bootloader for nrf52832 based on sdk 14.2; this worked fine.
We have now moved to sdk15.3 and nrf52840 as we needed USB.Our applicaton is up and...