Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
I am developing a solution using the NRF9160. The device is successfully reporting to my server using a blend of the Location and HTTPS samples. I would like to operate under...
Hi, i have been converting my keil uVision 5 project to SES. Attached font file works fine in keil but not in SES. Everything else work great as expected. But not the font...
Is there a way to convert the data representation of the BLE characteristic into, say, strings?
Secondly, any way to debug as to why am I seeing more bytes than what i'm...
Which bit of which register gets set upon the triggering of an interrupt? Is there something equivalent to EXTI_PR (pending register) from STM32 which gets set upon triggering...
HI
I have a problem in my code, Have no idea exactly what happening
it is a library.
library.c
library.h
error: unknown type name 'bool'
could you help me...
So we have the SAADC configured to read using timer attached to ppi. We read from 5 adc channels. If we set NRF_LOG_ENABLED to 1 in sdk_config.h all the channels read fine...
Hi,
In first attempt to plug power to micro USB port I got red red LED on (indicating some error). LED is on even without connected battery. Based on nPM1100 documentation...
Hi there I am facing a strange issue nowadays after working continuously for two weeks + with the TWI module. I started off the with twi_sensor example in non blocking but...
I want to use a nRF9160 to send data over UDP/NB-IoT.
For encryption I want to use eclipse/tinydtls in order to have support for RFC7250 and (upcoming) RFC9146. That works...
I would like to use the SLM application for the nrf9160dk. I am having problems compiling the codebase on windows.
Using Zephyrs west with the "west build" command results...
Hello,
I am trying to connect asset_tracker_v2 to my aws iot cloud with MQTT,
then storing this data in aws database, when i changing parameters to AWS Iot library,...
I have made a software serial library for nRF52840 similar to Arduino software serial. It is working fine. nRF52840 has two UARTE instance and one UART instance, As for my...
I've a code that worked fine on nrf52832xxAA chip. I flashed the code to a new chip nrf52832xxAB (less RAM, ROM) and adjusted the scatter file according to sd ble recommendations...
Hi,
How do I get the RSSI of the active ble connection using the nrf connect sdk? I cannot find any examples or documentation.
Thank you
edit:
ok, found this: https...