Hi,
My behavior is as follows
Turn on my device(use 51422) and advertising(2 Service and 3 Characteristic)
Turn on my cell phone(Samsung Note3),scan my device...
Hello:
I used analog IIC write MPU6050. Again after power download programs, mpu6050 can run up there ACK response. But the debug will not run. Simulation IIC because no...
Hello!
How can I communicate with my nRF24L01+ and nRF51822 at the same time. I can set up same channel, CRC-mode and I don't use ESB. But what about address? How do I set...
Hi all,
i want to know answer related to following question
1)what is use of uicr?
2)if i place some value in uicr and then change the image,then is there will be change...
It used to work, but now it says "Connected" but the rest of the GUI never changes and the mouse just shows a busy spinner. Here's the log file:
0;13:45:18.9900 [MainThread...
Hi all!
My question is:
My own application is built based on the example "ble_app_template", and according to the nrf51 SDK - Examples - BLE Peripheral, this example...
Hi,
I am using ancs service to get some information of my iphone.
I use nRF51822 microcontroller and Nordic suggests to use the new SDK (5.2) for new microcontroller...
Hello Everyone
Is there any example code which uses indication property. Application nAn-36 uses notification property and as far as i read and understood about indication...
Solved: Well, turns out delay and SCK doesnt work well together haha. I imagined the sck signal to be a background thread of some sort. I was wrong.
Hi guys,
at the...
HI, I have actually couple of (connected) questions,
Can a phone (v4.2 bluetooth) connect to a nrf52840 board that uses 5v bluetooth?
How many (BLE) connections...
Hi !
I just got my new boards with the NRF52 CPU.
When i burn the firmware that worked on the PCA10040 evk it works but on my hardware it resets immidiatly.
On my...
Is there a UART bootloader available for nRF52840? Doesn't have to be secure.
Already searched in SDK 12.2 and 13 alpha, with no success.
Thanks for your help!
I installed the latest JFlash (6.12d) from Segger's site, and it updated the JLink firmware.
However when I try to program the hex files downloaded from www.nordicsemi...
The macro NRF_DRV_SAADC_DEFAULT_CHANNEL_CONFIG_DIFFERENTIAL does not set the .burst field in the nrf_saadc_channel_config_t structure.
The macro NRF_DRV_SAADC_DEFAULT_CHANNEL_CONFIG_SE...
The app_fifo support e.g. in SDK 12.1.0, appears to have a serious problem when the read_pos/write_pos values wrap. i.e. when the fifo has been used over a period of time...
I have BLE400 extended board for nrf5. It has cp2102 on board from Silicon Labs. I installed drivers for mac and can see NRF_LOG_INFO via terminal. It would be great to have...
i am using nrf52840 with sdk 13.0.0-1.alpha. I want to boot the application from bootloader but by
using UART as a transport layer.
Would you plz help me?
I found end of address of fstorage from macro of "#define FS_PAGE_END_ADDR (fs_flash_page_end_addr())". But I want to change the start address of fstorage. Which macro or...
I have multiple GPIOs that are configured to use GPIOTE in my application. When one of these GPIOs is in the active state I start timer. Once the timer expires I want to enter...
Dear Nordic Team,
Thanks for supporting.
Currently i am try to work with VL53l0x distance sensor. Basic communication working good, but i am not able to get distance...