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...
The link for downloading nRF6939 live cd v5.4 is broken.
https://www.nordicsemi.com/Software-and-Tools/Reference-Designs/nRFready-Smart-Remote-3-for-nRF52-Series/Downlo...
Using one ADC, the current can be reduced to about 40uA after the ADC value is taken. Using a two-channel ADC, after the ADC value is taken, the current stops at about 0.4...
Hi!
I wonder what is the GPIOs nominal voltage level when I'm using the internal DC/DC converter?
I know that the internal DC/DC converter output voltage is 1,9V but I...
Hello,
we made PCB based on reference with ST balun. In circuit the low freq crystal is optional, so we didnt use it. In software i noticed app_timer use RTC timer. So the...
I am trying to bootload an extremely large hex file using a slightly modified DFU (modified from SDK v5.2.0's example)
The problem is that the hex is so large that eventually...
Im having errors like Arduino is in the while(1) loop if I enable the DC/DC converter in the characteristics and generate service.h file , If I do not use this setting everything...
I have a NRF24L01 board, which acts as a receiver. It listens on RF channel 2 using address pipe 0 address as follows 0xC47B4D0331. I am able to transmit to this NRF24L01...
I need to wake my uC from sleep when the nrf8001 gets in connected mode and for that I need to supply an external interrupt on hardware interrupts on the MCU.
Will active...
www.dropbox.com/.../error.jpg
it is not even reach main()
same as devzone.nordicsemi.com/.../nrf51422-flashes-ok,-but-debugging-fails-stays-in-moves-r0,r0
is it related...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi
In my project, we wanna transmit large amount of data from UART master to nRF5182, and then to iOS7. Baud rate is 19200. Feed-in speed is near 2KB/sec. BTLE transmission...
I am trying to use this android app to read/write values from my nRF8002. Every few seconds I get a request to bind to the board, even if I already accepeted to bind to it...
I have a example using nRF24LE1.
So. I want know what can I change that example. or how to I get nRF24LU1+ example.
nRF24LE1 example is this.
/* Copyright (c) 2009...
Hi all!
I got a little problem with my ble device.
That is: my device takes system_off mode as initial mode, when being pressed the button, it will wake up and start advertising...
I am using UART0 for wired communication and S110 for Bluetooth LE communication at the same time, using HRM profile. System seems to work as expected, I get log output from...