E:\BLE\work\nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
SDK 6.0.0
Softdevice 7.0
When I connect to Android 4.4.3 device(Nexus7 II) will...
I have been trying to understand and get the “ble_app_template” running this weekend, but I keep running into errors. For example in
static void sys_evt_dispatch(uint32_t...
Based on the nRFUart demo, I added a masterEmulator.DiscoverServices() block before the DiscoverPipes() block in a very similar manner. Purposed is to be able to get more...
Hi,
There is much talking about the "large data transfer" over BLE, the l2cap channel being the best option for the moment.
However, does anyone know the datarate achievable...
NRF24AP2 with MSp430F149 . ASYNC 9600 N 8 1
step 1 : reset NRF24AP2 with reset pin , and received a pulsing signal through RTS pin
step 2: send a char (0x4A) to NRF24AP2...
Hi guys,
I am using the gcc setup to program my boards. However for flashing the softdevice I use nrfgoStudio. SO I downloaded the hex file and fashed the siftdevice. But...
How do you create hid information for a joystick and send it over BLE. Nordic doesn't seem to have
primitives for this (they have keyboard and mouse facilities). I'm working...
Hi I'm considering a design with this precision RTC
I intend to use the 32KHz output on XL1 (and XL2 grounded) as I've seen done here, but the DS3231 datasheet says the...
On both the 51 and the 52, I believe the reset pin is active low, and should otherwise be tied to VDD?
The reason I am asking is that I failed to find this information...
Configuring the GPIO with the following parameters giving me the 3.3 volts on the pin 26.
Is there any way to bring the voltage down to 1.8V through software ?
Hi, I am currently working in Matlab to develop my DSP algorithms and will use the Matlab coder and Embedded coder to convert them to C code. Afterwards I will import the...
Hello,
I am currently trying to build the GPS sample from the latest Code Version. I am using SES on a Windows machine. After starting the build process I have got the...
Hello,
I've been using NRF Connect on Windows for a 3 or 4 months now. During the startup I get a window that reads
Unable to download latest app info: Unable to download...
Hello everyone,
I got a problem with receiving an array data on Android application sent from a custom characteristic.
Below is the code for sending an array data via...
I have been using my 2 nrf52840 DKs now for a while and have been loading and changing the light switch mesh example quite a bit. I have also been using the 840DKs to load...
Hello!
I want the device to immediately stop any data transfer when it receives an external event, stop sending advertising and go to sleep.
How to do it right? After...
Hi Folks,
Can you please let me know if nRF52811 supports XIP (Execution in Place) feature where I can use SPI NOR Flash to the SoC and execute my code directly from Flash...
SDK 15.2
Mesh SDK 3.1.0
Base Example: Enocean_Switch
Im working on creating an LED dimming firmware that uses a long press on the Enocean remote to dim the LED. It works...
Hi there, I tested range on NRF52840 with Thread SDK, so I have got small enough range. The test has been performed indoor, power transmission 0dBm, the range result is 10m...
Hi. In our application we are reading the voltage on 3 Analog input pins via saadc. System is also a BLE central and UBD CDC device so lots going on.
Quite often the 3 analog...
We have a requirement for the ble-peripheral device that we are designing to be able to be "registered" to a user through their iphone. If that user has multiple iOS devices...
I would like to insert some asserts in my code to ensure that code is not running inside a interrupt handler, because this can cause hard to debug issues.
How can I check...