Hello everybody,
In the SD_EVT_IRQn ISR I check for BLE and SoC events and set flags for each so my application can fetch and dispatch the events in the main context. ...
Hi, in the example bootloader in sdk 7.2, there is an assembly code block in SVC_Handler, in dfu_ble_svc.c.
I found that the offset in line:
LDR R0, [R1, #24]
always...
In nRF51 SDK 7.1.0, there is a c header file using c++ keywords operator .
Here is a snippet of components/ble/ble_racp/ble_racp.h using the keywords.
/**@brief Record...
I want to make sure I'm far from ever having a stack overflow event. Is there a way in the IDE or elsewhere to monitor this risk? The map file produced after a build?
I am working on BLE. I have created a service using read property(services_set_barometer_service_barometer_data(void *src, int size))
After connection is set-up i am calling...
Hello, I'm using the nRF51822 and tried the HID Keyboard Application (S110, ble_app_hids_keyboard) example. (Nordic\nrf51822\Board\nrf6310\ble\ble_app_hids_keyboard )
The...
Hi all,
I have a situation in which softdevice (s310 v2) seems not to forward events to my nrf app (bootloader running dfu) in spite of the fact that my iOS app sees the...
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...