Hello,
i am working with the Enhanced ShockBurst proprietary protocol and i am wondering where I can find the sources of this protocol, so that I can do some changes. ...
[uart - Copy.rar](/a master _error.png ttachment/3cc01f5e2484d2b0f33e62befd3e6a62)
hello there
I am interfacing master nrf51 dk with nxp's slave lpc11u24
(1) my main...
It is good practice to prefix the includes from one's C libraries with a directory so that they are all part of the same 'include namespace'. Unfortunately the Nordic SDK...
Hi, is there an available developer in my tri-state area of Minnesota, N. Dakota, or S. Dakota? Please call me if you are available for a project for hire. The developer should...
I'm trying to design a very low power sensor that takes readings using ADC and SPI 200 times a second. I'm a bit worried by the current EasyDMA uses (1.1mA). As far as I can...
Hi, I am working on a project where I want to make one nrf51288 chip as central hub and connect that to a android phone and other salve nrf51288 .
idea similar to this: ...
Hi.
Trying to set up the Ubuntu development environment for you nRF52 development kit.
I followed this tutorial:
devzone.nordicsemi.com/.../
Stuff done so far:...
I am using the nRF51822 chip. The RAM memory is composed of two blocks (0 and 1) of 8kB each, divided into 4 sections : Call Stack, Heap, Application, and SoftDevice.
If...
Hello,
I have migrated to the latest version of the sdk11. However, I get a nrf error 4 when I call sd_ble_uuid_vs_add. Multiple people on this site have been having this...
I am trying to port blinky_blank (no SoftDevice) to my target and started by creating a custom_board.h header file with correct GPIO pins for the LEDs and duplicating blinky_blank_pca10040...
Can anyone help me reading IO capability in Android? Basically there is a known bug in some Android versions across different manufactures where Android reports wrongly IO...
I want to use chacha20 cypher to encrypt and decrypt a 64 byte message and send it over BLE. I tried using wolfSSL, cifra both of which provides the implementations but there...
Hi,
To measure the transmitted RF power (to reach EN 300 328) we Need some ATT commands to set fix channel and maximal output power. In additional we test the EN 55022...
In this previous discussion on minimizing power consumption on the NRF51-Dongle, it says:
You are using evaluation kit or
development kit and LEDs are connected
on...
My system is a BLE peripheral with 2 states. There is a characteristic that represents the state, and it can take 2 values: 0 and 1.
You can read the state, write it (force...
When the supply voltage drops below 0.6V and then get back to 3.3V the nrf51822 starts up in an undefined state and often some flash pages are corrupt after that. Is this...
Hello,
We're currently running softdevice s310 v2.0.1 with SDK 7.1.0 on the nRF51422-QFAAE0 (ie. rev 2). We're planning on upgrading to the nRF51422-QFAAF0 (ie. rev 3)...
Hi!
I was using SDK11 alpha previously and when the official version (89a8) got rolled out I started integration. First thing was the missing S210 and S130 softdevices...
Hi together,
I'm using the NUS example (NRF52832) for client and peripheral, which is running quite well. My goal is to inform the peripheral application when notification...
Hi,
I am using nrf51822 chip and i have compiled the TCP Client example from IOT SDK in eclipse.I am using Master control panel as a central device to discover the device...