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 want to dump lengthy log data out through an RTT connection if the JLink is connected but NOT spend that time if there's no physical RTT channel present. The idea is that...
1.Customers need to use nrf52833 for design and production in this package: WLCSP package, 3.175 x 3.175 mm
2.I noticed the description in this manual:nAN-38 WLCSP Handling...
At present, the SMS is sent normally. The format of nrf9160 is 7bit, and can send a maximum of 160 characters. However, how to send it in packages if the content exceeds 160...
We are looking for a Bluetooth 5.1 indoor positioning solution at precision around 1m.
Could you help figure out which platform/reference design is capable of implementing...
Hi,
I have configured the MQTT simple sample from nordic to send data to our broker, this works just fine at the moment.
I would like to send Json formated data to the...
Hi all,
I was playing around with radio and trying to create interupts for the event_end flag and i've now messed up completely and even without the code i added the chip...
I am working with the PWM driver to drive a stepper motor and I have a couple of doubts about when all the events are generated. My doubts are related to events:
NRF_PWM_EVENT_SEQEND0...
Hi,
I try to implement a disconnection after wrote a characteristic parameter. This byte change the working mode of my systeme.
So user connect, write the field to change...
Hi everyone,
I'm working on a BLE application using nRF52840. This application actually run with nRF SDK15 and we need to upgrade it to SDK16.
I followed Migration guide...
Hi,
We currently have a project that uses nRF52832 in audio. There are currently two questions that need to be confirmed.
first question:
Because other chips on the...
Hi,
The Ai0, and Ai1 inputs can be used as voltage references for COMP feature. Is there a way to use input Ai0/Ai1 as reference voltage for SAADC?
Thanks in advance...
Hello! I need to migrate the loader project from SDK15.3 to 16.0. The SES project parameters are as follows: FLASH_PH_START = 0x0 FLASH_PH_SIZE = 0x80000 RAM_PH_START = 0x20000000...
On a custom board based on nrf52840.
We want to write data on a SD CARD every XX seconds.
We implement this by changig the state of a state_machine at every wakeup from...
Hello, I am working on an application which is freeRTOS based, now I wanted to integrate Glucose sensor app which supports secure connection and bonding. In
ble_evt_handler...