Hello,
I am using nrf51422 with stm32L0. There is a uart connection between nrf51422 and stm32l0. I want to transfer data from stm32l0 to nrf51422 through usart and push...
hi........... folks
i am merging two programs together uart and TWI sensor ...using nrf52382 and segger 15.2version
i am getting the error in ble_nus_send ,
even i have...
Software and Softdevice: SDK 12.3.0 keil5
Platform: Windows 10
Hardware: NRF52832 DK
I am trying to combine WDT and FATfs together. But once I have both of them, there...
I am trying to get a good handle on the difference in average power consumption between BLE point to point and Zigbee on an nRF52840. We have battery powered products and...
Hi, For my project, I need to design a BLE packet sniffer which scanning the 40 channels. Therefore, I need 40 dongles are connected to a computer that can read and transfer...
I am writing code to get a nrf52840 DK to associate with an existing 802.15.4 coordinator using the 802.15.4 API module within SDK 15.2.
I've called "mlme_scan_req" and...
Currently, I am able to use Mqtt Publisher or Subscriber with only one Nrf52 device. I can ping to the device with link-local address.
I am using Nrf52832 with SoftDevice...
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...
Hi,
Is it possible to give 3.3V to the Vdd pin of my nrf52840 to change the reference voltage of saadc to 3.3V ? Do I have to change any configurations for the same?
Hello community
I want to advertise when physical pin 0.24 is high, and stop advertising when pin 0.24 is low. For this, I based my code on the Beacon Transmitter Sample...
Usually, I programmed the Thingy 91 with the nRF connect Programmer (right now version v.3.3.3). As my Thingy did not work with the asset tracker software and only with the...
Hi,
I am trying to integrate an UARTE application code with OpenThread example(thread_mqtt_sn_client_publisher_pca10056) on my nRF52840. My application code uses UARTE0...
Dear Sir/Madam,
I need help. I am using UART to send the data in the mesh topology .and I configured mesh using light_switch source code. is it enough to send data using...