Hi,
With the attached code, the timer0_event_handler() is only called once - is there something else I need to do in the ISR or at initialisation-time to ensure that it...
Hello!
I'm writing an application that uses MQTT to post some sensor data to a server. My networking code is basically a duplicate of this sample , except I set up the LTE...
Hello,
I’m trying to understand exactly how the location module works in the Assert Tracker V2 application. I want to see the NMEA data in the logs, but I’m not sure how...
Hello, I am trying to save my sensor data and system uptime to the external flash on my nrf5340dk. So far I have been able to erase some sectors of the external flash, write...
We have an issue with the UTC Time being the correct time when we initially connect to the Verizon network. However, after some period of time the UTC Time changes and our...
hello everyone,
I am currently doing an project that is hoping to achieve this result: nrf52840 connect to my phone or connect to my computer via ble, then there will...
Hi,
I've got a question regarding the configuration I have to make in order to get the logs from the nrf9160 in the serial terminal using the hci_lpuart sample.
My setup...
Hello. I've used the design template that initialises everything for Bluetooth communication. These are the initialisation calls made in main():
// Initialize
leds_init...
I have to use TWI(I2C) interface to configure sensor.
Now ,i reference "nRFready Smart Remote " project drv_gyro_mpu6050.c .
and change the register number ' configure....
I want download ios app demo source code from www.nordicsemi.com/.../nRFready-iOS-Demo-App
it say :"please enter your product key once more for access "
How can i get product...
hi, I am having problem trying to get the app_uart.c to replace the simple_uart on the blinky example with PCA10001. My uart param as follows:
void uart_event_handler...
Is there an example firmware project available for a Gazell Host using the pairing functionality?
It would be nice to have the host code of the "Gazell Pairing Desktop...
In connection with a nRF51422 evaluation kit, I installed the Keil development tool in a non default path then subsequent installation of nrf51_sdk_v4_3_0_27417 produced a...
How does the nRF8001 chip generate the passkey in the DisplayKeyEvent? Is it possible to set this passkey from the App Controller?
As I understand it, the SetKey command...
I find this strange but I can program the HRM demo fine but with my own code it compiles with no errors or warnings but will not program with Error: Flash Download failed...
Hi Nordic,
I want to develop a PC software that works as a master device which can scan for advertising packet, establish connection, etc. Basically, something similar...
Dear Sir,
After I remark this //BLE_GAP_CONN_SEC_MODE_SET_OPEN(&cccd_md.write_perm); and program it into nRF51822, then I cannot program it again. PC program report it...
I have modified the included HID mouse example to allow for left/right/middle mouse clicks. However, it is not clear to me how to set an event handler for both when a button...
What is the recommended PCB thickness of the nRF51822-QFAA Reference Layout? It'd be great to have a specification in the package including the full spec of the PCB material...
Hello Folks, I'm starting some work with the nRF51822 Evaluation Kit (PCA10001), but have very quickly run into a blocker when trying one of the ble samples. (I've previously...