The bluetooth device keeps getting disconnected from the app, even when its not 'idle'.
I am using the android app mentioned here .
I need help getting started to solve...
Moving from SDK version 5.1 to 6.0, the buttons on my PCA20006 beacons no longer works as expected. When I press a button, it seems to register the release of a button incorrectly...
I posted another question along these lines, about using the Timeslot API to get observer behaviour with the S110 v7.0 SD, but I am having trouble getting it to work.
Are...
I'm interested in creating a time of flight algorithm and am trying to calculate what to expect for accuracy.
Is it possible to get an IRQ from when the sync arrives at...
hi all ,
how to enable GPIOTE PORT and IN[n] event simultaneously ?(not same pin)
i enable the GPIOTE to trigger interrupt event.
one for the keyboard which need multiple...
Hi All,
I am using nRF51422 with softdevice s310. And implementing Cycle speed and cadence receiver. most of the data processing is fine but i am facing one problem.
...
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...