I am trying to develop for some nRF51822 mbed boards, and I would like to use the S130 SD to enable both central and peripheral behaviour. The machine I'm using for development...
I'm using the nRF51822 eval kit
I have installed MCP but after starting I get pop-up: Master Control Panel has stopped working
In nRFgo Studio / Device manager pane...
the proximity example is running ok. but when I modify the length of the alert_level I have the following error on the server side that I am not understanding.
476;16:12...
Hi all,
I'm working with the nrf51422 and the nrf51822 and I was wondering what the current status of the over the air DFU system is.
I'm using SDK 6.0 and I managed...
nRF24l01+ at a transmitter module one time successful transmission show & after 1 sec failed also . if any doing programming with atmega32 ,please send code for TX & RX ....
Hello,
can the radio notification and radio disable APIs be used to use the radio hardware from the application layer?
Background of my question is, that I have an application...
Hi,
I am using central s120 with peripheral s110. The connection to the peripheral is depending on the name advertised by the peripheral.
When connection is done, the...
I use nRF52840_QIAA for design, now I need to provide ROSH of this model, I found it on the official website, please help to provide it, thank you very much!
Hi all,
After Licence request I got email with Key.
Segger Embedded Studio 4.12 accepted this key but SUA expiration date is not valid, there is just red cross and no...
Dear ,
I'm using nRF52832 to do some 2.4G communation without softdevice. Now i need to update firmware with mybootloader.
Is there some mathod to do the vector table...
Dear Team,
I am working on real time clock with the help of : github.com/.../nrf5-calendar-example but in this when do the power on and off so again start from starting...
As a continuation of Case ID: 282083 “merge cdc-acm support and BLE service”
Thanks to your support the merge was successful : both functions (cdc-acm console and led and...
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...