Hi! I am building an android app for my project. I am using Proximity , UART and DFU from nrfToolbox app. I have 3 buttons on my home screen dedicated for each of them. I...
Dear Nordic employee:
1、 what do I have?
I have a thingy52 develop kit(nrf52832)
2、what is my purpose?
the quality of thingy52 audio demo is not good(iphone7)...
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 run into issues working with ads1220. Its behaviour is really strange. When I test it, data output with continuous measurement is 0. In few cases, when I swap din...
I have an nRF52840 dongle that I am using to connect and read/write to a client unit. I have been able to use the nRF Connect Bluetooth Low Energy program to control the dongle...
Hi,
My product continues adv mode after connected with mobile until the amount of connection is full. By the way, there are 4 connect handle in my product.
My client use...
the nrf51822 is working as a peripheral advertising the data like
0x0201061416FFCB113C01271119359426040A6E189C000000050852545F54,
which contains three data typs:
020106...
1. Why is `libusb-1.0.dll` bundled for MacOS and Windows? Note: I'm not question this, just want to learn why. Are they not installed by pip if listed as a requirement?
...
Hello, I'm doing some research for a product my company wants to develop. It will be a BLE central that needs to connect with ~ 30 BLE peripherals. The peripherals will send...
Hello,
I want to store some data(coming from the ADC) in flash for nrf51822.
is it possible?
have you any example to show me?
Thanks a lot and best regards
...
I modified the FW "ble_app_uart" using the example "\ nRF5_SDK_15.2.0_9412b96\ examples \ ble_peripheral \ ble_app_uart \ " . I added the pairing function and "delete_bonds...
Hi,
I have got the problem with using BMD-340 demo SPI commuination for many days.
+----------------------------+ | | | Problem Describtion | | | +-------------------...
Hi.
Using SDK13, nrf52, and the awful IDE Segger , I keep getting this error no matter what kind of code or project with PWM I use :
Undefined reference to nrf_drv_pwm_init...
Dear All,
I would like a simple way to read the voltage on one ADC pin without using any "adc_event_handler"-like solution.
I tried
reading=nrf_adc_convert_single(NRF_ADC_CONFIG_INPUT_2...
I'm trying to finish a handmade custom board I started. I had previous problems with the crystals, and a few others, but right the thing seems to be working ok. At least I...
NRF52832 on SDK 16.0.0, softdevice s132 (using SES) When writing constant value with FDS it saves normally, but when I try to write variable it saves some garbage. Here is...