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...
Hi there,
I was able to issue "make VERBOSE=1 mergehex" from my cmd line and it worked. When I do the same via build target from Eclipse, it is giving me "no such file or...
Hi,
In the product I'm working on I need to store some configuration data in persistent memory. I came accross serveral ways to do that. I think the best way to go is to...
Would it be possible to get simplified versions of the board support package.
Following e.g. the macros is veeerry difficult.
A simple version of the HeartRate demo with...
Following a discussion I just saw here Yesterday, people asked about an editor for mac and I could not see there was a clear answer. I was thinking also to go with the nrf51...
Thanks to the answers and support here, I think we are going to use the nrf52832 ( we migrate from another company after having really hard times). I am struggling to find...
[https://drive.google.com/open?id=0ByjgT_Zt3YyJS2tKQko3cW10SlU]
hi i am working on MMA8652 i am working on mma7660 twi example in sdk11 for nrf52.
i have changed the registers...
Hello,
I am wondering if I/O hardware interrupts get lost during the time when CPU is halted due to flash erase.
Can Nordic also confirm if BLE data transmission in...
Hello,
I am currently searching for BT and NFC Chips, which can deal with a bit more than the usual 85°C. The nRF51822 is specified to 105°C, is it possible to run devices...
I want to play songs wirelessly on speaker ,suppose speaker is connected to one soc and and another soc is connected to storage which contains songs how do transfer that from...
I want to use fstorage to write data to a file. The File with three records: 0x1111="Tablet1", 0x2222="data: abcdef", 0x3333="26". How to implement it? Can anyone guide me...
I want to use inner flash to work as event log storage.
So in pstorage_platform.h I set PSTORAGE_NUM_OF_PAGES as 60. So I can use 60 pages.
#define USER_BLOCK_SIZE 64...
The documentation simply says: 1 for variable length and 0 for fixed length.
What exactly does changing this do? Do I save space by setting it to fixed? Why does BDS set...
I don't understand why i have a current consumption of 0.535mA in system off.
In my soft i use PWM, SPI a Button,, I put all things off before i go to system off but still...