Good morning,
this is Algocraft (www.algocraft.com), an high tech company whose core business is to develop, design and market a wide range of professional systems dedicated...
Hi,
We designed the circuit followed the reference circuit(QFN48), but we always failed in the 8kv ESD test.The CPU always reset while ESD testing.
The 8kv ESD power...
Does anybody got an app inventor2 "project" to communicate with the (Adafruit) Bluefruit LE UART (or SPI) ?
Note: my Android version is 4.4.2 (LE "advertising" not supported...
I've created a Secure DFU client using the multilink central example with S130 and SDK 12.2 (running on PCA10031).
There are a few issues we have trouble with.
The...
Hi,
After successfully managing to preserve our devices bonding information (and custom app context data) across DFU updates, we have a few related questions.
I should...
I would appreciate some suggestions on a good development flow to go from an Example to end application
I have nrf52832 on a custom PCB.
I tested several sdk13.0.0 examples...
If anyone will ever have this error:
When using c++ and singleton the use of operator new is not possible.
I found the solution in this post: forum.arduino.cc/index.php...
HI all:
I am using the nrf24le1.And i confuse about the recive and transmission address in rf transceiver.
What do we use the address to do usually.It will be wonderful...
Copy nrf51.cdb to "C:\Keil\UV4"
Copy nrf51xxx.flm to "C:\Keil\ARM\Flash"
Set the keil project-device to nRF51822(data base : Nordic nRF Series Devices)
This is...
Hi
Is there a documentation of the nRF51822 sniffer interface? e.g. communication structure, command format, captured messages structure etc?
Thanks
Yaron
I'm trying to set up a network where 1 - 4 BLE devices wirelessly talk to a computer. I'm using an arduino connected to the BLE shield.
The computer is a Winows 7 laptop...
Hi,
I'm creating a project on nRF51822 chip and I have a problem with disconnection. In my program I want to disconnect with master after some time e.g. 30 seconds. I'm using...
I'm unable to write my application code to the flash of an NRF51922 (QFAACAA). NRF Studio will let me flash the hex file but it fails verification. If I try programming in...
I have a question, can nRF51822 operate in regular Bluetooth mode like a Bluetooth 2.1 device?
If answer is no then, is there any product from Nordic that operate as Classic...
Hi developers,
I've finally got the nrf51822 working and advertising a good signal to the dongle. :)
After doing all the steps in the NAN-36 pdf-file I hoped that pressing...
Hi all,
I'm using Timer2 while having the SD enabled, and I'm having some problems. I don't seem to be able to reliably set the periodicity of the timer. No matter what I...
I've spent quite a while getting Eclipse on Mac OSX working. I started with the original makefile but have come up with, finally, a working native Eclipse build which does...
Hi all,
I have an external dongle (Bluegiga) that is scanning for BLE devices.
My problem is this: all the BLE devices in my room are showed correctly except my nRF51822...
Is there a link where I can find all sources of applications for NRF51822 corresponding at iOS App "nRF Utility" (with explanations of use of both systems)?
Thanks for...
I 'm developing using a nrf51822
and use 256kb rom 16kb ram.
I met ram overflow frequently.
so,I want to calculate the ram size at the map file.
could you explain how...
Hi,
We are using the nRF905 device in an application where it needs to switch between auto-retransmitting and sending single packets, due to it communicating with several...
I'm developing using a nrf51822.
as a investigation of map file,
It seems that use the only block0 ram region.
Name Origin Length
RAM 0x20002000 x00002000
so,I suffer...