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...
To learn how to use FDS, I started by importing the code from the flash_fds example. My application is using peer manager and I got really strange errors until I realized...
Hello!
I am trying to set up the interface between an ARM Cortex-M4 andthe nRF8001. After RESET I see following data on the MISO line:
(turquoise=REQN/CS - pink=MOSI ...
Hi,
I would like to control the LEDs based on the PTM 215B switch by programming it using nRF52 DK. Where each button in the switch should turn one LED.
I am using...
Hi, Nordic.
I'm developing multiple peripheral and a central. Central is only scanning and Peripherals are only advertising.
I got Adv data and Scan rsp data successfully...
Hi,
I work on a ANT proximity search project using SDK12.2.0 and softdevice S332v2.0.1 on nRF52832.
I have a ANT sensor which is 5cm apart from the Nordic 52832. And the...
Hi there,
Can you please tell if with 'Sniffer' I can track down and see all images shared with my pc's webcam?
If so, how can i do that?
Thank you so much for your...
Hi all,
I am moving from Keil into SES, and one of the things I am not being able to find is how to do the __PACKED pragma.
I see in SES that:
#elif defined ( __GNUC__...
I'm trying to use the SEGGER debugger with one of the OpenThread examples for the nRF52840. When I click on the "Go" button, it asks for the location of the source files for...
I think I found a bug in ble_dfu_bonded.c.
In ble_dfu_buttonless_bootloader_start_prepare() there is a call to gscm_local_database_has_changed(). The problem is that this...
Hi,
How do i enable Gyroscope Support in Smart Remote FW v1.2?
When I enable this in the sr3_config_*.h file, setting "CONFIG_GYRO_ENABLED 1", I get an error stating:...
Hello,
I have moved my project from SES 3.34a to 3.40 and I see a new error at compilation.
When compiling the file nrf_pwr_mgmt.c’, I have the errors below :
unrecognizable...
While attempting to run the following code from a MESH example in IAR, the program gets stuck. It only seems to be calling button_event_handler continuously, as if the interrupt...
Hello,
I have been looking to program this IC, connecting via SWD with no luck. I can connect to the target but for some reason once i try to perform erase programming...
Hi!
What's the difference between UART_TX_BUF_SIZE and BLE_NUS_MAX_DATA_LEN in case of ble_app_uart example?
As I have noticed BLE_NUS_MAX_DATA_LEN determines maximum...