I thought this should be very simple but it has not turned out that way. I have started with the pc-ble-driver heart rate monitor (peripheral) example. I was able to take...
Hi,
I building a gas meter monitor ( peripheral ) that transmit meter reading to the Central.
The gas meter will be sending to the Central it's ID and meter value ( uint64_t...
The International Conference on Embedded Wireless Systems and Networks will host also this year a dependability competition to benchmark the performance of state-of-the-art...
Hi,
I find the CSCS example program reading zero at low cadence levels below around 50 rpm.
Using ble_peripheral example ble_app_cscs loaded into the PCA10040 board or...
I had manged to deploy and configure mesh networks on Nordic Thingy devices based on these 2 examples separately. 1. Generic OnOff models https://github.com/NordicPlayground...
Hello,
I am unable to access my SRJ profile with email id [email protected] due to two factor authentication. i do not get anything in the google authentication app...
This should have been a very simple question. I don't want to use CTS/RTS flow control signals with my UART-USB-converter ("FTDI chip"). For that case, the document says ...
I want to highlight some items in RTT Viewer
So I tried the color control, but didn't work
This is my code.
SEGGER_RTT_printf(0, "%s[Mutex error:%u]\n%s", RTT_CTRL_BG_BRIGHT_RED...
Hello.
I am trying to port BLE serialization code to a host MCU, to say STM32F4.
I am looking through porting documentation (BTW, it is quite well documented. Well done...
According to Microsoft's instruction on HID touch device, msdn.microsoft.com/.../dn672271(v=vs.85).aspx , a HID touch device should create a report (descriptor) as below,...
Hi,
I am having a 324 byte,a 420 bytes of array stored in flash,now i am updating these array with 360 bytes. in fds_event_handler in the case FDS_EVT_WRITE i am reading...
Hi,
I'm looking for an example which combines FreeRTOS, BLE and ADC on nrf52 board(10040).
I'm able to have FreeRTOS with BLE, FreeRTOS with ADC but not everything together...
Hi,
I've read a lot of question on the forum, but I'm a lit bit confused about what I have to do to use one static passkey on the central and peripherical device. In my...
Hi There,
I'm having problems with my hardware timer appearing to stop counting or not being cleared via a short when the timer interrupt is executing.
In my application...
Hey!
I want to use the nrf51 BLE-module in some special environment.
It should be able to work with bluetooth and in addition to it with some other RF protocol (Gazell...
Hi,
I have added "DFU" functionality to my existing BLE application Test.rar .
"I am using nrf52 SDK v11.0".
I have programmed the device with softdevices (S132.hex...
Hi,
I am new to eclipse on windows.
I have bought the PCA10040 board.
I have installed eclipse and GNU ARM Eclipse 3.1.1 plug-ins.
Copied the NRF52-SDK into workspace...
Hi developers,
I am trying to collect data from an AFE (ADS1298) and could get some values. Inorder to check the accuracy I need to plot this value. I am programming this...