Hi ,
I would like to know if a matching network is needed if I am only using a single external flex antenna for both LTE and GPS using a RF switch between them and a uFL...
I am a student interested in Nordic.
My coding skills are very poor.
So I want to get help.
I want to use the vl53l1x sensor in nrf52. (My ultimate goal is to measure...
I have a working project where pin 16 is configured as a low-level interrupt source.
it is working well with SDK 15.3
after porting to SDK 17.0.2, it is not triggering...
Hello Nordic Support Engineers and fellow developers ...
Just a note to thank everyone for help via this forum. I started very inexperienced with Nordic SDK a year ago and...
Hi,
I recently purchased a thingy91 for a project. I'm trying to follow instructions from a Nordic youtube video ( https://www.youtube.com/watch?reload=9&v=xQ7hDzRULJQ ...
I have a nRF5340PDK, Now I want to know the lowest power consumption of this chip in different condition, such as adv, connect, sleep. But I am not sure how to config the...
Hi,
I would like to change device name more than 4 characters but I've found an exception of error code 12 (Data size exceeds limit) that return from initial of adverting...
Hi there
I started with an empty ble_template and added my own custom service emulating the batterey service, with all the same functions etc. Using master emulator i can...
I have a project in which I've started from the proximity app example code and added some UART stuff using app_uart.c. The linker is giving me this error immediately after...
Hi,
I'm trying to get an iOS app to connect to a Nordic BLE device. I'm a firmware guy with little app experience but I have gotten a app to work based off the code presented...
Hi,
Im new to BLE and still trying to wrap my head around things. I am using the both new nRF51 DK and nRF51 Dongle for testing at the moment. I know that the old dongle...
I would like to have track time of the day in my peripheral (s110)application. I understood that RTC0 is used by Soft device. RTC1 is used by app_timer application. I have...
hi nordic:
thank you for your great support!
question 1:
App: LightBlue in iOS.
when app scanning for perpherals ,i have found my device,show as "measurement…."
THEN...
Hi all,
I had a working TWI connection combined with BLE advertising. When
I added uart code for printing to putty this TWI connection was no longer functional.
So...
Hello,
I am currently working on a project and I would like to add some security to my device by preventing services from being discovered. Ideally when a user connects...
Hi
I am trying to use the internal ADC to capture an analog value every second. For this I use a timer to wake up every second, start the ADC and go back to sleep.
I...
Is anyone using the third-party BLE module from Taiyo Yuden? If so, where did you find the recommended footprint?
Taiyo Yuden's website only gives very limited information...
In the SDK 8.0 are only examples for nRF51422.
Is it possible to compile this for nRF51822 and is the softdevice 8.0.0 for both controllers?
Best regards,
Roman.
Hello,
i am new to nRF Bluetooth.
My Setup ist:
One Atmel atmega640 and one nrf51822 communication via UART (at the moment).
I am sending data from atmega640 to...
Hi,
I'm writing a bootloader for nrf51822 to be able to update the nRF51's firmware through SPI (data transferred via an STM32 retrieving the file through USB).
My idea...
Hello,
I am trying to write data to flash with the pstorage api. I managed successful to write data to flash with the pstorage_test_store_and_update() function from the...