I have a PCB with an nRf51822 @1.8V, using the SDK 10 (no chance to change it).
The PCB itself with everything but the nRF (we did not iron it on purpose to measure consumption...
I have downloaded the motion_driver_6.12 for Nordic Thingy 52 as given in the readme.txt file. And I am using Segger Embedded Studio to build and debug the code. But the IDE...
Hi,
I'm working on a project originally based on the light switch example of SDK 1.0.0 and then upgraded to Mesh_SDK 2.0.1 and nRF5_SDK_15.0.0
I use the code shown in...
I am looking for a freelance / contract developer to help us get nRF53840 working as a BLE controller under linux. ie: basic BT linux adapter. Integrated with BlueZ and similar...
Dear all,
I use FDS module to store some data in flash of nRF52832. I modified the example "ble_app_uart" based nRF5_SDK_15.2.0_9412b96 to test the fds functions feature...
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 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...