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...
Hello,
I am trying to ecrypt some data in order to send some data encrypted in the MINOR and MAJOR adverts of the device.
I used this code to ecrypt the data ( this is...
Hi,
i use anRF51822 with soft device 7.
I run the UART app on my iPhone 4s with ios7 and on the nrf51822 board the ble_app_uart with keil uVision5.
Both devices connected...
Hi all, I've just started moving to the nrf52840 platform from another ble module. I'm taking samples from a bunch of sensors at about 20 hz, since this is a battery powered...
Hi Dev Team,
I am using the mqtt_simple example to publish my data out every 1 hour. I tried the example and it is working well and I was able to test it via MQTT.fx with...
Hi,
Is it somehow possible to plot data comming from external target board with nRF52, connected to nRF52 DK via swdio and swclk lines, by some data plotting program? Etc...
I am using NRF52832 for BLE application with softdevice 132 under SDK15.3. My application is supposed to sleep off after certain amount of time when there is no user activity...
I am using two SAADC channel on nRF52 DK, one for pressure sensor and another for battery level. I realized 0.5mA is higher than single channel. Is it normal?
We need to develop a portable device,In order to save cost and low power consumption.We need to know how to make nrf52832 connect to the Internet through the Bluetooth network...
I wrote a program to toggle the pins of P0 and P1.
When I write:
P0=0xff;
P1=0x00;
Only P0.0 - P0.3 are high and P0.4 - P0.7 and P1.0 - P1.6 are low.
P0=0x00;
...
Hello,
I am talking about nRF5_SDK_17.0.2_d674dde/components/libraries/log/src/nrf_log_frontend.c.
In the case of HEXDUMP there seems to be some inconsistency in the packet...
Just downloaded this (5.10d) on MacOS 10.15.7.
(Planning to test with 9160 DK.)
Using getting started assistant
Got as far as the "setup a project in SES" (installed...
This is our 4th nRF52840 DK this year that got damaged this way. After using it for 1 to 2 months the DK does not work power up normally. Then we can only use the board with...
In RADIO - 2.4 GHz radio TXPOWER register say:
"When the radio is operated on 1.2V, the output power is increased by 3 dBm, i.e. if the value -20 is specified, the output...
Hi,
We are having some EMI issues with USB full speed and would like to force the nRF52840 USB controller to operate in USB low speed mode. Is it possible to configure the...
Hi
I use the following script to program my boards which takes 20 to 30 seconds to complete. But recovery and programming done through SES for the same code is much faster...